convmesh
convmesh copied to clipboard
sfm_pose
Hi, I am confused about the sfm_pose in your code. https://github.com/dariopavllo/convmesh/blob/master/cmr_data/base.py
sfm_pose = (sfm_c, sfm_t, sfm_r)
sfm_pose = [np.copy(data_sfm.scale), np.copy(data_sfm.trans), np.copy(data_sfm.rot)]
I don't know why the dimension of sfm_t is 2 and why sfm_pose is B X 7 (s, tr, q). Looking forward to your reply