Inquiry About IMAGE_MASK_MAP and Time Constraints ¶
By: pl552 on March 26, 2024, 11:28 a.m.
Hi there,
I'm currently working on integrating my algorithm and I got 2 questions.
-
Our algorithm jobs are currently subject to a 10-minute time limit per case. Based on this, my understanding is that during the testing phase, the total completion time would amount to 20 minutes for two cases, and in the final phase, 100 minutes for ten cases. Is this interpretation accurate? Additionally, I was also wondering if there's any flexibility regarding these time limits. Is there any possibility of extending this time?
-
The IMAGE_MASK_MAP variable is hardcoded in helper.py in example_algorithm. Could this lead to a KeyError during actual submissions, and should it be modified to prevent such errors?
IMAGE_MASK_MAP = {
"6c0da39e-2117-4da4-94dd-ba5e2f8188b7": "dcda170d-a3c0-4fd2-af4a-becc2722b3dd",
"75904266-551a-4985-85d0-8d414151780b": "44c40c43-f866-443b-a848-647e950aebfe",
}
Thank you in advance for your help!