I'm trying to locate the MLCube container for the BraTS-Lighthouse 2025 Challenge, but I can’t find it under the “Files” section.
Should I use one from a previous edition (e.g., BraTS 2023)?
Any clarification or download link would be greatly appreciated.
Created by ProfileAn Hi @alfakih
When working with a cascading deep learning model inside a Docker container, where the output of one model becomes the input of the next,
all you need to do is set the output path of your final model (not the first model) to the mounted directory (mounted volume).
We will add a general instruction for containerizing your algorithm soon.
Best,
/Mehdi
@astaraki thank you for responding I have question in this point :
if my model is 2 stages so I need the output of first stage to make it in input to the second stage, so I have to models, how can I manage this in Docker file for testing phase ?
Hi @alfakih
Submissions of the containerized algorithms for the testing phase will be opened from July 20th.
Before that, you can submit the predicted results for the validation data.
Best,
/Mehdi Should we upload the Docker file before 20 July, or do you only need the prediction up to that date? @astaraki @ProfileAn
Thank you for reaching out.
Submission for the testing phase is scheduled to be opened late July.
We will provide instructions about the requirements of the testing phase submission by the next 2-3 weeks.
Please let us know if you have any questions.
/Mehdi
Drop files to upload
MLCube container for BraTS-Lighthouse 2025 page is loading…