How to use GT 2D pose training.
How to use GT 2D pose training.Can you help me?
I also have the same problem. Does anyone know the answer?
Setup Alphapose first, the results will be output in a json which is what you feed into this model to get 3D
How to use GT 2D pose training.Can you help me?
@AliasChenYi @OliverSTH Hello, Have you solved this problem and can you share it?
Setup Alphapose first, the results will be output in a json which is what you feed into this model to get 3D
Exactly. For anyone that wants to train the model for action recognition, you need to extract the 2d poses first using alphapose. These 2d poses will be formatted as json files. Then, write a script that transform jsons into the desired format. You need to read the code from the Dataloader in order to understand how to format your data.