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 Object Tracking ...