mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-16 04:10:35 +08:00
clean renderer args
Summary: continued - don't duplicate inputs Reviewed By: kjchalup Differential Revision: D38248829 fbshipit-source-id: 2d56418ecbec9cc597c3cf0c122199e274661516
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f45893b845
commit
078846d166
@@ -43,7 +43,6 @@ model_factory_ImplicitronModelFactory_args:
|
||||
line_step_iters: 3
|
||||
n_secant_steps: 8
|
||||
n_steps: 100
|
||||
object_bounding_sphere: 8.0
|
||||
sdf_threshold: 5.0e-05
|
||||
ray_normal_coloring_network_args:
|
||||
d_in: 9
|
||||
|
||||
@@ -36,7 +36,6 @@ model_factory_ImplicitronModelFactory_args:
|
||||
line_step_iters: 3
|
||||
n_secant_steps: 8
|
||||
n_steps: 100
|
||||
object_bounding_sphere: 8.0
|
||||
sdf_threshold: 5.0e-05
|
||||
ray_normal_coloring_network_args:
|
||||
d_in: 9
|
||||
|
||||
Reference in New Issue
Block a user