Skip to content

Latest commit

 

History

History
127 lines (72 loc) · 3.35 KB

File metadata and controls

127 lines (72 loc) · 3.35 KB

Copyright © CAMMA, ICube, University of Strasbourg. All Rights Reserved.





CholecTriplet 2022 Docker Submission Guideline

Requirements

To submit your Docker for final evaluation, you need the following:

  1. A successfully validated Docker Image.
  2. A success image-name_passed.log status file produced by the validator on the Docker Image you intended to submit.
  3. Private keys (team-key and access-token) to submit your Docker Image on the CholecTriplet DockerHub.

NB: The private keys will be emailed to your team, do not compromise it and do not share with anyone outside your team. Please, contact the organizer's if you have not received them.




1. Submit Docker Validation Report

You final submission docker must be self-validated using the host-validator provided by the organizer at validation phase. This ensures that docker is in compliance with the organizer's evaluation pipeline.

In case of any changes/update on the final docker, a re-validation is required!




2. Access the DockerHub Submission Repository

Login to the Challenge DockerHub using the following command:

    docker login -u <team-key>

Password: This will request your private access-token to complete.



2. Tag Docker

Tag your Docker Image for final submision using the following format:

    docker tag <image-name> <team-key>/submission:latest
  • Example: if your Docker image-name is "endovis" and your private team-key is "samba", tag your Docker as follows:
    docker tag endovis samba/submission:latest


3. Push Docker

Then, push your docker to the DockerHub with the following commands:

    docker push <team-key>/submission:latest




4. Submit Draft Report

A summary of the proposed method is required to complete your challenge submission. This will help to understand your proposed method and also contribute in writing a joint publication manuscript of the challenge methods. Please ensure you use the provided template and complete all fields marked required (*).



5. Submit Summary Presentation

A one-minute slide/video presentation of your proposed model is needed to complete your challenge submission. This will be used to present your method at MICCAI in Singapore. Please, use this template.

Optionally, you can also submit a transcript of your video.




Please direct any questions you may have regarding docker and docker submission to the #docker-submission channel on the T50 Challenge 2022 Slack channel