RNN_video_object_detection icon indicating copy to clipboard operation
RNN_video_object_detection copied to clipboard

About yolo_weights.bin

Open zhujiagang opened this issue 7 years ago • 0 comments

Is yolo_weights.bin in https://github.com/SubarnaTripathi/RNN_video_object_detection/blob/9e42248b932dbb1d152b840607c2dba0f0e9c130/load_YOLO_wgt_bin_file.py#L161 downloaded from YOLO website https://pjreddie.com/darknet/yolo/ (v1 or v2)? If it is, after I tried both, neither of them worked and reported the same bug

RNN_video_object_detection/load_YOLO_wgt_bin_file.py", line 201, in <module>
    f_data.fromfile(fin, n)        
EOFError: not enough items in file

I don't know how to solve it.

zhujiagang avatar Dec 28 '17 02:12 zhujiagang