In this post, we will learn how to perform object detection with TensorFlow Hub pre-trained models. TensorFlow Hub is a library and platform designed for sharing, discovering, and reusing pre-trained ...
Search Results for: c
A Step-by-Step Tutorial on Image Segmentation using Tensorflow Hub
In this post, we will learn how to perform semantic image segmentation using pre-trained models available in TensorFlow Hub. TensorFlow Hub is a library and platform designed for sharing, ...
Build a Video to Slides Converter Application using the Power of Background Estimation and Frame Differencing in OpenCV
This blog post will aim to build a simple video to slides converter application to obtain slide images given slide or lecture videos using basic frame differencing and background subtraction ...
A Closer Look at CVAT: Perfecting Your Annotations
The backbone of every computer vision application is the data used. The quality of data determines how good the final application will perform. It is needless to say that sometimes we need to collect ...
ControlNet – Achieving Superior Image Generation Results
Controlnet - Stable Diffusion models and their variations are great for generating novel images. But most of the time, we do not have much control over the generated images. Img2Img lets us control ...
InstructPix2Pix – Edit Images With Prompts
With the recent boom in Stable Diffusion, generating images from text-based prompts has become quite common. Image2Image technique follows this approach which allows us to edit images through ...