Project-MONAI/MONAI
Vedi su GitHubRaise the exception when LoadImage has a reader specified but it is not installed
Open
#7437 aperta il 3 feb 2024
Contribution wantedenhancementgood first issue
Metriche repository
- Star
- (4800 star)
- Metriche merge PR
- (Merge medio 20g 8h) (35 PR mergiate in 30 g)
Descrizione
Describe the bug
Running LoadImage(reader="ITKReader") without itk installed will just warn that itk is not installed and will proceed with using PILReader instead.
Expected behavior If the specified reader is not installed, an exception should be raised.