pothole detection
This article shows the steps for deploying a deep learning model on HuggingFace Spaces using Gradio.
In this article, we train YOLOv8 on a custom pothole detection dataset using the Ultralytics YOLO package.
This article explains the training pipeline for fine tuning of the YOLOv7 object detection model on a custom pothole detection dataset
In this blog post, we will be training YOLOv4 models on a custom pothole detection dataset using the Darknet framework and carry out inference using the trained models.