-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add clamping after SH evaluation as in original 3DGS implementation (#76
) * Add clamping for splat rgb as in original 3dgs implementation * Update reference gradients, manage reference env with uv * Spelling * Remove now unnecesary clamps * Slightly lower threshold (windows passes) * Revert precision --------- Co-authored-by: Arthur Brussee <[email protected]>
- Loading branch information
1 parent
c4351bd
commit c2c05b6
Showing
16 changed files
with
1,861 additions
and
188 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.12 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Python project to generate reference gradients with gSplat. | ||
|
||
|
||
To use this, please install `uv`. Then: | ||
- To generate new samples, use `uv run generate_reference.py`. | ||
- To interact with the notebook, use `uv run --with juypter jupyter-lab` to start a kernel, and open the py file as a notebook. |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.