Open hfangcat opened 11 months ago
Since you're just looking at Maryland, have you tried using ChesapeakeMD
since it inherits from Chesapeake
, which inherits from RasterDataset
? I would think that each state's own class would give you a consistent projected resolution.
Since you're just looking at Maryland, have you tried using
ChesapeakeMD
since it inherits fromChesapeake
, which inherits fromRasterDataset
? I would think that each state's own class would give you a consistent projected resolution.
@dmeaux Thanks! Actually, I will use all datasets afterward for training, this is just an example to test the dataloader :D But I can try what you mentioned if it is really hard to fix
Note that ChesapeakeMD
and friends only have masks, not images. Only ChesapeakeCVPR
has both images and masks.
Note, this could be solved if we create the concept of TileDatasets (being discussed in https://github.com/microsoft/torchgeo/pull/1353).
Or if we convert ChesapeakeCVPR to a RasterDataset.
Discussed in https://github.com/microsoft/torchgeo/discussions/1773