MotionBERT icon indicating copy to clipboard operation
MotionBERT copied to clipboard

How to use GT 2D pose training.

Open AliasChenYi opened this issue 1 year ago • 4 comments

How to use GT 2D pose training.Can you help me?

AliasChenYi avatar Jul 24 '24 14:07 AliasChenYi

I also have the same problem. Does anyone know the answer?

OliverSTH avatar Aug 15 '24 06:08 OliverSTH

Setup Alphapose first, the results will be output in a json which is what you feed into this model to get 3D

Gnoot01 avatar Sep 25 '24 07:09 Gnoot01

How to use GT 2D pose training.Can you help me?

@AliasChenYi @OliverSTH Hello, Have you solved this problem and can you share it?

LLLYLong avatar Oct 16 '24 02:10 LLLYLong

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.

valentin-fngr avatar Oct 20 '24 22:10 valentin-fngr