open-mmlab / mmskeleton

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

How to train the model in the ucf-101 dataset #180

Open anjingxing opened 5 years ago

anjingxing commented 5 years ago

Code version (Git Hash) and PyTorch version

Dataset used

Expected behavior

Actual behavior

Steps to reproduce the behavior

Other comment

@yjxiong hello ,I'll say sorry if I disturb you, I want to know how to extract the original dataset into the skeleton data set suitable for network training and train my own model, such as ucf101 dataset.

JasOlean commented 5 years ago

@anjingxing Firstly, do you have skeleton data for your ucf1010 dataset? If you have not and if you have image sequence or videos for your original dataset, you can extract skeleton data using demo.py in their folder. Because you need to use OpenPose to extract skeleton data like kinetics-skeleton form.

YichengDWu commented 5 years ago

Hi I am a student from ucf we can cooperate if you want!

PEACEandSAFE commented 4 years ago

@anjingxing Firstly, do you have skeleton data for your ucf1010 dataset? If you have not and if you have image sequence or videos for your original dataset, you can extract skeleton data using demo.py in their folder. Because you need to use OpenPose to extract skeleton data like kinetics-skeleton form.

Hi! I want to know how to extract skeleton data like kinetics-skeleton form. I didn't find the file demo.py. Now I have installed openpose, st-gcn and mmskeleton. I am trying to train my own model and run a demo.