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
utils.load_weights(model, "./yolov3.weights")
File "/home/fut/Downloads/TensorFlow2.0-Examples-master/4-Object_Detection/YOLOV3/core/utils.py", line 59, in load_weights
assert len(wf.read()) == 0, 'failed to read all data'
AssertionError: failed to read all data
yolov3仔细检查没问题,官方都可以跑,你这个demo是不是有问题?
The text was updated successfully, but these errors were encountered:
utils.load_weights(model, "./yolov3.weights")
File "/home/fut/Downloads/TensorFlow2.0-Examples-master/4-Object_Detection/YOLOV3/core/utils.py", line 59, in load_weights
assert len(wf.read()) == 0, 'failed to read all data'
AssertionError: failed to read all data
yolov3仔细检查没问题,官方都可以跑,你这个demo是不是有问题?
The text was updated successfully, but these errors were encountered: