IPNet
IPNet copied to clipboard
data preparation question.
Hi, Thank you very much for sharing your work.
I am trying to prepare the training data. However, I come across two questions. (1) In step 1. we are supposed to get scaled_scan.obj and scaled_body_shape.obj . I have input scan.obj, but what is the body_shape.obj, it is obtained by SMPL registered to scan.obj ? how could I get it ?
(2) in step 2, This step is to get smpld_registration.obj right ?
Scaled_scan.obj and scaled_body_shape.obj will be used in boundary_sampling_double.py/boundary_sampling function to get boundary query points. and smpld_registration.obj will be used in boundary_sampling_double.py/part_labelling for get body parts labels. Thanks a million for your time.