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.75k stars 342 forks source link

Perspective Projection #68

Closed sxyu closed 3 years ago

sxyu commented 3 years ago

Hi Shunsuke,

Thanks for answering my questions previously. I am wondering, what is the technical reason all PIFu/pifuhd models use weak-perspective projection? Does it make the model work better due pixel alignment, or is it out of simplicity/efficiency?

In particular, I wonder if you have tried using perspective and if the released PRT renderer supports it.

Thanks, Alex

shunsukesaito commented 3 years ago

Hi thanks for the question. Indeed PIFu/PIFuHD all use weak-perspective. The reason is two fold:

Hope this helps. Let me know if you have further questions.

sxyu commented 3 years ago

Thank you for the answer, that is what I suspected. For multi-view / video PIFu on real images one might need to use perspective however.