From 0327061ffd2928c84756140620112ac2d1677ca1 Mon Sep 17 00:00:00 2001 From: bkerbl Date: Fri, 7 Jul 2023 01:54:20 +0200 Subject: [PATCH] Absolute path happens later --- SIBR_viewers_linux | 2 +- SIBR_viewers_windows | 2 +- arguments/__init__.py | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/SIBR_viewers_linux b/SIBR_viewers_linux index 44184da..c9011d1 160000 --- a/SIBR_viewers_linux +++ b/SIBR_viewers_linux @@ -1 +1 @@ -Subproject commit 44184daf8bdbbf66e2f646495c5558734c892eb2 +Subproject commit c9011d1a328dad59ee2f07afbb13ee1629fcc305 diff --git a/SIBR_viewers_windows b/SIBR_viewers_windows index 3e0148f..6bd4197 160000 --- a/SIBR_viewers_windows +++ b/SIBR_viewers_windows @@ -1 +1 @@ -Subproject commit 3e0148f56d42708b4bd7f179f6b239081a6f4dd1 +Subproject commit 6bd41975906494776bce66f81af7cc23b6008041 diff --git a/arguments/__init__.py b/arguments/__init__.py index a1eec82..79856b3 100644 --- a/arguments/__init__.py +++ b/arguments/__init__.py @@ -57,7 +57,6 @@ class ModelParams(ParamGroup): def extract(self, args): g = super().extract(args) - g.model_path = os.path.abspath(g.model_path) g.source_path = os.path.abspath(g.source_path) return g