Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 987 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 987 Bytes

Road-Damage-Detection

Detecting different types of damages of roads like cracks and potholes for the given image/video of the road.

Dataset: https://github.com/sekilab/RoadDamageDetector
It consist of images of roads of different countries (Japan, India, Czech). Majority of them was from japan.
With image files it also contain the label information of each image in pascval voc format.

Tried different models like ssd_mobilenet, efficientdet and yolo.

As the yolo model gave good results made a demo web_app for localhost with that model.

Examples

Czech road

Indian road

Japan road