We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee72322 commit cb3abe5Copy full SHA for cb3abe5
torchgeo/datamodules/chesapeake.py
@@ -93,7 +93,7 @@ def __init__(
93
"""
94
# This is a rough estimate of how large of a patch we will need to sample in
95
# EPSG:3857 in order to guarantee a large enough patch in the local CRS.
96
- self.original_patch_size = patch_size * 2
+ self.original_patch_size = patch_size * 3
97
kwargs["transforms"] = _Transform(K.CenterCrop(patch_size))
98
99
super().__init__(
0 commit comments