Skip to content

Commit

Permalink
Update image_processing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ducanh-ho2296 committed Dec 1, 2023
1 parent 466d404 commit 88c37c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def pad_image_to_square(img, size=448):
# padded_img = np.moveaxis(padded_img, -1, 0)
# dst.write(padded_img)

# with rasterio.open(output_file, 'w', **profile) as dst:
# padded_img = np.moveaxis(padded_img, -1, 0)
# dst.write(padded_img)

Expand Down

0 comments on commit 88c37c3

Please sign in to comment.