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

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

A bug was encountered #3

Open oldbowls opened 1 year ago

oldbowls commented 1 year ago

https://github.com/AlbertoSabater/Skeleton-based-One-shot-Action-Recognition/blob/e955d989bd433a4a88bbc46c0d1c0c391d30d165/dataset_scripts/ntu120_utils/triplet_ntu_callback.py#L153

In the above link,the value of "triplet_file" is "./ntu_annotations/triplets/one_shot_eval_set.txt" that not work on https://github.com/AlbertoSabater/Skeleton-based-One-shot-Action-Recognition/blob/e955d989bd433a4a88bbc46c0d1c0c391d30d165/dataset_scripts/ntu120_utils/triplet_ntu_callback.py#L154

AlbertoSabater commented 1 year ago

Hello. 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.