Inference time limit on final phase algorithm runs ¶
By: aneeqzia_isi on Sept. 13, 2023, 9:03 p.m.
Hi everyone,
There is a time limit of 1 hr set from grand challenge side (which is not changeable) on the algorithm runs in the final testing phase. This time limit is for each instance run, meaning for each video inference generation. The longest video in the test set has 3818 frames (~63 mins) so that means that the algorithm container needs to have a little over 1 fps inference speed to stay within the 1 hr limit on the longest video. If the inference on any video goes beyond 1 hr then the submission will not be successful and it will error out. Please ensure that your code is efficient enough to stay within these limits.
Best, SurgToolLoc Organizing Committee