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
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是不是有问题?