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

[code request] Kinetics-skeleton generation code. #222

Open dihuangcode opened 5 years ago

dihuangcode commented 5 years ago

Hi, @yysijie @yjxiong

Thanks for your awesome work! ST-GCN has became one of the most important methods in skeleton based action recognition task.

Could you please provide code of setting up Kinetics-skeleton from original video ? I mean, download the original video dataset and then generate the skeletons by Openpose.

I noticed you have provided a script for generating skeletons by Openpose, so modifying it to process other videos is easy. But downloading Kinetics is confusing, since there are several versions and some videos are not available now.

Thanks a lot !!!!

PEACEandSAFE commented 4 years ago

Hi, @yysijie @yjxiong Thanks for your awesome work! ST-GCN has became one of the most important methods in skeleton based action recognition task. Could you please provide code of setting up Kinetics-skeleton from original video ? I mean, download the original video dataset and then generate the skeletons by Openpose. I noticed you have provided a script for generating skeletons by Openpose, so modifying it to process other videos is easy. But downloading Kinetics is confusing, since there are several versions and some videos are not available now. Thanks a lot !!!!

Hi! Have you solved the problem? I want to generate the skeleton data using my own video dataset. And the format must be the same as Kinetics-skeleton so that I can train the dataset on the old version of st-gcn. Maybe you can give me some advice. Thank you!