Algorithm submission

Algorithm submission  

  By: vernayb on Feb. 24, 2022, 1:56 p.m.

Good afternoon,

From the videos (very clear and informative by the way) It is not clear to me if we need to create a docker for task 1 only and one for task2 only or if we can use a single docker outputting both task 1 & 2 and submitting it twice independently as the algorithm for task1 and for task 2?

Thank you

Bertrand

Re: Algorithm submission  

  By: simongraham73 on Feb. 24, 2022, 2 p.m.

Hi,

This is a good question. If the same method is used to perform both tasks, then yes you can use the same docker container and create two separate algorithms (one for each task). You will just need to make sure that you select the appropriate outputs for each task.

Simon

Re: Algorithm submission  

  By: vernayb on Feb. 24, 2022, 2:05 p.m.

Thank you Simon for your prompt reply. Indeed it is the same model processing both tasks. I will then create docker #1 for the task #1 and a docker #2 for the task #2.

Bertrand