jhasuman/potholes-detection

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)

Hrishikesh24 opened this issue · 2 comments

get this error whenever i execute predict.py

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.

it's better that I add it in the documentation