generalizable-neural-performer / bodyfitting

A Multi-view SMPL Optimization Framework of GNR and GeneBody
33 stars 1 forks source link

Data format? #1

Open sklipnoty opened 2 years ago

sklipnoty commented 2 years ago

I was wondering what dataformat I would need in order to run the demo? This is no quite clear to me? Would it be possible to add an example that contains a multi-view person so we can test that locally?

(Assuming I will also need to supply camera parameters somehow?)

generalizable-neural-performer commented 2 years ago

Hi, sorry for the late reply. We have updated the README, and for motion capture data, we recommend you organize your data in GeneBody format. If you try to fit scans, please try apps/rp_fitting.py. The script will fit all OBJ files in the give target_dir. Hope this helps.