"src/vscode:/vscode.git/clone" did not exist on "41f8a162f46aa603784e8b647de2d380e346fcb6"
Commit 53718abb authored by Ruilong Li's avatar Ruilong Li
Browse files

format

parent 37c0fcff
...@@ -276,12 +276,7 @@ for step in range(max_steps + 1): ...@@ -276,12 +276,7 @@ for step in range(max_steps + 1):
pixels = data["pixels"] pixels = data["pixels"]
# rendering # rendering
( (rgb, acc, depth, _,) = render_image_with_propnet(
rgb,
acc,
depth,
_,
) = render_image_with_propnet(
radiance_field, radiance_field,
proposal_networks, proposal_networks,
estimator, estimator,
......
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