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 ...
YOLOv7 Pose vs MediaPipe in Human Pose Estimation
YOLOv7 Pose was introduced in the YOLOv7 repository a few days after the initial release in July ‘22. It is a single-stage, multi-person pose estimation model. YOLOv7 pose is unique, as it deviates ...
YOLOX Object Detector Paper Explanation and Custom Training
What is YOLOX? YOLOX is a single-stage real-time object detector. It was introduced in the paper YOLOX: Exceeding YOLO Series in 2021. The baseline model of YOLOX is YOLOv3 SPP with Darknet53 ...