forked from qway/nerfmeshes
-
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.
added color and normal for mesh extraction based on sampling from neu…
…ral radiance field in the direction opposite to the surface's normals
- Loading branch information
1 parent
b4e3c3c
commit 153fa83
Showing
25 changed files
with
728 additions
and
84 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,5 +133,7 @@ dmypy.json | |
models/* | ||
data/* | ||
.idea | ||
src/nerf/cache/ | ||
src/nerf/logs/ | ||
**/cache/ | ||
**/*logs/ | ||
.venv/ | ||
|
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.7.7 |
Oops, something went wrong.