eft/cores/jointorders.py (4 lines): - line 51: 'OP_MidHip', #0 #TODO: Not exactly the same as OP - line 52: 'OP_LHip', 'OP_RHip', #1, #2 #TODO: Not exactly the same as OP - line 66: 'OP_LShoulder', #16 #TODO: Not exactly the same as OP - line 67: 'OP_RShoulder', #17 #TODO: Not exactly the same as OP eft/train/eftFitter.py (3 lines): - line 336: # loss = loss_keypoints_3d #TODO: DEBUGGIN - line 643: # loss = loss_keypoints_3d #TODO: DEBUGGIN - line 970: # loss = loss_keypoints_3d #TODO: DEBUGGIN bodymocap/train/eftFitter.py (3 lines): - line 248: # if self.options.bUseSMPLX: #TODO: why we need this? - line 362: # loss = loss_keypoints_3d #TODO: DEBUGGIN - line 688: # loss = loss_keypoints_3d #TODO: DEBUGGIN eft/utils/smpl_utils.py (3 lines): - line 34: TODO: Currently just assume single batch - line 75: TODO: Currently just assume single batch - line 138: TODO: Currently just assume single batch renderer/glViewer.py (3 lines): - line 2781: link_spin24 =[ #[14,16], [16,12] #TODO: debug - line 3287: # else:# bisGT == False: TODO: no need to have g_skeletons_GT anymore? - line 3435: setMeshData(g_meshes + mesh_list, bComputeNormal) #TODO: no need to compute normal for already added one.. bodymocap/utils/smpl_utils.py (3 lines): - line 36: TODO: Currently just assume single batch - line 77: TODO: Currently just assume single batch - line 140: TODO: Currently just assume single batch eft/train/trainer.py (1 line): - line 28: # g_smplx = True #TODO: option should be aded in the parameters bodymocap/models/smpl.py (1 line): - line 67: # extra_joints = vertices2joints(self.J_regressor_extra, smpl_output.vertices[:,:6890]) *0 #TODO: implement this correctly bodymocap/train/trainer.py (1 line): - line 29: # g_smplx = True #TODO: option should be aded in the parameters eft/smplify/losses.py (1 line): - line 69: #TODO: Disable pose and angle prior eft/db_processing/eftToNpz.py (1 line): - line 170: S = np.zeros([24,4]) #blank for 3d. TODO: may need to add valid data for this eft/train/ddp_trainer.py (1 line): - line 33: # g_smplx = True #TODO: option should be aded in the parameters