What are archives and what data goes into them?ΒΆ

An archive is a collection of image(s) (sets) or other types of data. In the context of algorithm submission challenges, they are used to store the secret test data for a given challenge phase. Read more about archives here.

Archives should only be used for the hidden test data!

Both the open training data and the ground truth data are not stored in archives.

  • The training data is stored externally, see here for more information.
  • The ground truth is either packaged into your evaluation container image, or it is uploaded to the platform as one compressed file. You can read more about the ground truth here.