Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nerfacc
Commits
488bca66
"git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "87621dd23de5fb9a9c61d6fb7d111c1a73ddbffd"
Unverified
Commit
488bca66
authored
Nov 09, 2022
by
Ruilong Li(李瑞龙)
Committed by
GitHub
Nov 09, 2022
Browse files
hotfix (#109)
parent
ffb586f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
nerfacc/ray_marching.py
nerfacc/ray_marching.py
+1
-0
pyproject.toml
pyproject.toml
+1
-1
No files found.
nerfacc/ray_marching.py
View file @
488bca66
...
@@ -210,6 +210,7 @@ def ray_marching(
...
@@ -210,6 +210,7 @@ def ray_marching(
ray_indices
=
ray_indices
,
ray_indices
=
ray_indices
,
early_stop_eps
=
early_stop_eps
,
early_stop_eps
=
early_stop_eps
,
alpha_thre
=
alpha_thre
,
alpha_thre
=
alpha_thre
,
n_rays
=
rays_o
.
shape
[
0
],
)
)
ray_indices
,
t_starts
,
t_ends
=
(
ray_indices
,
t_starts
,
t_ends
=
(
ray_indices
[
masks
],
ray_indices
[
masks
],
...
...
pyproject.toml
View file @
488bca66
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
[project]
name
=
"nerfacc"
name
=
"nerfacc"
version
=
"0.3.
0
"
version
=
"0.3.
1
"
description
=
"A General NeRF Acceleration Toolbox."
description
=
"A General NeRF Acceleration Toolbox."
readme
=
"README.md"
readme
=
"README.md"
authors
=
[
{name
=
"Ruilong"
,
email
=
"ruilongli94@gmail.com"
}
]
authors
=
[
{name
=
"Ruilong"
,
email
=
"ruilongli94@gmail.com"
}
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment