Error on data transform when training large dirty data #5167
Unanswered
ChristianEschen
asked this question in
Q&A
Replies: 1 comment
-
thanks for reporting this, there are some discussions about extending the DataAnalyzer module to go through the datasets and perhaps detect this type of input image issue #5168 (currently it can only report image level statistics: MONAI/monai/apps/auto3dseg/data_analyzer.py Lines 88 to 101 in 70c0443 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I am training a model on a large dataset of dicom files containing "dirty data".
Somewhere in the training phase I receive an error about wrong number of channels.
Since I have 300 000 images I cannot make any manual quality assesment of the images.
is there any effective way to create a debug report of images (with paths or more informaton) causing errors?
best regards
Christian
Beta Was this translation helpful? Give feedback.
All reactions