comic / evalutils

evalutils helps users create extensions for grand-challenge.org
https://grand-challenge.org
MIT License
23 stars 9 forks source link

Improve parsing of exceptions from ITK #298

Closed jmsmkn closed 3 months ago

jmsmkn commented 3 years ago

The exception messages from itk are now multiline, which result in unintelligible error messages when they're passed to grand challenge (see https://covid-segmentation.grand-challenge.org/FAQs/). These should be handled better.

silvandeleemput commented 3 years ago

I created some error catching methods specifically for SimpleITK (bodyct-multiview-nodule-detection), we could potentially use those to catch and reformat the SimpleITK exceptions

https://github.com/DIAGNijmegen/bodyct-multiview-nodule-detection/pull/95

jmsmkn commented 3 months ago

This is no longer relevant as image loading is no longer handled by evalutils.