From 120284fa9a44e43dfd191701f8664a9037a72827 Mon Sep 17 00:00:00 2001 From: Shashank Bhushan Date: Wed, 6 Jan 2021 21:31:10 -0800 Subject: [PATCH] correct typo in output folder --- scripts/skysat_video_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/skysat_video_pipeline.py b/scripts/skysat_video_pipeline.py index f46aa93..e86f705 100755 --- a/scripts/skysat_video_pipeline.py +++ b/scripts/skysat_video_pipeline.py @@ -99,7 +99,7 @@ def main(): aligned_cam_dir = os.path.join(out_fol,'georegistered_cameras') # step7, final orthorectification - final_ortho_dir = os.path.join(out_fol,'georegisterd_orthomosaics') + final_ortho_dir = os.path.join(out_fol,'georegistered_orthomosaics') # step 8, plot figure final_figure = os.path.join(out_fol,f"{job_name}_result.jpg")