Skip to content

kHarshit/pothole-segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pothole-segmentation

Real-time Pothole Detection and Segmentation using Deep Learning

Paper link

The potholes found on the Indian roads prove to be conundrum to avoid while driving. This work deals with the automatic detection and segmentation of potholes on the roads using deep learning. This task is solved using instance segmentation, one of the remarkable applications of Computer Vision. We test the instance segmentation models viz. Mask R-CNN and YOLACT, pretrained on MS COCO and fine tune it on our custom pothole dataset. Our trained YOLACT model is able to identify potholes with 0.81 accuracy on the test dataset and can achieve near real-time speed, while Mask R-CNN achieves 0.86 accuracy but with lower inference speed.

Experiments

hyperparam_tuning quantitative_comparison

Results

potholeimg1 potholeimg2

About

Pothole detection and segmentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published