giddyyupp/coco-minitrain

Missing coco_class_labels.csv

Alvin0629 opened this issue · 3 comments

Hi,

Thanks for the contribution. When running the csv_to_coco_json.py, the 'coco_class_labels.csv' is missing.

FileNotFoundError: [Errno 2] No such file or directory: 'coco_class_labels.csv''

Could pls add this file? Thanks!

hello,
actually it is here: https://drive.google.com/file/d/1xmjxfdnFxZnD1IFpkpj2Yub9Wvv97-Kd/view
you just need to rename it to coco_class_labels.csv or you can set --csv_classes parameter as class_labels.csv

hello, actually it is here: https://drive.google.com/file/d/1xmjxfdnFxZnD1IFpkpj2Yub9Wvv97-Kd/view you just need to rename it to coco_class_labels.csv or you can set --csv_classes parameter as class_labels.csv

Successfully generate the sampled data, thanks for the help!