Describe the bug
Normally if an error is raised while processing an image, the error message is displayed on the deepcell.org interface. However, if that error occurs while processing an image file that is contained with a zip of multiple images, the error message is not displayed. Instead, that image just fails to be processed and the rest of the images are processed. If all of the images fail with the same error, no error message is displayed
To Reproduce
Send an image without a channels dim through the multiplex model as part of a zip file
Expected behavior
Either the entire job should fail and not return anything, or the error message should be propagated to the front-end along with the name of the image that failed.
Describe the bug Normally if an error is raised while processing an image, the error message is displayed on the deepcell.org interface. However, if that error occurs while processing an image file that is contained with a zip of multiple images, the error message is not displayed. Instead, that image just fails to be processed and the rest of the images are processed. If all of the images fail with the same error, no error message is displayed
To Reproduce Send an image without a channels dim through the multiplex model as part of a zip file
Expected behavior Either the entire job should fail and not return anything, or the error message should be propagated to the front-end along with the name of the image that failed.