mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2026-03-12 15:35:58 +08:00
Fix: FrameDataBuilder working with PathManager
Summary: In refactoring, we lost path manager here, which broke manifold storage. Fixing this. Reviewed By: bottler Differential Revision: D45574940 fbshipit-source-id: 579349eaa654215a09e057be57b56b46769c986a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
23cd19fbc7
commit
c80180c96e
@@ -140,6 +140,7 @@ class SqlIndexDataset(DatasetBase, ReplaceableBase): # pyre-ignore
|
||||
] = self.dataset_root
|
||||
|
||||
run_auto_creation(self)
|
||||
self.frame_data_builder.path_manager = self.path_manager
|
||||
|
||||
# pyre-ignore
|
||||
self._sql_engine = sa.create_engine(f"sqlite:///{self.sqlite_metadata_file}")
|
||||
|
||||
Reference in New Issue
Block a user