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

Support loading data from a specific resolution of a .zarr pyramid #125

Open
talonchandler opened this issue Aug 7, 2024 · 1 comment · May be fixed by #129
Open

Support loading data from a specific resolution of a .zarr pyramid #125

talonchandler opened this issue Aug 7, 2024 · 1 comment · May be fixed by #129
Assignees
Labels
enhancement New feature or request

Comments

@talonchandler
Copy link
Contributor

@dsundarraman and I are planning to bring multiscale pyramids to the course so that we can iterate quickly on downsampled versions of our data.

@mattersoflight and I think it would be useful to add a resolution parameter to HCSDataModule. Default resolution=0 would load from the highest resolution, and larger integers would pull from lower resolutions of the pyramid.

What do you think @ziw-liu? I will have an example store to test with soon.

@talonchandler talonchandler added the enhancement New feature or request label Aug 7, 2024
@mattersoflight
Copy link
Member

mattersoflight commented Aug 8, 2024

Please also consider how we can concatenate multiple datasets at specific resolutions (see this dataloader) for training.

@edyoshikun edyoshikun linked a pull request Aug 8, 2024 that will close this issue
@ziw-liu ziw-liu linked a pull request Sep 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants