In deep learning, training a model is not the final step. Be it image classification or object detection, a deep learning project becomes worthwhile only when it reaches the masses. That's where ...
Train YOLOv8 on Custom Dataset – A Complete Tutorial
Ultralytics recently released the YOLOv8 family of object detection models. These models outperform the previous versions of YOLO models in both speed and accuracy on the COCO dataset. But what about ...
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 ...
YOLOv4 and Darknet For Pothole Detection
In this blog post, we will be training YOLOv4 object detection model on a pothole detection dataset using the Darknet framework. Before we move further, let’s have an overview of the models that ...