The algorithm failed on one or more cases.

The algorithm failed on one or more cases.  

  By: tianbinli on Sept. 11, 2023, 6:18 p.m.

I want to know the reason of error: "The algorithm failed on one or more cases."

Re: The algorithm failed on one or more cases.  

  By: aneeqzia_isi on Sept. 11, 2023, 7:25 p.m.

Hi tianbinli,

Following are the logs for your most recent algorithm run failure:

Stdout No logs found on stdout

Stderr 2023-09-11T18:22:14.563000+00:00 /opt/algorithm/mmdetection/mmdet/apis/inference.py:108: UserWarning: palette does not exist, random is used by default. You can also set the palette to customize. 2023-09-11T18:22:14.563000+00:00 warnings.warn( 2023-09-11T18:22:14.563000+00:00 Could not find an int in the string 'endoscopic-robotic-surgery-video'.

Re: The algorithm failed on one or more cases.  

  By: tianbinli on Sept. 12, 2023, 2:54 a.m.

I couldn‘’t find any error during generate resuls, is there any error during evaluate the generated result?

Re: The algorithm failed on one or more cases.  

  By: tianbinli on Sept. 12, 2023, 5:43 a.m.

I want to know the reason why I got: The algorithm failed on one or more cases, Succeeded 1 Cancelled 0 Failed 2; I couldn't know the reason why there are 2 failed results, because for the model, the input and output format are not changed.

Re: The algorithm failed on one or more cases.  

  By: aneeqzia_isi on Sept. 12, 2023, 7:58 p.m.

Unfortunately the logs we posted before for the error is the only thing we can provide help with, and it seems like an error within your algorithm code.

Re: The algorithm failed on one or more cases.  

  By: aneeqzia_isi on Sept. 13, 2023, 6:30 p.m.

Are you building your algorithm container based on the example container available at https://github.com/aneeqzia-isi/surgtoolloc2022-category-2?

Re: The algorithm failed on one or more cases.  

  By: juseonghan on Sept. 14, 2023, 5:18 p.m.

Hi @tianbinli,

Did you figure out how to fix the error for "Could not find an int in the string 'endoscopic-robotic-surgery-video'."? I'm attempting to resolve it right now but unable to.

Re: The algorithm failed on one or more cases.  

  By: tianbinli on Sept. 15, 2023, 5:28 a.m.

@juseonghan Hi, I'm not quite sure how I resolved the issue. In my subsequent submissions, I did not encounter this issue anymore. Perhaps you can try adjusting the required memory as sometimes insufficient memory can cause failures in other cases.