Skip to content

Commit

Permalink
correct typo in output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ShashankBice committed Jan 7, 2021
1 parent d403f75 commit 120284f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/skysat_video_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 120284f

Please sign in to comment.