experiencor / keras-yolo2

Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).
MIT License
1.73k stars 787 forks source link

Unable to find train_annot_folder #432

Open shaunktw opened 4 years ago

shaunktw commented 4 years ago

Hi, I performed the following steps:

1) downloaded the folder 2) cd to keras-yolo2-master 3) ran python train.py -c config.json However, I got this error

line 15, in parse_annotation
    for ann in sorted(os.listdir(ann_dir)):
OSError: [Errno 2] No such file or directory: 'train_annot_folder \\'

I updated the folder folder name to \train_annot_folder\ as your README but still running into the same issues.