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

Resolution/resampling #74

Closed
adamjstewart opened this issue Aug 6, 2021 · 0 comments · Fixed by #75
Closed

Resolution/resampling #74

adamjstewart opened this issue Aug 6, 2021 · 0 comments · Fixed by #75
Labels
transforms Data augmentation transforms
Milestone

Comments

@adamjstewart
Copy link
Collaborator

Many datasets like Sentinel2 have a different resolution per band. Currently we don't handle this and things crash when you try to concatenate bands with different shape. There are a few options for how to handle this:

  1. Automatically resample to the highest resolution
  2. Allow user to specify resolution to resample to
  3. Store bands with different resolution in different dict keys

Option 3 makes it hard to automatically detect the "image" keys during data augmentation, but offers the greatest flexibility for modeling. Option 1 and 2 aren't mutually exclusive, and are probably the easiest to implement in the short term.

We also need to add transforms for resampling.

@adamjstewart adamjstewart added the transforms Data augmentation transforms label Aug 6, 2021
@adamjstewart adamjstewart added this to the 0.1.0 milestone Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
transforms Data augmentation transforms
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant