Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.24 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.24 KB

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