Skip to content

Commit

Permalink
Added note about watermark
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmsklnk committed Nov 22, 2023
1 parent 375d47c commit 053886d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aero_vloc/map_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(
self.img_scale = 2
self.map_type = "satellite"

# Number of pixels at the bottom to be cropped
# The number of pixels from the bottom to be cropped to remove the watermark
self.bottom_crop = 50
self.crop_scale = self.bottom_crop / (self.img_size * self.img_scale)

Expand Down

0 comments on commit 053886d

Please sign in to comment.