mks0601 / Hand4Whole_RELEASE

Official PyTorch implementation of "Accurate 3D Hand Pose Estimation for Whole-Body 3D Human Mesh Estimation", CVPRW 2022 (Oral.)
MIT License
305 stars 30 forks source link

very little rendered output when the obj file is visualized by blender #73

Open amirhossein-yousefi opened 1 year ago

amirhossein-yousefi commented 1 year ago

Hi, When I want to visualize the obj file that is produced as an out put of your model, the rendered output is so little, I use a blender in ubuntu to visualize it, I am curios whether or not I missed some coefficient or not

mks0601 commented 1 year ago

try to open it with meshlab. If you want blender, you may want to adjust global scale in blender or make unit of obj from meter (default of my network) to millimeter or something

amirhossein-yousefi commented 1 year ago

the thing is, I just want to work with betas, and I think there must be a scale factor for these parameters, could you kindly help me with how can I scale the betas parameter, I need these correct betas to feed it to tailor net

mks0601 commented 1 year ago

you might want to seem smpl paper. the betas are coefficient of PCA components, so they are determined in a data-driven way, which is not very user friently. you should manually manipulate betas to check semantic meaning of each element.