Ryukijano/Pothole-detection-Yolov8
Viewer • Updated • 880 • 588 • 7
This model detects potholes in road images using YOLOv8s trained on the following dataset:
from ultralytics import YOLO
model = YOLO("https://huggingface.co/peterhdd/pothole-detection-yolov8/resolve/main/best.pt")
results = model("your_image.jpg")
results.show()
This model is part of a complete end-to-end pothole detection system including training, GPU inference, and a mobile application.
The repository can be found here:
Base model
Ultralytics/YOLOv8