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 ...
YOLOv6 Object Detection – Paper Explanation and Inference
YOLO models have become ubiquitous in the world of deep learning, computer vision, and object detection. If you are working on object detection, then there is a high chance that you have used one of ...
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 ...
What is Face Detection? Ultimate Guide 2023 + Model Comparison
Face Detection is a computer vision technique in which a computer program can detect the presence of human faces and also find their location in an image or a video stream. Isn’t it mind-boggling how ...
Fine Tuning YOLOv7 on Custom Dataset
Since its inception, the YOLO family of object detection models has come a long way. YOLOv7 is the most recent addition to this famous anchor-based single-shot family of object detectors. It comes ...
Mean Average Precision (mAP) in Object Detection
Mean Average Precision (mAP) is a performance metric used for evaluating machine learning models. It is the most popular metric that is used by benchmark challenges such as PASCAL VOC, COCO, ImageNET ...