mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-22 15:20:34 +08:00
allow get_default_args(JsonIndexDataset)
Summary: Changes to JsonIndexDataset to make it fit with OmegaConf.structured. Also match some default values to what the provider defaults to. Reviewed By: davnov134 Differential Revision: D36666704 fbshipit-source-id: 65b059a1dbaa240ce85c3e8762b7c3db3b5a6e75
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8bc0a04e86
commit
1fb268dea6
@@ -51,6 +51,7 @@ class TestEvaluation(unittest.TestCase):
|
||||
image_height=self.image_size,
|
||||
image_width=self.image_size,
|
||||
box_crop=True,
|
||||
remove_empty_masks=False,
|
||||
path_manager=path_manager,
|
||||
)
|
||||
self.bg_color = (0.0, 0.0, 0.0)
|
||||
|
||||
Reference in New Issue
Block a user