allenai / rslearn

A tool for developing remote sensing datasets and models.
Apache License 2.0
5 stars 0 forks source link

Support stride when loading all patches #68

Closed yawenzzzz closed 3 days ago

yawenzzzz commented 3 weeks ago
  1. Define stride parameter for patches
  2. Modify patch extraction logic
  3. Adapt bbox (for detection) and mask (for segmentation) to account for stride
  4. Adjust data augmentations (like flipping)?
yawenzzzz commented 3 days ago

Solved with PR #75