Docker Testing Phase Now Open ¶
By: jingxin on July 27, 2024, 9:13 a.m.
Dear Challenge Participants,
We apologize for the delay in opening the Docker Testing Phase.
The Docker Testing Phase is now open and will remain open until the challenge concludes. Algorithm submissions can be created at Docker Testing Phase Submissions.
We also provide an example grand-challenge algorithm at COSAS Test Algorithm. The related code can be found at our GitHub repository.
When you submit your Docker, the dataset will be automatically mounted at /input/images/adenocarcinoma-image
in the Docker, and the output mask should be saved in the directory /output/images/adenocarcinoma-mask
, which may need to be created manually. Please ensure the output directory exists before saving your image in your code. The output mask should have the same size and format (.mha) as the input images. The methods for reading and writing these files can be found in our GitHub repository.
Best regards,
COSAS Challenge Team