Deep3DFaceReconstruction icon indicating copy to clipboard operation
Deep3DFaceReconstruction copied to clipboard

About coefficients of R-Net

Open hhuyujie opened this issue 3 years ago • 2 comments

Thanks for your released code! In your paper, there are 239 coefficients, but in your code, there seems to be 260. what do the 21 extra coefficients represent? And is there any pattern in the range of these coefficients?

hhuyujie avatar Sep 26 '21 14:09 hhuyujie

In the original paper we assume that the lighting is white light so it only has 9 dimensional coefficients. In this repo we use color light instead so it contains 9*3(RGB) = 27 coefficients.

The coefficients for shape, texture, and expression should have a scale around 1. The rotation is in rad, and the translation is around a scale of 1 in decimeter. The lighting coefficients do not have a certain range.

YuDeng avatar Sep 28 '21 05:09 YuDeng

However, 239 + 9*2 ≠ 260, there are 3 coefficients unmentioned.

hhuyujie avatar Sep 28 '21 07:09 hhuyujie