surreal
surreal copied to clipboard
Incorrect global rotation
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 @gulvarol I faced the same error and obtain the wrong global orientation for some samples. I was wondering if this has been resolved?