nkolot / SPIN

Repository for the paper "Learning to Reconstruct 3D Human Pose and Shape via Model-fitting in the Loop"
Other
814 stars 171 forks source link

Parts_cube file and part segmentation #103

Open ShuangjunLiu opened 3 years ago

ShuangjunLiu commented 3 years ago

I am confused about the implementation for the part segmentations. The parts_cube.npy contains the 100 x 92 x 17 x 3. What does the 4 dim stand for? If just for 6 body parts index, I assume 1-D with integer for each vertex will do the job.

Could you further explain the part_utils.py: get_parts ?

Thanks.