NIH | National Cancer Institute | NCI Wiki  

Contents of this Page

This document explains how to create and run a CodaLab competition. It is assumed that you have already created a competition bundle by following the steps in the Competition Roadmap.

Uploading a Competition Bundle

The competition bundle contains all of the information and files needed by CodaLab to create a competition. Refer to https://github.com/codalab/competition-examples for sample competition bundles.

To upload a competition bundle to CodaLab

  1. Log in to https://miccai.cloudapp.net/.
  2. At the top of the page, click My CodaLab. This will take you to the dashboard.
  3. Click the Competitions I'm Running tab.
  4. Click the Create Competition button.
  5. Click the Upload Definition button.
  6. Using the Open dialog, select your competition bundle (.zip) and click Open. CodaLab will use the bundle to create a new competition.
  7. Return to the dashboard to manage the competition. From the dashboard, you can edit, publish, and delete the competition, as well as manage participants and submissions.

Editing a Competition

Once your competition has been uploaded, you can edit it by using the dashboard. Here, you can:

  • Modify start and end dates for competition phases.
  • Modify the HTML pages that describe the competition.
  • Update reference data, scoring program, and logo.
  • Toggle the public visibility of the competition.

To edit a competition

  1. Log in to http://miccai.cloudapp.net/.
  2. At the top of the page, click My CodaLab. This will take you to the dashboard.
  3. Click the Competitions I'm Running tab.
  4. Click the Edit button for the competition you want to edit.
  5. Make the desired changes, then scroll to the bottom of the page and click Submit.

Publishing a Competition

Publish a competition to make it publicly visible. Prior to being published, competitions are only visible to the competition organizer.

To publish a competition

  1. Log in to http://miccai.cloudapp.net/.
  2. At the top of the page, click My CodaLab. This will take you to the dashboard.
  3. Click the Competitions I'm Running tab.
  4. Click the Publish button for the competition you want to publish.

Un-Publishing a Competition

Un-publishing a competition takes it offline so that it can only be viewed by the competition organizer.

To un-publish a competition

  1. Log in to http://miccai.cloudapp.net/.
  2. At the top of the page, click My CodaLab. This will take you to the dashboard.
  3. Click the Competitions I'm Running tab.
  4. Select a competition and click the Edit button.
  5. Under General Information, uncheck the checkbox next to Publicly Available.
  6. Scroll to the bottom of the page and click Submit.

Viewing Participants

When a participant registers for a competition, they are added to a list of participants. Follow these steps to view the participants for a competition.

To view competition participants

  1. Log in to http://miccai.cloudapp.net/.
  2. At the top of the page, click My CodaLab. This will take you to the dashboard.
  3. Click the Competitions I'm Running tab.
  4. Select a competition, and click the Participants button to see the list of participants.

Approving/Denying Participants

The competition organizer must approve or deny each participant who registers for a competition. Follow these steps to approve or deny newly registered participants.

To approve/deny participants

  1. Follow the instructions to view participants for a competition. Pending participants are listed at the top.
  2. For each participant, select a status of Approve or Deny from the drop-down menu. You can give a short message to the participant by typing in the Reason field.
  3. Click the Process button to complete the approval process.

After a participant has already been accepted, you can revoke/deny their permissions from the list of participants.

Viewing Submissions

The competition organizer can view all of the submissions for a competition. These are displayed in a table which shows:

  • Time and date of submission
  • Participant ID
  • Filename (click to download the competition bundle for that submission)
  • Status
  • Leaderboard (True if the submission has been submitted to the leaderboard, otherwise False)

Click the plus sign in the last column to access additional links for each competition. Here, you can:

  • Download the submission
  • View standard output and error logs
  • Download evaluation output from the prediction and scoring steps

Deleting a Competition

To delete a competition

  1. Log in to http://miccai.cloudapp.net/.
  2. At the top of the page, click My CodaLab. This will take you to the dashboard.
  3. Click the Competitions I'm Running tab.
  4. Click the Delete button for the competition you want to delete. You will be prompted to confirm the deletion. NOTE: If you have previously published the competition, you will need to un-publish the competition first. See Un-Publishing a Competition.

Dumping a Competition

To download a competition that you have modified with the editor

  1. Log in to competitions.codalab.org.
  2. At the top of the page, click My CodaLab. This will take you to the dashboard.
  3. Click the Competitions I'm Running tab.
  4. Click the Dumps button for the competition you want to dump. You will get to the dumps page.
  5. Click the button "Create Dump". You are asked whether " URI Keys instead of files". This means that the datasets will not be downloaded if you check this box. The YAML file will point to their URI in My Datasets.
  6. Once you click "Create competition dump" you have to refresh the page until it is ready and you can download the competition bundle.
  • No labels