convmesh icon indicating copy to clipboard operation
convmesh copied to clipboard

sfm_pose

Open XuankeShi opened this issue 2 years ago • 0 comments

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

XuankeShi avatar Aug 01 '22 13:08 XuankeShi