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 reconstructing half-body #20

Closed youwei-kafuu closed 4 years ago

youwei-kafuu commented 4 years ago

Hi Shunsuke , Thanks for your great work!

I run some demo and found there will be some problems when reconstructing only upper body .It seems that it will judge the half body as the whole body.I'm wondering if there is some way to let PIFu fit the half body?

Thanks in advance!

shunsukesaito commented 4 years ago

As I never trained with upper body only, rescaling based on upper body segmentation would result in highly deviated inputs from the training data distribution. One solution is to write your own cropping function to roughly align the scale and location of upperbody with other full body training data. Nevertheless, the reconstruction is likely worse than those of full body images.

youwei-kafuu commented 4 years ago

Thanks!I'll have a try