Hi, I’m trying to download the following files regarding the fine-grained keystep benchmark:
- keystep_segment_test_unannotated.json
- keystep_segment_train.json
- keystep_segment_val.json
- label_mapping.csv
As reported in the official documentation (Fine-grained Keystep Recognition | Ego-Exo4D Documentation), I should use the following command:
“egoexo -o --parts annotations --benchmarks keystep”
but I’m able to download only 3 files which are:
“keystep_train".json”, “keystep_val.json“, “splits.json”.
I also tried to download from scratch all the annotations, and according to the last changelog (Change Log | Ego-Exo4D Documentation), if I use the command:
”egoexo -o –parts annotations”
I should find a folder like this:
“../annotations/keystep_benchmark”
but this folder is not downloaded.
Has anyone been able to download the files reported in the documentation ? How can I solve this ?
Thank you