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:
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?
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:
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?