Wouldn't it be cool if you could just wave a pen in the air to draw something virtually and it actually draws it on the screen? It could be even more interesting if we didn't use any special hardware ...
Gaze Tracking
In today's post, we are covering the topic of Gaze Estimation and Tracking. I was invited to give a talk on the subject at a workshop on Eye Tracking for AR and VR organized by Facebook Research ...
Faster R-CNN Object Detection with PyTorch
In this post, we will cover Faster R-CNN object detection with PyTorch. We will learn the evolution of object detection from R-CNN to Fast R-CNN to Faster R-CNN. This post is part of our PyTorch for ...
CPU Performance Comparison of OpenCV and other Deep Learning frameworks
In this post, we will compare the performance of various Deep Learning inference frameworks on a few computer vision tasks on the CPU. Surprisingly, with one exception, the OpenCV port of various ...
MultiTracker : Multiple Object Tracking using OpenCV (C++/Python)
In this post, we will cover how to use OpenCV's multi-object tracking API implemented using the MultiTracker class. We will share code in both C++ and Python. Before we dive into the details, ...
GOTURN : Deep Learning based Object Tracking
In this post, we will learn about a Deep Learning based object tracking algorithm called GOTURN. The original implementation of GOTURN is in Caffe, but it has been ported to the OpenCV Tracking API ...