The algorithm failed on one or more cases.

The algorithm failed on one or more cases.  

  By: masterawadh on March 7, 2024, 9:30 a.m.

The algorithm failed on one or more cases when I submitted to Grand Challenge. However, the docker image is working perfectly on my local machine. Can you please guide me?

Thanks.

Cheers, Awadh

Re: The algorithm failed on one or more cases.  

  By: yeganeh.madadi on March 7, 2024, 4:42 p.m.

Dear Awadh,

I see the error is "Output file 'multiple-referable-glaucoma-binary.json' was not produced". Please double-check the following items:

1) In your docker file, all directories have /opt/app addresses.

2) Your algorithm should read images from the input directory and write the output to the output directory (exact input and output addresses in the example algorithm). So, when you upload your container image to the Grand Challenge website, it should automatically get the test data from our website.

Please let me know if you still have a problem. Thanks!

 Last edited by: yeganeh.madadi on March 7, 2024, 4:43 p.m., edited 1 time in total.

Re: The algorithm failed on one or more cases.  

  By: masterawadh on March 8, 2024, 8:45 a.m.

Thank you for the recommendations. However, the issue persists. I've verified the input and output paths, as well as the Dockerfile, and everything appears to be in order.