noorkhokhar99 / pothole-detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

real-time-pothole-detection

Pothole detection from real time video stream or images with Python.

YoloV4-Tiny and OpenCV used for this project.

  • Clone the repository.
git clone https://github.com/noorkhokhar99/pothole-detection.git
  • Goto the cloned folder.
cd pothole-detection

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

python camera_video.py

Example Results

Example Results

About


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%