From cb3abe5b1c9adb4fbfee9bfcec8106d32898b378 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Sat, 30 Sep 2023 23:13:09 +0200 Subject: [PATCH] Fix? ChesapeakeCVPR tests --- torchgeo/datamodules/chesapeake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchgeo/datamodules/chesapeake.py b/torchgeo/datamodules/chesapeake.py index f1d2418dffe..604c0d7e3ec 100644 --- a/torchgeo/datamodules/chesapeake.py +++ b/torchgeo/datamodules/chesapeake.py @@ -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__(