An open API service indexing awesome lists of open source software.

https://github.com/hariharanelancheliyan/pothole-detection-using-python

Pothole detection using python OpenCV on GUI based Console
https://github.com/hariharanelancheliyan/pothole-detection-using-python

image-processing opencv-python pothole-detection

Last synced: 12 months ago
JSON representation

Pothole detection using python OpenCV on GUI based Console

Awesome Lists containing this project

README

          

# 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](https://user-images.githubusercontent.com/57849338/229285800-00c633dc-5262-411f-8b93-142359306839.png)

## Sample Image :
![PothHoleDetectedImage](https://user-images.githubusercontent.com/57849338/229285863-f5507cbe-76c0-4779-8756-98f49104e3be.jpg)