shunsukesaito / PIFu

This repository contains the code for the paper "PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization"
https://shunsukesaito.github.io/PIFu/
Other
1.76k stars 340 forks source link

Obj texture missing #1

Closed stspanho closed 4 years ago

stspanho commented 4 years ago

Hi,

I'm trying to run the demo script. The mesh generation (obj file) works perfectly. How can I generate the texture or am I missing something?

The script also generates a png file, but that seems to be a screenshot?

result_ryota

Thank you

shunsukesaito commented 4 years ago

Which obj viewer are you using? Please open the generated mesh with meshlab to see if you can see the predicted texture. The predicted texture is assigned as per vertex color, not a texture map.

stspanho commented 4 years ago

Ok thank you it works!

decajcd commented 4 years ago

Ok thank you it works!

Did the result you run in your own data?