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

https://github.com/noorkhokhar99/pothole-detection-pothole-detection-using-python-and-deep-learning

Pothole Detection || Pothole Detection using python and deep learning
https://github.com/noorkhokhar99/pothole-detection-pothole-detection-using-python-and-deep-learning

deep-learning opencv opencv-python opencv3-python pothole pothole-detection pothole-python pyresearch python yolov8

Last synced: 2 months ago
JSON representation

Pothole Detection || Pothole Detection using python and deep learning

Awesome Lists containing this project

README

          

# Pothole Detection || Pothole Detection using python and yolov8

### Steps to run Code
- Clone the repository.
```
git clone https://github.com/noorkhokhar99/Pothole-Detection-Pothole-Detection-using-python-and-deep-learning.git
```
- Goto the cloned folder.
```
cd Pothole-Detection-Pothole-Detection-using-python-and-deep-learning

```
- Upgrade pip with the mentioned command below.
```
pip install --upgrade pip
```
- Install requirements with the mentioned command below.
```
pip install -r requirements.txt
```
- Run the code with the mentioned command below.

- Run for webcam

`python test.py`

`python predict.py model=y8best.pt source="demo.mp4" show=True`

`python predict.py model=y8best.pt source=0 show=True`

download weight: https://drive.google.com/drive/folders/1T1h2WH3_wrNb0foJuDw8w33Br_2kZjnS?usp=share_link



### Inference on a video:
https://www.youtube.com/@Pyresearch