This project implements a pothole detection system using the OpenCV library and the YOLO (You Only Look Once) object detection algorithm.
It is designed to detect potholes in images or video streams, which can be useful for road safety analysis and smart transportation systems.
- Real-time pothole detection
- Uses YOLO for accurate object detection
- Built with OpenCV for image and video processing
- Easy to set up and run
- Python 3
- OpenCV
- YOLO (You Only Look Once)
- NumPy
- Clone the repository:
git clone https://github.com/Arijit999/Pothole-Detect.git cd Pothole-Detect - Install Dependencies:
pip install -r requirements.txt
- Run the program:
python3 PotholeDetect.py