When approaching a problem using Machine Learning or Deep Learning, researchers often face a necessity of model tuning because the chosen method usually depends on various hyperparameters and used ...
Training a Custom Object Detector with DLIB & Making Gesture Controlled Applications
In this article, you will learn how to build python-based gesture-controlled applications using AI. We will guide you all the way with step-by-step instructions. I'm sure you will have loads of fun ...
CNN Receptive Field Computation Using Backprop with TensorFlow
In our recent post about receptive field computation, we examined the concept of receptive fields using PyTorch. We learned receptive field is the proper tool to understand what the network 'sees' ...
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 ...
Using OpenVINO with OpenCV
In this post, we will learn how to squeeze the maximum performance out of OpenCV's Deep Neural Network (DNN) module using Intel's OpenVINO toolkit ...
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 ...