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 Partial output for Operations #74

Open
jnation3406 opened this issue Mar 31, 2025 · 0 comments
Open

Support Partial output for Operations #74

jnation3406 opened this issue Mar 31, 2025 · 0 comments

Comments

@jnation3406
Copy link
Contributor

Some operations which operate on input images sequentially (Normalize, Subtraction) could report back output images as they are created. This would provide a better user experience if the user is sitting there and waiting for the results. I think it might be as simple as just updating the output array periodically during the operation, and then modifying the frontend code to check for output updates during IN_PROGRESS and not just during COMPLETED.

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

1 participant