cvdfoundation / kinetics-dataset

716 stars 92 forks source link

Update arrange_by_classes.py #38

Closed yakhyo closed 2 years ago

yakhyo commented 2 years ago

Path to the {split}.cvs is not correct.

Original:

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

Updated to:

split_csv = load_label(path / f'annotations/{split}.csv')
kinetics-cvdf commented 2 years ago

Thanks!