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

Refactoring: add small batch processing #54

Open
dzenanz opened this issue Dec 19, 2024 · 0 comments
Open

Refactoring: add small batch processing #54

dzenanz opened this issue Dec 19, 2024 · 0 comments
Assignees

Comments

@dzenanz
Copy link
Collaborator

dzenanz commented Dec 19, 2024

Currently, analysis_pipeline function takes a single image as input. Change this function, or add an additional function, to allow processing multiple images in a tight loop. This should allow more efficient use of GPU models (segmentation and registration), by loading them into GPU, invoking them on multiple images, then unloading them. The rest of the processing can then be run in parallel on the CPU for each image.

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

No branches or pull requests

2 participants