mkocabas / PARE

Code for ICCV2021 paper PARE: Part Attention Regressor for 3D Human Body Estimation
Other
378 stars 74 forks source link

size not very fit?? #18

Closed lucasjinreal closed 2 years ago

lucasjinreal commented 2 years ago

image

for far , it looks normal, but if near:

image

the predict mesh bigger than real on image.

jjhooon commented 2 years ago

Is this the result of training model without training instruction? If so, Could you tell me how to train the model?

mkocabas commented 2 years ago

Hi @jinfagang,

It looks like the scale problem is caused by the renderer you use. I suggest using the defaul pyrender renderer. I haven't tested the renderer you use.