open-mmlab / mmskeleton

A OpenMMLAB toolbox for human pose estimation, skeleton-based action recognition, and action synthesis.
Apache License 2.0
2.94k stars 1.04k forks source link

Do you have NTU-RGBD trained model weight? #106

Closed FesianXu closed 6 years ago

FesianXu commented 6 years ago

Thanks for your work, i wanna develop my model based on your model and i wanna your NTU-RGBD trained model weight. Does it accessable now? Thanks

FesianXu commented 6 years ago

I found your weight file in baidu cloud but i dont know which one should i load if i just wanna use the st-gcn backbone network, is the ntuxsub-st_gcn.pt this one? it seems that there are may keys like backbone in this file.

yjxiong commented 6 years ago

NTU-RGBD has two evaluation protocols, cross-subject (X-sub) and cross view (X-view). So there are two pre-trained models, each for on protocol. You can choose the one you feel more appropriate for your application.

FesianXu commented 6 years ago

seems that the pretrained models cannot match the current code, but it can match the past version, do you have the current code's pretrained model?

yjxiong commented 5 years ago

You can then use the previous version. The current version is just to confirm pytorch 0.4 api.