UttaranB127 / STEP

Spatial Temporal Graph Convolutional Networks for Emotion Perception from Gaits
https://gamma.umd.edu/step
MIT License
69 stars 12 forks source link

Questions regarding paper x code compatibility #20

Closed maluwastaken closed 9 months ago

maluwastaken commented 1 year ago

Hi! In the paper you name 3 models, with STEP+Aug being the one with the best accuracy. Is STEP+Aug equivalent with the model on the classifier_stgcn_real_and_synth folder? Also, in the mainf file for classifier_stgcn_real_and_synth, the synth filename is 'CVAEGCN_best' but I couldn't find it in the provided dataset nor inside the repository. I appreciate your help!

UttaranB127 commented 1 year ago

Hi, sorry this repo is no longer actively maintained, so some of the contents may be outdated. That said:

"Is STEP+Aug equivalent with the model on the classifier_stgcn_real_and_synth folder?" - Yes

"couldn't find it in the provided dataset nor inside the repository" - You're right that "best" is not in the dataset. You can use featuresCVAEGCN_1_2000.h5 and featuresCVAEGCN_2001_4000.h5 instead.