facebookresearch / pifuhd

High-Resolution 3D Human Digitization from A Single Image.
Other
9.5k stars 1.44k forks source link

Training source code #29

Closed doantientai closed 4 years ago

doantientai commented 4 years ago

Congratulations on your great work!

If I want to train PihuHD on another 3d dataset, where should I start? I couldn't find an instruction on how to train the model. Perhaps it is not released yet?

Thank you very much!

BaldrLector commented 4 years ago

+1, waiting for the details of the training code.

ps: previous work PIFU https://github.com/shunsukesaito/PIFu provides some code that may be helpful.

shunsukesaito commented 4 years ago

We may not be able to release training code near future. However, all the training details are described in the published paper: https://arxiv.org/pdf/2004.00452.pdf. As @BaldrLector mentions, the PIFu repository provides a data generation code which uses the identical algorithm to the data generation in PIFuHD. Also the training code in PIFu can be repurposed for PIFuHD with small modifications.

doantientai commented 4 years ago

Thank you!