The algorithm failed on one or more cases (Final testing phase 1)

The algorithm failed on one or more cases (Final testing phase 1)  

  By: SKJP on Sept. 13, 2024, 8:07 a.m.

Dear Organizers,

I had "the algorithm failed on one or more cases" in the final testing phase (category 1). The same docker was executed successfully in the preliminary phase. Would you let me know the reason or the log ?

Re: The algorithm failed on one or more cases (Final testing phase 1)  

  By: rgarcianes-intusurg on Sept. 13, 2024, 2:37 p.m.

Dear participant,

These are the logs for the two failed submissions:

2024-09-12T10:20:58.672000+00:00 /home/algorithm/.local/lib/python3.11/site-packages/albumentations/check_version.py:49: UserWarning: Error fetching version info <urlopen error [Errno 99] Cannot assign requested address> 2024-09-12T10:20:58.672000+00:00 data = fetch_version_info() 2024-09-12T10:21:08.675000+00:00 Traceback (most recent call last): 2024-09-12T10:21:08.675000+00:00 File "/opt/algorithm/predict_video_cam.py", line 52, in <module> 2024-09-12T10:21:08.675000+00:00 INPUT_PATH = sys.argv[1] 2024-09-12T10:21:08.675000+00:00 ~~~~~~~~^^^ 2024-09-12T10:21:08.675000+00:00 IndexError: list index out of range

and

2024-09-10T22:45:25.588000+00:00 /home/algorithm/.local/lib/python3.11/site-packages/albumentations/check_version.py:49: UserWarning: Error fetching version info <urlopen error [Errno 99] Cannot assign requested address> 2024-09-10T22:45:25.588000+00:00 data = fetch_version_info() 2024-09-10T22:45:34.590000+00:00 Traceback (most recent call last): 2024-09-10T22:45:34.590000+00:00 File "/opt/algorithm/predict_video_cam.py", line 52, in <module> 2024-09-10T22:45:34.590000+00:00 INPUT_PATH = sys.argv[1] 2024-09-10T22:45:34.591000+00:00 ~~~~~~~~^^^ 2024-09-10T22:45:34.591000+00:00 IndexError: list index out of range