Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Create whole image dataset #580

Open
LucaRom opened this issue Oct 17, 2024 · 0 comments
Open

[FEATURE] Create whole image dataset #580

LucaRom opened this issue Oct 17, 2024 · 0 comments
Assignees

Comments

@LucaRom
Copy link
Collaborator

LucaRom commented Oct 17, 2024

This feature involves creating a dataset that supports extracting samples using a moving window approach on a whole image stored locally or remotely. The goal is to provide a straightforward mechanism for handling full-resolution images or data inputs. This contrast with using pre-tiled images stored locally.

Key requirements:

  • Implement a mechanism for extracting patches from the dataset using a configurable window size and step.
  • Ensure support for overlapping and non-overlapping windows.
  • The dataset should be compatible with PyTorch DataLoader and integrate smoothly into the PyTorch Lightning LightningDataModule.
  • Optimize the process for both memory usage and performance, especially for large datasets.
  • Adapt the dataset to support STAC items
@LucaRom LucaRom added this to the Refactoring - Base datasets milestone Oct 17, 2024
@LucaRom LucaRom self-assigned this Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant