surreal icon indicating copy to clipboard operation
surreal copied to clipboard

Incorrect global rotation

Open moondabaojian opened this issue 4 years ago • 1 comments

Hello, thank you for your excellent work! I use surreal dataset to train the model,When reading smpl parameter data,I have done the preprocessing according to your methodpose[0:3] = rotateBody(RzBody, pose[0:3]),However, during the training process, I found that the global rotation of the model was still biased (not too large) But in the test program of dataset,Model rendering is correct (but left and right seem to be opposite), Different from the following program, I used orthogonal projection in my training program. Is there any error here? proj_smpl_vertices = project_vertices(smpl_vertices, intrinsic, extrinsic)

Thank you!

moondabaojian avatar Jul 17 '20 01:07 moondabaojian

@moondabaojian @gulvarol I faced the same error and obtain the wrong global orientation for some samples. I was wondering if this has been resolved?

pangyyyyy avatar Feb 06 '22 01:02 pangyyyyy