Skip to content

Commit dc7b165

Browse files
committed
fix one more bug in project_path
1 parent aec0c06 commit dc7b165

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/cheese3d/cheese3d/backends

packages/cheese3d/cheese3d/backends/dlc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def create(self):
107107
def overwrite_config(self):
108108
# load dlc config file
109109
dlc_config = OmegaConf.load(self.config_path)
110+
dlc_config.project_path = self.project_path.absolute()
110111
# overwrite videos
111112
videos = {}
112113
for (video, crop) in zip(self.videos, self.crops):

0 commit comments

Comments
 (0)