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

Surface Normals from downsampled image rays #106

Open
Dharmendra04 opened this issue Feb 15, 2024 · 1 comment
Open

Surface Normals from downsampled image rays #106

Dharmendra04 opened this issue Feb 15, 2024 · 1 comment

Comments

@Dharmendra04
Copy link

In your method you downsampled the LLFF dataset by a factor of 8, thus, you have divided the projected pixels of each 3d points in the point clouds by the same factor. Will it means when the rays are shooter through this newly scaled pixels, it will meet the same exact 3d points of the point clouds before scaling?

Does this scaling by factor 8 mean scaling the entire scene in the world coordinate system by 8 in x,y and z direction?

I am using surface normals extraction, so I want to know whether this scaling would change my direction of the surface normals.

@dunbar12138
Copy link
Owner

The rays will meet the same 3D points as expected.

Yes, scaling means applying the scaling factor to the world coordinate system.

I don't think the scaling would change the surface normals.

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