zhuhao-nju / hmd

Detailed Human Shape Estimation from a Single Image by Hierarchical Mesh Deformation (CVPR2019 Oral)
MIT License
267 stars 44 forks source link

Query regarding joint dataloader #17

Open RohanChacko opened 3 years ago

RohanChacko commented 3 years ago

Hi, I am trying to run the code on the CLOTH3D dataset. I ran the data preprocessing scripts (modified proc_all_data.py script). When trying to create a custom joint dataloader based on the dataloader_joint class, I was stuck on what this meant on line 70

# make target para
tgt_para = np.array(joint_move[(joint_id*2):(joint_id*2+2)])

For every input image, I have saved the joint_move arr but how would I filter it using joint_id for my dataset?