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 ...
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 ...
Building An Automated Image Annotation Tool: PyOpenAnnotate
This blog post continues with our previous article, “Roadmap to Automated Image Annotation Tool using OpenCV”. Here, we will take a look at how to use pyOpenAnnotate and delve into the details of the ...
Roadmap To an Automated Image Annotation Tool Using OpenCV Python
Annotation is the most crucial part of a Deep Learning project. It is a deciding factor in how well a model learns. However, it is very tedious and time-consuming. One solution is to use an automated ...
What is EXIF Data in Images?
EXIF data contains information on image and audio files. EXIF stands for Exchangeable Image File Format. It is required by image viewers or audio players to sort the files, display thumbnails, load ...
CenterNet: Objects as Points – Anchor Free Object Detection Explained
Anchor free object detection is powerful because of its speed and generalizability to other computer vision tasks. "CenterNet: Object as Points" is one of the milestones in the anchor-free object ...