The algorithm failed on one or more cases.

The algorithm failed on one or more cases.  

  By: 坤坤kk on July 8, 2023, 12:44 a.m.

Hello, I submitted it again, but it also failed. May I ask what the specific error is? I have successfully test.sh locally, but I'm not sure if the path I mounted during the online test does not match the path in my code? My input path is:' /input/images/ct/', and the output path is: '/output/images/aorta-segmentation/'

Re: The algorithm failed on one or more cases.  

  By: giansteve on July 9, 2023, 5:33 p.m.

Hi,

based on your submission on July 8, 2023, 2:10 a.m., the error produced is the following: "Could not clean '/input' and/or '/output' directories: [Errno 13] Permission denied: 'ct'"

Best SEG.A. Team

Re: The algorithm failed on one or more cases.  

  By: 坤坤kk on July 10, 2023, 3:42 a.m.

Hello, thanks for your reply. I apply '/input/images/ct' to the mount volume in docker. Excuse me, is it right to do this? I've tried many mounted input paths, including '/input/images' and '/input', but without success. In short, I can't read the test data in the challenge now, I hope you can help me answer it.