We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec0c06 commit dc7b165Copy full SHA for dc7b165
1 file changed
packages/cheese3d/cheese3d/backends/dlc.py
@@ -107,6 +107,7 @@ def create(self):
107
def overwrite_config(self):
108
# load dlc config file
109
dlc_config = OmegaConf.load(self.config_path)
110
+ dlc_config.project_path = self.project_path.absolute()
111
# overwrite videos
112
videos = {}
113
for (video, crop) in zip(self.videos, self.crops):
0 commit comments