This is a short thread providing information on how you can debug your algorithm submissions to the challenge, incase they pass the test scripts provided with the algorithm-template but fail on submission.

You can inspect the logs on the submitted algorithm by first going to the algorithm page (the latest one submitted for the task) and then selecting Results

Once you are on the results tab, you can see the following [refer image below]. The Unknown creators correspond to the runs made by the submission system of the challenge. You might see multiple runs made by Unknown. Each image, mask pair will be run through the docker and will show up as a separate entry. Click on the info icon for the latest entry.

Select the Logs tab and this will allow you to access the logs of the run made by the submission runner.