Docker container ¶
By: yeganeh.madadi on Jan. 29, 2024, 8:02 p.m.
Hello,
What files Should participants put into the Docker container to generate the final image for submission to the site?
By: yeganeh.madadi on Jan. 29, 2024, 8:02 p.m.
Hello,
What files Should participants put into the Docker container to generate the final image for submission to the site?
By: yeganeh.madadi on Jan. 29, 2024, 8:07 p.m.
Whatever they like. As long as the resulting container reads the (stacked) files from /input and writes the (stacked) files to the correct /output directories. In practice, they'll likely want to incorporate the helper.py and inference.py, that way they can simply use the .jpgs that the helper.py functions serve. (helper.py and inference.py files are in the example algorithm which is prepared by JustRAIGS Challenge. They are available at https://github.com/DM2LL/JustRAIGS-IEEE-ISBI-2024)