Skip to content

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pothole-detection

Training a computer vision task to detect and segment potholes in images. This model was trained on the pothole-600 dataset.

Datasets Used

Setup

Create and Activate Virtual Environment

python3 -m venv venv --system-site-packages
source venv/bin/activate

Install required packages

pip install -r requirements.txt

Model Testing

Model trained on an augmented dataset containing 6600 images using a Feature Pyramid Network. This model was able to achive an IOU of 0.86

Image1 Image2 Image3 Image4

About

pothole segmentation

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages