Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About coefficients of R-Net #183

Open
hhuyujie opened this issue Sep 26, 2021 · 2 comments
Open

About coefficients of R-Net #183

hhuyujie opened this issue Sep 26, 2021 · 2 comments

Comments

@hhuyujie
Copy link

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?

@YuDeng
Copy link
Contributor

YuDeng commented Sep 28, 2021

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.

@hhuyujie
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants