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

The normal direction problem #69

Open
SunshineWYC opened this issue Oct 29, 2024 · 1 comment
Open

The normal direction problem #69

SunshineWYC opened this issue Oct 29, 2024 · 1 comment

Comments

@SunshineWYC
Copy link

Thank you for your excellent work! The integration of traditional MVS methods with 3DGS is remarkable.
I do have one question: when calculating the normal map, how is the direction of the normal vector determined? Should it follow the direct calculation result, or could it also go in the opposite direction?
Are there any additional considerations on this aspect?

@kcheng1021
Copy link
Owner

Hi, thanks for you recognition and good question! The direction of the normal vector is important. By taking the dot product of the vectors of camera ray(optical center to the 3D point/Gaussian) along with the normal vectors, the direction of the normal could be adjusted. Typically, the angle between the observable surface normal direction and the camera ray is greater than 90 degrees.

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