facebookresearch / Ego4d

Ego4d dataset repository. Download the dataset, visualize, extract features & example usage of the dataset
https://ego4d-data.org/docs/
MIT License
361 stars 49 forks source link

Ego-Exo4D keystep recognition inconsistencies and ambiguities regarding number of keysteps #339

Open deepsworld opened 4 months ago

deepsworld commented 4 months ago

Thank you very much for your excellent work.

In the recent version of the paper it says that due to long tail issue of the keystep recognition task, only 278 keysteps were used for baselines by thresholding the classes with number of segments >= 20. Since the dataset does not come with test annotations, it is not clear how we can figure out the keysteps used in the baselines.

image

Can you please provide the list of keystep (names or ids) used in the paper? Also, is it possible to share the baseline checkpoints and training/validation code?

Thanks, Deep