DASTM
DASTM copied to clipboard
The official implementation of ECCV22 paper "Learning Spatial-Preserved Skeleton Representations for Few-Shot Action Recognition"
Hello, thanks for your excellent work and the elegant code released! Is the accuracy reported in the paper the validation accuracy? I re-run the code and found that the validation...
``` File "train.py", line 363, in main res = train(opt=options, File "train.py", line 175, in train model_output = model(x) File "/home/user/anaconda3/envs/pyq38/lib/python3.8/site-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) File...
您好作者,看见您实验了了ST-GCN 2s-AGCN MS-G3D三个backbone,请问如果我想实验自己的backbone,该在项目的何部分进行改动呢。我的backbone类似于CTR-GCN,其由2s-AGCN改版而来
Hello, Thank you for your code. I download the data. But after loading the ntu-T dataset, the info is printed as follows: **_sample_num in train 2320 _class 80 data_path :/data/Disk_B/action_data/self_ske/ntu120/NTU-T...