Skip to content

Commit

Permalink
Fix? ChesapeakeCVPR tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Sep 30, 2023
1 parent ee72322 commit cb3abe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchgeo/datamodules/chesapeake.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(
"""
# This is a rough estimate of how large of a patch we will need to sample in
# EPSG:3857 in order to guarantee a large enough patch in the local CRS.
self.original_patch_size = patch_size * 2
self.original_patch_size = patch_size * 3
kwargs["transforms"] = _Transform(K.CenterCrop(patch_size))

super().__init__(
Expand Down

0 comments on commit cb3abe5

Please sign in to comment.