wwwpbai

Results 6 comments of wwwpbai

@foralliance, Do you know how to achieve multi-scale training now ?

@hzh8311 , Do you know how to achieve multi-sacle training now?

@taxuezcy , Hello , how do you generate train_json file when you use new dataset?Download dataset from the internet or generate by openpose?

@1209805200, you can use code [https://github.com/yysijie/st-gcn/blob/master/tools/kinetics_gendata.py](here) to generate a whole file with json files of every frame.

@hacker-wei, you can see [demo.py](https://github.com/yysijie/st-gcn/blob/master/processor/demo.py),this file tests some video files by calling openpose, you can learn from it then write your own code ,then run your own code get kinetics-skeleton...

@hacker-wei , you can see this [script](https://github.com/yysijie/st-gcn/blob/master/tools/kinetics_gendata.py)