shunsukesaito / PIFu

This repository contains the code for the paper "PIFu: Pixel-Aligned Implicit Function for High-Resolution Clothed Human Digitization"

Home Page:https://shunsukesaito.github.io/PIFu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double head issue on bird 3D model training/test

kuangzijian opened this issue · comments

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