facebookresearch / pifuhd

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

I want to ask, How to use a single photo to generate the texture map of the model? #25

Closed EdenShadow closed 4 years ago

EdenShadow commented 4 years ago

How to generate this texture?

shunsukesaito commented 4 years ago

To be clear, this PIFuHD repository does not provide texture inference module in contrast to pifu repository (https://github.com/shunsukesaito/PIFu). The default output is colored by surface normal.

EdenShadow commented 4 years ago

thanks,@shunsukesaito Is there any recommended method for texture inference module?

shunsukesaito commented 4 years ago

You can take a look at the PIFu repository link above. As far as I know, this is the only open-sourced texture inference system out there from a single image.

AIdeveloper-oz commented 4 years ago

You can take a look at the PIFu repository link above. As far as I know, this is the only open-sourced texture inference system out there from a single image.

Yes. this is the only open sourced texture inference system, but still it would be helpful if the multi-view process is explained in depth. I tried by changing the number of views, as explained in the paper. Either it creates individual model for each pose(view) or quits execution to throw error.

shunsukesaito commented 4 years ago

Please open an issue in the PIFu repository, not here for anything related to the original work of PIFu.

dardo82 commented 4 years ago

Please implement texture generation for the HD version, it they were available in the standard version it was for good reasons.