Please take note of the following changes that have been implemented in the submission system:

  • The submission limit during the training phase has been restricted to 10 times.
* The time limit for each algorithm has been set to 10 minutes for processing 100 images. (This time estimate should account for everything that needs to happen for an algorithm container to process one single test batch (i.e. 100 images), including model loading, i/o, preprocessing and inference.)
  • Algorithms that exceed the time limit will be automatically cancelled, and outputs will not be generated.