ruiminshen / yolo-tf

TensorFlow implementation of the YOLO (You Only Look Once)
GNU Lesser General Public License v3.0
198 stars 72 forks source link

The parse_darknet_yolo2.py #4

Closed xhzcyc closed 7 years ago

xhzcyc commented 7 years ago

INFO:tensorflow:processing layer 20 INFO:tensorflow:yolo2_darknet/conv20/BatchNorm/beta: [1024]=1024 INFO:tensorflow:yolo2_darknet/conv20/BatchNorm/gamma: [1024]=1024 INFO:tensorflow:yolo2_darknet/conv20/BatchNorm/moving_mean: [1024]=1024 INFO:tensorflow:yolo2_darknet/conv20/BatchNorm/moving_variance: [1024]=1024 INFO:tensorflow:yolo2_darknet/conv20/weights: [3, 3, 3072, 1024]=28311552 Traceback (most recent call last): File "parse_darknet_yolo2.py", line 136, in main() File "parse_darknet_yolo2.py", line 93, in main p = struct.unpack('%df' % cnt, f.read(4 * cnt)) struct.error: unpack requires a bytes object of length 113246208

aruninnanje commented 7 years ago

@xhzcyc : I get the same error, can you please share how you were able to solve this error? @ruiminshen : I get the same error, can you please share how you were able to solve this error?

ilyeong-ai commented 6 years ago

@xhzcyc , @ruiminshen , @aruninnanje I also got the same error. can you please let me know any solutions?

gengmujian10 commented 6 years ago

@ruiminshen @xhzcyc I got this error too, could you tell me how to solve this problem ?

ThatAIGeek commented 6 years ago

So. anyone solved this and can share a solution?