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

Differences in training and evaluation #131

Open Hewentao123 opened 2 years ago

Hewentao123 commented 2 years ago

Sorry, I am a beginner. I have a problem that bothers me. During the training phase I see that there are two inputs: the image feature vector and the depth values of the 3D points. However, at test time, we only have a 2d image, and there is no corresponding depth value of the 3d point. How does it work? Looking forward to your reply. Thanks!