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

Limit processing by image resolution #91

Open
mzur opened this issue Jan 20, 2022 · 1 comment
Open

Limit processing by image resolution #91

mzur opened this issue Jan 20, 2022 · 1 comment

Comments

@mzur
Copy link
Member

mzur commented Jan 20, 2022

There are cases where non-tiled images are still too large for inference on the GPU. This highly depends on the available GPU memory. Implement a config value for a megapixel threshold that is used to limit processing of MAIA jobs to images of a certain size. Either MAIA skips these images (with a warning message when the job is created) or MAIA jobs are disallowed for volumes containing these large image altogether.

When implemented, this can replace the existing check for tiled images, as these images would have too many megapixels as well.

@mzur
Copy link
Member Author

mzur commented Jan 31, 2023

Novelty detection can now handle very large images, too (see #117). Object detection still not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant