Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 848 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 848 Bytes

POTHOLE DETECTION USING PYTHON

Pothole detection using python and yolov4. By using this project we can able to identify pothole from image, video as well on live camera. After potholes has been identified from a file.if it is image file, coordinates will be in text file on pothole_coordinates folder or if it is video file, each frame pothole cordinates will on that folder. Processed image or video will saved after video or images processed on root folder of project.

Modules used:

  • Opencv for image and video processing
  • tkinter for GUI based console

GUI Image:

image

Sample Image :

PothHoleDetectedImage