yohanshin / WHAM

MIT License
721 stars 78 forks source link

How to generate the parsed data? #84

Open jackieyung opened 7 months ago

jackieyung commented 7 months ago

Hi @yohanshin , I have my own data, but I don't know how to translate my own data to the parsed data for model training. Could you please release the data generated pipeline or code?

Thanks a lot.

yohanshin commented 7 months ago

Hi, I have released the data processing pipeline. Current version only contains 3DPW, EMDB, and RICH datasets but we will release the rest of the training datasets later. To prepare your own dataset, I would recommend to 1) run ViTPose and save their detection results and 2) prepare some pseudo-GT of SMPL parameters (if you have 3D annotations, you can simply run SMPLify) which will be used to process the data.

JoeLeelyf commented 7 months ago

Hi @yohanshin, can you provide more details about how to generate ViTPose result? Like what form of data should I save?

yxyyundanfengqing commented 7 months ago

@yohanshin Thank you for your excellent work and look forward to the release of the rest of the data processing code!

yxyyundanfengqing commented 5 months ago

Hi @yohanshin ,Could you please share when you plan to release the remaining codes and datasets? Looking forward to your response, thank you!