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

ns-render with depth colormap support #2125

Merged
merged 3 commits into from
Jul 27, 2023
Merged

Conversation

ethanweber
Copy link
Collaborator

@ethanweber ethanweber commented Jun 23, 2023

This adds the ability to use a depth colormap and specify the min and max depth values to consider (optionally). I also move rendered_output_names to the BaseRender config.

@ethanweber
Copy link
Collaborator Author

ethanweber commented Jul 27, 2023

Here are 3 different results using different near and far planes for depth colormapping. I'm using the poster scene.

ns-render ... --rendered_output_names rgb depth --downscale_factor 4
https://github.com/nerfstudio-project/nerfstudio/assets/16965789/a067131f-9bad-48d3-a5f3-4650700a134a

ns-render ... --rendered_output_names rgb depth --downscale_factor 4 --depth_near_plane 0.25 --depth_far_plane 2.0
https://github.com/nerfstudio-project/nerfstudio/assets/16965789/d2ee3ccd-141a-4cfd-bbb0-9c12f9d2b31c

ns-render ... --rendered_output_names rgb depth --downscale_factor 4 --depth_near_plane 1.5 --depth_far_plane 2.0
https://github.com/nerfstudio-project/nerfstudio/assets/16965789/ab012eac-e52d-4f41-acc8-f93cf551e509

@ethanweber ethanweber changed the title ns-render with colormap depth support ns-render with depth colormap support Jul 27, 2023
@ethanweber ethanweber merged commit da81354 into main Jul 27, 2023
4 checks passed
@ethanweber ethanweber deleted the ethan/render_with_depth branch July 27, 2023 18:06
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

Successfully merging this pull request may close these issues.

None yet

2 participants