Replies: 3 comments 4 replies
-
thanks for the pointer, let me create a ticket on this... |
Beta Was this translation helpful? Give feedback.
-
Yes, we need intensity stats on foreground regions. But we need more than that. For example, a common practice is using 5% and 95% of overall intensity distribution as thresholds for intensity clipping. |
Beta Was this translation helpful? Give feedback.
-
Sorry I misunderstood this module, it was developed by @yiheng-wang-nv not @dongyang0122 's AutoML module. Hi @yiheng-wang-nv , could you please help share some comments? Or maybe you can enhance the features? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello MONAI community,
In the DatasetSummary class the min and max voxel intensities are computed on the whole image (here).
However, in the nnUNet implementation of the DatasetAnalyzer does extract min and max voxel intensities (here) only on the foreground (see foreground extraction).
Shouldn't the min and max extraction of the voxels be moved to after the foreground extraction?
Thanks in advance for your opinions!
Nabil
Beta Was this translation helpful? Give feedback.
All reactions