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 341 forks source link

Question about the unsmoothing generated volume mesh #21

Closed utc1205 closed 4 years ago

utc1205 commented 4 years ago

very interesting idea in 3d reconstruction from single image.I want to apply it in my work, but I find the generated volume mesh doesn't smooth . Besides, I test the case you provide in code and that result is also coarse but not fine, especially face. Do you have any idea to improve the mesh quality? Thank very much.

shunsukesaito commented 4 years ago

I'm not sure what you mean by not being smooth. I believe the reconstructions are generally smooth. It'd be helpful if you can share your "non-smooth" results for reference.

Regarding fine details, please refer to my new work PIFuHD. which addresses the lack of details in the original PIFu work.