cvdfoundation / kinetics-dataset

716 stars 92 forks source link

Missing annotations directory in arrange_by_classes.py #37

Open dschoerk opened 2 years ago

dschoerk commented 2 years ago

https://github.com/cvdfoundation/kinetics-dataset/blob/7fddcaa86eb1fc2bb06b7688d925f7ec3088c9f0/arrange_by_classes.py#L22

hi, i just tested this script with the k400 version of the dataset and figured that the 'annotations' folder where the csv's reside in is missing in the script. I'm not sure if this fix would be correct for all the kinetics versions.

fix: split_csv = load_label(path / 'annotations' / f'{split}.csv')

kinetics-cvdf commented 2 years ago

hey ! thanks for the comment. I'm quite busy but if you want to contribute a patch i'm happy to integrate it. Do you think it's better to just remove this file ?

Thanks!