You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update exporter.py to export sh_degree 0 case #3371 (#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]>
0 commit comments