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.
fix the bugs associated with blender datas (nerfstudio-project#2704)
* fix the bug when camera.distortion_params is None * Handle background color override when using blender. * fix bare except * format * Update background color override in Blender dataparser * Add ability to download EyefulTower dataset * wip before I copy linning's stuff in * Generate per-resolution cameras.xml * Generate transforms.json at download * Fix a couple of quotes * Use official EyefulTower splits for train and val * Disable projectaria-tools on windows * Fix extra imports * Add a new nerfacto method tund for EyefulTower * Split eyefultower download into a separate file * Fix typo * Add some fisheye support for eyeful data * Reformatted imports to not be dumb * Apparently this file was missed when formatting originally * Added 1k resolution scenes * revert method_configs.py to original values * Also add 1k exrs * Add option to modify bg color in gaussian splatting * fix back the config, bg color should work now * removed camera optimizer for gs to align with main * Address feedback * Revert changes to pyproject.toml, to be added in a later PR * Oops, probably shouldn't have gotten rid of awscli ... * adding support for bg color, tested and reformatted now * formatted * formatted * changed glob variable name * Refactor background color variable name * prevent viser overriding --------- Co-authored-by: Vasu Agrawal <[email protected]> Co-authored-by: Ethan Weber <[email protected]> Co-authored-by: Brent Yi <[email protected]> Co-authored-by: Justin Kerr <[email protected]>
- Loading branch information
1 parent
ff4002d
commit c83ed7d
Showing
4 changed files
with
95 additions
and
28 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
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