From 14ce3bc126eaf6b2e9b4950948e93134632ddc58 Mon Sep 17 00:00:00 2001 From: las1g21 <las1g21@soton.ac.uk> Date: Tue, 10 Dec 2024 22:50:13 +0000 Subject: [PATCH] Fixed output --- scripts/scene_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scene_completion.py b/scripts/scene_completion.py index 787832a..63adc27 100644 --- a/scripts/scene_completion.py +++ b/scripts/scene_completion.py @@ -139,5 +139,5 @@ if __name__ == "__main__": shifted_disparity_path = sys.argv[1] shifted_t_path = sys.argv[2] - saved_path = get_completed_scene(shifted_disparity_path, shifted_t_path) + saved_path = get_completed_scene(shifted_disparity_path, shifted_t_path)[1] print(f"Shifted image saved as {saved_path}") \ No newline at end of file -- GitLab