Skip to content
  • Facebook
  • Instagram
  • linkedIn
  • GitHub
  • YouTube

Idiot Developer

Menu
  • Python
  • Deep Learning
  • TensorFlow
  • Computer Vision
  • NLP
  • OpenCV
  • Home
  • Computer Vision
  • Page 4

Category: Computer Vision

VGG19 UNET Implementation in TensorFlow
Computer Vision TensorFlow

VGG19 UNET Implementation in TensorFlow

Nikhil Tomar18th October 20226th February 2023
In this tutorial, we are going to implement the U-Net architecture in TensorFlow, where we will replace its encoder with a pre-trained VGG19 architecture. The VGG19 is already trained on...
PP-LiteSeg: A Superior Real-Time Semantic Segmentation Model
Computer Vision

PP-LiteSeg: A Superior Real-Time Semantic Segmentation Model

Nikhil Tomar12th September 202211th October 2022
PP-LiteSeg is a lightweight encoder-decoder architecture designed for real-time semantic segmentation. The block diagram of the PP-LiteSeg architecture. It consists of three modules: Encoder: Lightweight networkAggregation: Simple Pyramid Pooling Module...
Deep Learning based Background Removal from Images using TensorFlow and Python
Computer Vision Deep Learning TensorFlow

Deep Learning based Background Removal from Images using TensorFlow and Python

Nikhil Tomar3rd January 202231st October 2022
In this tutorial, we are going to learn how to use deep learning to remove background from images with TensorFlow. In short, we'll use DeepLabV3+, a semantic segmentation based model...
VGG16 UNET Implementation in TensorFlow
Computer Vision Deep Learning TensorFlow

VGG16 UNET Implementation in TensorFlow

Nikhil Tomar3rd December 20216th February 2023
In this article, we are going to implement the most widely used image segmentation architecture called UNET. We are going to replace the UNET encoder with the VGG16 implementation from...
Squeeze and Excitation Implementation in TensorFlow and PyTorch
Computer Vision Deep Learning Python PyTorch TensorFlow

Squeeze and Excitation Implementation in TensorFlow and PyTorch

Nikhil Tomar1st December 20211st December 2021
The Squeeze and Excitation network is a channel-wise attention mechanism that is used to improve the overall performance of the network. In today's article, we are going to implement the...
Squeeze and Excitation Networks
Computer Vision Deep Learning

Squeeze and Excitation Networks

Nikhil Tomar5th October 202111th October 2022
Convolutional Neural Network (CNN) has been most widely used in the field of computer vision and visual perception to solve multiple tasks such as image classification, semantic segmentation and many...
Computer Vision Deep Learning

What is Residual Network or ResNet?

Nikhil Tomar25th September 202125th September 2021
Deep neural networks have become popular due to their high performance in real-world applications, such as image classification, speech recognition, machine translation and many more.  Over time deep neural networks...
Computer Vision Deep Learning

What is Transfer Learning? – A Simple Introduction.

Nikhil Tomar24th August 202126th August 2021
Transfer Learning is a technique in machine learning where we reuse a pre-trained model to solve a different but related problem. It is one of the popular methods to train...
Computer Vision Python TensorFlow

Human Image Segmentation with DeepLabV3+ in TensorFlow

Nikhil Tomar4th August 20214th August 2021
In this article, you will learn to perform person segmentation with DeepLabV3+ architecture on human images. Here, we will cover the entire process of image segmentation starting from data processing...
Computer Vision OpenCV Python

cv2.imwrite() – Saving Images in OpenCV Python

Nikhil Tomar10th June 202128th July 2023
In our previous tutorials – cv2.imread() – Read Image using OpenCV Python and cv2.resize() – Resizing Image using OpenCV Python, we have learned to read and resize an image. We...

Posts navigation

Previous 1 … 3 4 5 6 Next

SEARCH

  • Artificial Intelligence
  • Blog
  • Computer Vision
  • Deep Learning
  • Machine Learning
  • Natural Language Processing
  • OpenCV
  • Python
  • PyTorch
  • R
  • Socket Programming
  • TensorFlow
  • Automating Generative AI Optimization with TextGrad: A Breakthrough in AI System Refinement
  • GradCAM and its Implementation in PyTorch
  • GradCAM with TensorFlow: Interpreting Neural Networks with Class Activation Maps
  • Visual Question Answering from Scratch using TensorFlow
  • Key Components of Large Language Models (LLMs)
Close
Menu
  • Python
  • Deep Learning
  • TensorFlow
  • Computer Vision
  • NLP
  • OpenCV
Social profiles
  • Facebook
  • Instagram
  • linkedIn
  • GitHub
  • YouTube
  • Facebook
  • Instagram
  • linkedIn
  • GitHub
  • YouTube
  • Home
  • About
  • Contact
  • Privacy Policy
  • Profile