Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weights not found #1

Open
sekharBuddha opened this issue Jun 11, 2018 · 0 comments
Open

weights not found #1

sekharBuddha opened this issue Jun 11, 2018 · 0 comments

Comments

@sekharBuddha
Copy link

/home/dell/anaconda3/lib/python3.6/site-packages/h5py/init.py:36: FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type.
from ._conv import register_converters as _register_converters
Traceback (most recent call last):
File "richierich.py", line 30, in
tfnet = TFNet(options)
File "/home/dell/anaconda3/lib/python3.6/site-packages/darkflow-1.0.0-py3.6-linux-x86_64.egg/darkflow/net/build.py", line 58, in init
darknet = Darknet(FLAGS)
File "/home/dell/anaconda3/lib/python3.6/site-packages/darkflow-1.0.0-py3.6-linux-x86_64.egg/darkflow/dark/darknet.py", line 13, in init
self.get_weight_src(FLAGS)
File "/home/dell/anaconda3/lib/python3.6/site-packages/darkflow-1.0.0-py3.6-linux-x86_64.egg/darkflow/dark/darknet.py", line 47, in get_weight_src
'{} not found'.format(FLAGS.load)
AssertionError: bin/tiny-yolo-voc.weights not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant