You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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
The text was updated successfully, but these errors were encountered:
/home/dell/anaconda3/lib/python3.6/site-packages/h5py/init.py:36: FutureWarning: Conversion of the second argument of issubdtype from
float
tonp.floating
is deprecated. In future, it will be treated asnp.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
The text was updated successfully, but these errors were encountered: