Skip to content

pythonanywhere flask API to detect potholes and segment cracks on road images

Notifications You must be signed in to change notification settings

SriyaR/roadDeformityDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roadDeformityDetection

pythonanywhere flask API to detect potholes and segment cracks on road images

Input : POST input image

Output : returns JPEG image

Pothole Detection

Crack Segmentation

Curl Command :

curl -k -X POST -F 'image=@/path/to/image' -v http://sriyaR.pythonanywhere.com/detect/rcnn > tested_rcnn.jpg RCNN Output

Curl Command :

curl -k -X POST -F 'image=@/path/to/image' -v http://sriyaR.pythonanywhere.com/detect/ssd > tested.jpg SSD Output

Curl Command :

curl -k -X POST -F 'image=@/path/to/image' -v http://sriyaR.pythonanywhere.com/segment > tested_segment.jpg

Crack Segmented Output

About

pythonanywhere flask API to detect potholes and segment cracks on road images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published