jhasuman / potholes-detection

This is a deep learning model for detecting the potholes on roads. The model is using YOLO-v2.
79 stars 35 forks source link

Unable to open file (unable to open file: name = 'full_yolo_backend.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0) #8

Open Hrishikesh24 opened 5 years ago

Hrishikesh24 commented 5 years ago

get this error whenever i execute predict.py

ghost commented 5 years ago

just download the .h5 file from internet and place it to root folder. these are yolo architecture weights (pretrained weights for backend file). https://github.com/rodrigo2019/keras_yolo2/releases just go and download full_yolo_backend.h5 file from "pretrained weights" drop down and place it to your root folder and try predicty.py again.

Hrishikesh24 commented 5 years ago

it's better that I add it in the documentation