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 e9e3106 commit 3fc7feeCopy full SHA for 3fc7fee
1 file changed
src/lightly_train/_task_models/depth_estimation/task_model.py
@@ -310,8 +310,6 @@ def __init__(
310
self._preprocess: str = config["preprocess"]
311
self._align_corners: bool = bool(config["align_corners"])
312
self._scale_mode: str = config["scale_mode"]
313
- if self._preprocess == "dav3":
314
- self.process_res_method = _PROCESS_RES_METHOD_DAV3
315
316
net_args = dict(config["model_args"])
317
if model_args is not None:
0 commit comments