Output directory 'images/aorta-segmentation' is empty

Re: Output directory 'images/aorta-segmentation' is empty  

  By: apepe on July 18, 2023, 1:14 p.m.

Hi,

We are sorry for the struggles. The multiple tasks have created some issues since the initial setup.

The provided template works. I have now additionally edited the dockerfile. The current version might help you with your issue:

https://github.com/apepe91/SEGA2023/blob/main/SegaAlgorithm/Dockerfile

Best, Antonio

Re: Output directory 'images/aorta-segmentation' is empty  

  By: OnlyCar on July 19, 2023, 1:28 a.m.

Hello. I've built the image with the latest dockerfile and submitted to the grand challenge, but it failed. Please help me look at the specific error details. Thank you so much!

Re: Output directory 'images/aorta-segmentation' is empty  

  By: apepe on July 19, 2023, 3:06 p.m.

Could you send us the full Dockerfile?

Re: Output directory 'images/aorta-segmentation' is empty  

  By: OnlyCar on July 20, 2023, 4:07 a.m.

Hello, thank you very much.

I have submitted successfully. Although it has been successfully tested, after such a long period of exploration, I still want to express my opinion. In the algorithm file of the Grand Challenge, I saw a note about process.py, which says that there are two options for editing process.py. The first is to use the officially recommended evalutils library, and the second is to re-edit the loading and import of the data yourself, as well as the prediction-related code. Many times before the submission failed, I guess it was because I chose the second one. However, I can run successfully in local test.sh, but not submit to grand challenge, which puzzles me, maybe the second way will not work in this challenge!

Yours Car!