https://youtu.be/-lmc2-podgQ In today's post, we are covering the topic of Gaze Estimation and Tracking. I was invited to give a talk on the ...
Simple Background Estimation in Videos using OpenCV (C++/Python)
In many computer vision applications, the processing power at your disposal is low. In such cases, we have to use simple, yet effective techniques. ...
Applications of Foreground-Background separation with Semantic Segmentation
In our previous post, we learned what is semantic segmentation and how to use DeepLab v3 in PyTorch to get an RGB mask of the detected labels within ...
EfficientNet: Theory + Code
In this post, we will discuss the paper "EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks" At the heart of many computer ...
Mask R-CNN Instance Segmentation with PyTorch
In this post, we will discuss a bit of theory behind Mask R-CNN and how to use the pre-trained Mask R-CNN model in PyTorch. This post is part of ...