NeurIPS 2020 Competition - ChaLearn 3D+Texture Garment Reconstruction - Track 2: RGB to 3D Garment Forum

Go back to competition Back to thread list Post in this thread

> Rest pose

Dear participants,

We would like to note that the rest pose for static garments (in <garments_name>.obj files) is defined as follows.

pose = np.zeros((24,3), np.float32)
pose[1,2] = 0.15
pose[2,2] = -0.15

Also root joint has an additional z-axis rotation defined in info.mat file as zrot variable. As stated in the starterkit demo, You can use 'zRotMatrix' function in DataReader/util.py to compute rotation matrix.

Regards,

Posted by: mmadadi @ June 20, 2020, 10:37 a.m.
Post in this thread