Creating an Algorithms Page ¶
By: AWinder on Aug. 21, 2024, 8:30 p.m.
Could someone please provide a more detailed set of instructions for submitting an algorithm to the Preliminary Docker Evaluation stage? I have read through the provided documentation at https://github.com/ezequieldlrosa/isles24-docker-template, and as per its instructions, I have used the provided command:
docker save example-algorithm-preliminary-docker-evaluation | gzip -c > example-algorithm-preliminary-docker-evaluation.tar.gz
to successfully create a tarball of my working docker image (created from the docker template via test_run.sh). However, it is not clear to me how to upload the image to the grand challenge website. The grand-challenge documentation at https://grand-challenge.org/documentation/create-an-algorithm-page/ states that "If you need to create an algorithm for a challenge, you can do so on the challenge submission page," however I do not see any option to do so.
When I access the ISLES 2014 > Submit > Preliminary Docker Evaluation tab, I see the following: Where the algorithm combobox does not contain any selectable options (presumably because I have not uploaded an algorithm)
When I access the ISLES 2014 > Submit > Your Submissions tab, I see the following: Which confirms that I have no submitted algorithms, but also does not provide any interface to submit an algorithm.
I feel like I must be missing something simple, but I've scoured the website and all of the provided documentation and cannot seem to find a solution.
Best, Anthony