© 2026 Hashnode
This is a step-by-step tutorial on training object detection models on a custom dataset. What is Object Detection? Object Detection (OD) is a computer vision technique that allows us to identify and locate objects in digital images/videos. It is bas...

What is YOLO and explain the architecture of YOLO (You Only Look Once)? One use case? YOLO v1: The first YOLO You only look once (YOLO) version came about in May 2016 and sets the core of the algorithm, the following versions are improvements that f...

Question: Why custom model training? ---> There are a wide variety of ML/DL models out there that we can use for our use cases. But, sometimes we encounter various peculiar problems that force us to think out of the box, develop our own logic and mat...
