AlbertoSabater / Skeleton-based-One-shot-Action-Recognition

GNU General Public License v3.0
14 stars 2 forks source link

The triplets files of ntu and therapies dataset is missing #2

Open banben opened 2 years ago

banben commented 2 years ago

The triplets files of ntu and therapies dataset is missing. What is the format of ./therapies_annotations/triplets/triplets_dataset.pckl and ./ntu_annotations/triplets/triplets_dataset.pckl. Could you please upload the pikle file? Thanks!

AlbertoSabater commented 2 years ago

Hello! Triplet files are contained in the "Therapy dataset" downloadable .zip file. https://doi.org/10.5281/zenodo.4700564

oldbowls commented 1 year ago

The triplets files of NTU seem not contained in https://doi.org/10.5281/zenodo.4700564. Could you please upload the file? Thanks!

AlbertoSabater commented 1 year ago

Which file are you missing exactly? I think all the needed files are in the zip folders.

oldbowls commented 1 year ago

Which file are you missing exactly? I think all the needed files are in the zip folders.

/ntu_annotations/triplets/triplets_dataset.pckl.

AlbertoSabater commented 1 year ago

Hello. I no longer have that file, however, it is not required to reproduce the results from the paper. The NTU Dataset is evaluated with a one-shot approach and triplets are not required for training or evaluation. One-shot is performed with the files one_shot_eval_anchors.txt and one_shot_eval_set.txt. Therefore, you can ignore the triplet-related lines of code and use only the one-shot ones.