I downloaded the yolov2-tiny.cfg and yolov2-tiny.weights from official Darknet page
the commands
./flow --model cfg/yolov2-tiny.cfg --load weights/yolov2-tiny.weights --savepb
gives the following error :
AssertionError: expect 44948596 bytes, found 44948600
I downloaded the yolov2-tiny.cfg and yolov2-tiny.weights from official Darknet page the commands
./flow --model cfg/yolov2-tiny.cfg --load weights/yolov2-tiny.weights --savepb
gives the following error :AssertionError: expect 44948596 bytes, found 44948600