visualbuffer / parkingslot

Automated parking occupancy detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find file.

anjanaouseph opened this issue · comments

model_data/yolo.h5... Where is this folder/file situated?
When I run this code, I get this error.
!python ./convert.py ./yolov3.cfg yolov3.weights model_data/yolo.h5
OSError: Unable to create file (unable to open file: name = 'model_data/yolo.h5', errno = 2, error message = 'No such file or directory', flags = 13, o_flags = 242)

I fixed it by creating the 'model_data' directory.

Make the model_data directory running the command will generate the .h5 file