facebookresearch / video-long-term-feature-banks

Long-Term Feature Banks for Detailed Video Understanding
Apache License 2.0
373 stars 62 forks source link

About ava load boxes and label #16

Closed wjchaoGit closed 5 years ago

wjchaoGit commented 5 years ago

Thanks for your code!

I notice that in the code: https://github.com/facebookresearch/video-long-term-feature-banks/blob/623972f5c2ab85fb37496a62b5888466895c6559/lib/datasets/ava.py#L77 For the GT annotation file(ava_train_v2.1.csv), the row[7] is the person_id. However, it is used as score in the code.

Is this a mistake?

chaoyuaw commented 5 years ago

Thanks for your question! The original csv files do not have the person_id field; It was added later on (https://groups.google.com/forum/#!topic/ava-dataset-users/XiVrZxbs4Rw). So I think if you use the new version, please modify accordingly. Sorry for the confusion!