Juyong / 3DFace

This repository contains the dataset including the pair of 2D face image and its corresponding 3D face geometry model.
GNU General Public License v3.0
389 stars 49 forks source link

The order of last 6 parameters #10

Closed zhipeng-fan closed 5 years ago

zhipeng-fan commented 5 years ago

Hi, I am wondering how is the last 6 parameters ordered for the 185 parameters? I suppose it should be pitch, yaw, roll, t_x, t_y and s. In that case, how could we convert the float number of pitch, yaw and roll to the degrees? Thanks!

YudongGuo commented 5 years ago

Yes, the 6 parameters are pitch, yaw, roll, t_x, t_y and s. The float numbers of pitch, yaw, row are radians and you can use the provided sample code to get rotation matrix.