Drone programming has become increasingly popular in recent years as drones have become more accessible and affordable. We are introducing a new series called Drone for Computer Vision with this ...
Search Results for: c
Create a PyPI Package: A Guide to Building and Uploading a Pip Installable Python Package
Create a PyPi Package: This article is in continuation of our previous blog post, “Building An Automated Image Annotation Tool: PyOpenAnnotate”. In this blog post, we will go through details on PyPi ...
IoU Loss Functions for Faster & More Accurate Object Detection
Object detection is one of the most important challenges in computer vision. Deep learning-based solutions can solve it very effectively. To solve any problem using deep learning, first, we need to ...
Exploring SAHI: Slicing Aided Hyper Inference for Small Object Detection
Small object detection refers to the task of identifying and localizing objects that are relatively small in size within digital images. These objects typically have limited spatial extent and low ...
Face Recognition Models: Advancements, Toolkit, and Datasets
Face recognition models: This article focuses on the comprehensive examination of existing face recognition models, toolkits, datasets and FR pipelines. From early Eigen faces and Fisher face methods ...
Train YOLO NAS on Custom Dataset
YOLO-NAS is currently the latest YOLO object detection model. From the outset, it beats all other YOLO models in terms of accuracy. The pretrained YOLO-NAS models detect more objects with better ...