PotholeDetection icon indicating copy to clipboard operation
PotholeDetection copied to clipboard

1st place solution to the MIIA Deep Learning Hackathon

Results 2 PotholeDetection issues
Sort by recently updated
recently updated
newest added

how to test sample images for prediction of pothole.Or how to open camera for detection

Hey, Thanks for this amazing repository. I was trying to visualize the CAM maps in solution.ipynb but run into an error when I try to run `overlay = img.array_to_img(valid_cam[0]).resize((800,600), Image.BILINEAR).convert('RGB')`....