Dear organizers: I am very excited to participate in the SMILE-UHURA challenge, but I have a few questions: 1. Is it possible to submit docker, or when can it be submitted? 2. I haven't found the instructions and specification documents for submitting docker. Where can I find these materials? 3. What are the specific requirements and specifications for the submission of competition results? Is there any explanation? 4. Where can I view the challenge score list? Please answer the above questions, thank you

Created by haha fred fredhaha
Instructions for Docker Creation You need to submit a docker container for evaluation. Internally, the structure of the container is up to you, except for a few requirements. The container must contain an "eval.py" script that accepts "ds_path" and "out_path" as keyworded command line arguments. ds_path will be the path to our dataset that we will provide during inference. Inside the provided path, there will be a directory named "test" - containing all the test volumes in ".nii.gz" format. They are all 3D 7T MRA volumes similar to the ones made public for training. The code should be able to handle any arbitrary shapes of input volumes. You can pad, crop or modify them as required by your algorithm. The system where the executions will be performed is equipped with a CUDA-enabled GPU with 48GB memory (Nvidia A6000), a 16-core 32-thread processor (AMD Ryzen 9 3950X) and 64 GB of RAM. Your program must be able to run on this system. Any docker which fails to run (e.g. results in CUDA out of memory or hangs the system due to over-use of CPU or RAM) will be disqualified. There will not be any internet access provided. Hence, the docker container needs to be self-contained (i.e. any trained weights, including any required pre-trained weights, must be present inside the container). After execution, your program must store the produced output inside the specified out_path in ".nii.gz" format with the same name as the input volume (i.e. if there was a file named spock.nii.gz inside the ds_path, the output of your program should also be called spock.nii.gz and stored inside the out_path) inside a new folder with your team name. After execution, if the results are produced in the appropriate directory, the submissions will be considered valid. Apart from the "eval.py", your container should also contain one more file - "info.txt". This file should contain the name of your team, the list of your team members and their affiliations, and the title of your abstract. The abstract itself should not be here. The size of the docker container should be less than 10 GB. If your container is larger than that, please email us before submitting it. Instructions for Docker Submission You can upload your docker containers to our University cloud: https://cloud.ovgu.de/s/QyMZK9nJJscDk3c with your team name as the name of the container. If the name of the file is anything other than the team name, it won't be considered. Each team can upload multiple dockers for multiple methods. In that case, you need to add an acronym of your method to your team name. (e.g. picard_phaser and picard_tricorder for phase and tricorder methods by the team picard). Only one submission per team per method will be considered. But you are allowed to upload multiple times - only the latest one will be considered. While storing the outputs, they should also use this same naming convention (i.e. "teamname_methodacronym" if multiple methods, "teamname "if only one method). For any query or assistance required regarding the creation of the docker or the uploading process, please contact Mr Hannes Schnurre (email: hannes.schnurre@ovgu.de OR phone: +49 391 67-56116). Instructions for uploading the abstract You can upload your abstract to our University cloud: https://cloud.ovgu.de/s/QyMZK9nJJscDk3c with your team name as the name of the files. You need to upload 2 files: a PDF and a DOC or LaTeX. You can follow any template, but we recommend using the ISBI template. Both the PDF and the editable file (in doc or docx or tex format) should be with your team name (or teamname_methodname if submitting multiple methods). Challenge Timeline Docker and Abstract Submission: OPEN NOW Docker and Abstract Submission Deadline #1: 09.04.2023 23:59 UTC (to be included in the challenge at ISBI 2023, as well as on the challenge manuscript) Docker and Abstract Submission Deadline #2: 23.04.2023 23:59 UTC (won't be declared as a winner even if it's the best performing method, to be included only on the challenge manuscript). For any technical support or queries, please contact Mr Hannes Schnurre (email: hannes.schnurre@ovgu.de OR phone: +49 391 67-56116). For any other queries, feel free to contact us directly.
Dear @fredhaha 1. No, not yet. Due to an internal emergency, we couldn't prepare this yet. We are trying to get it ready ASAP - latest by 10th March. 2 and 3. It will be released together with the above! 3. There is no specific requirements. You are free to use any tools/programs as part of your docker. Just that the segmentation must be provided in a specific format - that will be announced. 4. Challenge score will be relased here on Synapse, as well as on the official website. The final winner will be announced and certificate will be provided during ISBI. It will be possible to join online as well. Please feel free to contact us for any other queries. Looking forward to your submission. With Regards, SMILE-UHURA organisers

About submitting docker related issues page is loading…