You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: