evalutils icon indicating copy to clipboard operation
evalutils copied to clipboard

Improve parsing of exceptions from ITK

Open jmsmkn opened this issue 5 years ago • 1 comments

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.

jmsmkn avatar Nov 17 '20 07:11 jmsmkn

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

silvandeleemput avatar May 13 '21 07:05 silvandeleemput

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

jmsmkn avatar Aug 07 '24 07:08 jmsmkn