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

Double head issue on bird 3D model training/test #120

Open kuangzijian opened 2 years ago

kuangzijian commented 2 years ago

Hi really appreciate your great work,

I tried to train the model with birds dataset, however, the performance on birds is really bad, as you can see there is a "double head" issue:

example 1: input: image

output 3D:

image image

example 2: input: image

output 3D: image image

Is that due to the bird model having a larger depth value from a horizontal view compare to the human 3D model? or it is just a lack of training data?

Thanks