Commit 27a318da authored by Ruilong Li's avatar Ruilong Li
Browse files

black format

parent ec22f12c
......@@ -54,7 +54,10 @@ html_theme_options = {
# dropdown menu containing a list of links.
"menu": [
# A link
{"name": "GitHub", "url": "https://github.com/nerfstudio-project/nerfacc"},
{
"name": "GitHub",
"url": "https://github.com/nerfstudio-project/nerfacc",
},
# A dropdown menu
# {
# "name": "Projects",
......
......@@ -276,7 +276,12 @@ for step in range(max_steps + 1):
pixels = data["pixels"]
# rendering
rgb, acc, depth, _, = render_image_with_propnet(
(
rgb,
acc,
depth,
_,
) = render_image_with_propnet(
radiance_field,
proposal_networks,
estimator,
......
......@@ -329,7 +329,6 @@ def render_image_with_occgrid_test(
opc_thre = 1 - early_stop_eps
while iter_samples < max_samples:
n_alive = ray_mask.sum().item()
if n_alive == 0:
break
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment