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?
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 thedataloader_joint
class, I was stuck on what this meant on line 70For every input image, I have saved the
joint_move
arr but how would I filter it usingjoint_id
for my dataset?