https://github.com/deep-diver/Soccer-Ball-Detection-YOLOv2
I get loading yolo.weights .... and then
AssertionError: expect 202335260 bytes, found 203934260
However, when I run the same command with default dataset it works. I downloaded the weights file from https://drive.google.com/drive/folders/0B1tW_VtY7onidEwyQ2FtQVplWEU
I modify the line self.offset = 16
in the ./darkflow/utils/loader.py
file and replace with self.offset = 20
. But can not solve the issue.
How I can solve this issue?