Skip to content

Commit 120284f

Browse files
authored
correct typo in output folder
1 parent d403f75 commit 120284f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/skysat_video_pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def main():
9999
aligned_cam_dir = os.path.join(out_fol,'georegistered_cameras')
100100

101101
# step7, final orthorectification
102-
final_ortho_dir = os.path.join(out_fol,'georegisterd_orthomosaics')
102+
final_ortho_dir = os.path.join(out_fol,'georegistered_orthomosaics')
103103

104104
# step 8, plot figure
105105
final_figure = os.path.join(out_fol,f"{job_name}_result.jpg")

0 commit comments

Comments
 (0)