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
ive ran everything correctly and it worked for awhile. then, this happened....
Traceback (most recent call last):
File "C:\Users\finnx\anaconda3\envs\yolov3-gpu\lib\site-packages\tensorflow_core\python\training\py_checkpoint_reader.py", line 95, in NewCheckpointReader
return CheckpointReader(compat.as_bytes(filepattern))
RuntimeError: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for ./weights/yolov3.tf
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "detect_video.py", line 94, in <module>
app.run(main)
File "C:\Users\finnx\anaconda3\envs\yolov3-gpu\lib\site-packages\absl\app.py", line 303, in run
_run_main(main, args)
File "C:\Users\finnx\anaconda3\envs\yolov3-gpu\lib\site-packages\absl\app.py", line 251, in _run_main
sys.exit(main(argv))
File "detect_video.py", line 35, in main
yolo.load_weights(FLAGS.weights)
File "C:\Users\finnx\anaconda3\envs\yolov3-gpu\lib\site-packages\tensorflow_core\python\keras\engine\training.py", line 234, in load_weights
return super(Model, self).load_weights(filepath, by_name, skip_mismatch)
File "C:\Users\finnx\anaconda3\envs\yolov3-gpu\lib\site-packages\tensorflow_core\python\keras\engine\network.py", line 1187, in load_weights
py_checkpoint_reader.NewCheckpointReader(filepath)
File "C:\Users\finnx\anaconda3\envs\yolov3-gpu\lib\site-packages\tensorflow_core\python\training\py_checkpoint_reader.py", line 99, in NewCheckpointReader
error_translator(e)
File "C:\Users\finnx\anaconda3\envs\yolov3-gpu\lib\site-packages\tensorflow_core\python\training\py_checkpoint_reader.py", line 35, in error_translator
raise errors_impl.NotFoundError(None, None, error_message)
tensorflow.python.framework.errors_impl.NotFoundError: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for ./weights/yolov3.tf
PLEASE HELP!!!!
The text was updated successfully, but these errors were encountered:
ive ran everything correctly and it worked for awhile. then, this happened....
PLEASE HELP!!!!
The text was updated successfully, but these errors were encountered: