OSError: Unable to open file (unable to open file: name = 'yolo.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
Hanswanglin opened this issue · 4 comments
I use the Mac Os to run thereal-time.py
file, and get the OSError, I also search on Google to find others' the same problem. It is probably the Keras
problem. But I do not how to solve it
Hi @Hanswanglin
You have to download the weights file separately from MEGA or OneDrive. Download the weights files and put them in the weights\
folder in the working directory.
Let me know whether the issue is fixed or not.
Thanks @MahmudulAlam
I have success the real-time.py
in a Ubuntu server, however, the still failure in MacOS, it seems that is could not recognize the .h5
files.
Another problem, however, it is the performance, it is a low frame in my Testing.
@Hanswanglin
Glad that you succeed.
Speed performance depends on which GPU you use. I have tested on GTX1050 Ti GPU.
@Hanswanglin
Glad that you succeed.
Speed performance depends on which GPU you use. I have tested on GTX1050 Ti GPU.
I see, so might be it is hard to use the detection on some Embedded hardware for its low performance. Thanks your answer, I will try some other methods.