mkocabas / PARE

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

why PARE don't have fitting part? #16

Closed lucasjinreal closed 2 years ago

lucasjinreal commented 2 years ago

From VIBE, there are some operation when do smpl, it will do fitting in a train loop, but PARE seems don't have it. Why it was still performance better than VIBE?

mkocabas commented 2 years ago

Hi @jinfagang,

I have added the SMPLify fitting feature with commit https://github.com/mkocabas/PARE/commit/e997cc458d1a3e5fe222174fb59c055c2b8f8ac4. You can give it a try. It is implemented for image folder input for now.