Skip to content

Error while using cfg file and weight file from YOLO site.  #834

@benn94

Description

@benn94

As the topic suggested

I use cfg and weight file available from : https://pjreddie.com/darknet/yolov2/

I use this cfg : https://github.com/pjreddie/darknet/blob/master/cfg/yolov2-voc.cfg
and their corresponding weight.

But the after i run

flow --imgdir dataset/standford40/img --model cfg/yolov2-voc.cfg --load bin/yolov2-voc.weights --json --gpu 1.0

I got this as a result

AssertionError: expect 202704260 bytes, found 202704264

Then I rename cfg and weight file and run command:

flow --imgdir dataset/standford40/img --model cfg/yolo-voc-standford.cfg --load bin/yolo-voc.weights --json --gpu 1.0

output is still the same

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions