gulvarol / surreal

Learning from Synthetic Humans, CVPR 2017
http://www.di.ens.fr/willow/research/surreal
Other
588 stars 106 forks source link

How to transfrom SMPL vertex coordinate to rgb image coordinate #16

Closed ypflll closed 5 years ago

ypflll commented 6 years ago

I extract images and SMPL parameters from the dataset. Then I use the demo provided by SMPL (http://smpl.is.tue.mpg.de/) to transform the vertexes and then visualize, then I get: image

The shape and pose in the rgb image and the visualized vertexes seems agree, but need some rotation and translation. How to do this?

Besides, the coordinate range in the image is: 0-319 for x and 0-239 for y. The range for vertex is about -1 to 1. How to transform vertex cord to image cord?

gulvarol commented 5 years ago

Please see my answer to issue #10.