Skip to content

aymane-eljerari/pothole-segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Training a computer vision task to localize potholes from input images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published