mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2026-02-27 00:36:02 +08:00
remove stray "generic_model_args" references
Summary: generic_model_args no longer exists. Update some references to it, mostly in doc. This fixes the testing of all the yaml files in test_forward pass. Reviewed By: shapovalov Differential Revision: D38789202 fbshipit-source-id: f11417efe772d7f86368b3598aa66c52b1309dbf
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d42e0d3d86
commit
fdaaa299a7
@@ -333,8 +333,10 @@ def export_scenes(
|
||||
)
|
||||
dataset_args.test_on_train = False
|
||||
# Set the rendering image size
|
||||
config.generic_model_args.render_image_width = render_size[0]
|
||||
config.generic_model_args.render_image_height = render_size[1]
|
||||
model_factory_args = config.model_factory_ImplicitronModelFactory_args
|
||||
model_args = model_factory_args.model_GenericModel_args
|
||||
model_args.render_image_width = render_size[0]
|
||||
model_args.render_image_height = render_size[1]
|
||||
if restrict_sequence_name is not None:
|
||||
dataset_args.restrict_sequence_name = restrict_sequence_name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user