Try-out Algorithm error ¶
By: tle1302 on April 3, 2024, 8:01 a.m.
I created a (locally working) docker image that would take this example input :
/input/images/organelles-transmitted-light-ome-tiff/image_196_DIC_z2.ome.tiff
and output these 4 ome.tiff:
/output/images/mitochondria-fluorescence-ome-tiff/image_196_DIC_z2.ome.tiff
/output/images/actin-fluorescence-ome-tiff/image_196_DIC_z2.ome.tiff
/output/images/nucleus-fluorescence-ome-tiff/image_196_DIC_z2.ome.tiff
/output/images/tubulin-fluorescence-ome-tiff/image_196_DIC_z2.ome.tiff
However, after uploading the container to grand challenge Algorithms, I can't "Try-out Algorithm".
I tried uploading some ome.tiff from the training set, and the only error message is
Job can't be started, input is missing for Organelles Transmitted-Light OME-TIFF.
This is the upload error.
What can I do to debug this problem?