forked from nerfstudio-project/nerfstudio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update exporter.py to export sh_degree 0 case nerfstudio-project#3371 (…
…nerfstudio-project#3374) * Update exporter.py for sh_degree 0 Change to write sh coefficients instead of color values * Add flag for use_sh0_renderer Add sh0 renderer case for model.config.sh_degree == 0 * fix ruff * add warning if use_sh0_renderer is used when higher order of SH is available * fix rgb export for color-only training * use ply_color_mode * better handling ply_color_mode=='rgb' when sh_degree>0 * clean RGB2SH * fix issues * update description --------- Co-authored-by: bell-one <[email protected]> Co-authored-by: Jianbo Ye <[email protected]> Co-authored-by: Brent Yi <[email protected]>
- Loading branch information
1 parent
22dae34
commit 96ca8b0
Showing
2 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters