Open AHarouni opened 1 year ago
if this is generic enough and useful for everyone, please add this here: https://github.com/Project-MONAI/MONAILabel/tree/main/monailabel/tasks/scoring
The one provided are only sample examples.. however user can bring his/her own scoring methods in their App (which can be more specific to their use-case)
That is what I have done. I added it to my own app. If this is voted up we can push it to the out of the box as in first, sum and random
Describe the solution you'd like After running batch inference on your data (labeled and/or unlabeled ), It would be useful to find volumes where the model missed an organ / disease. Or over estimated / under estimated an organ or disease. For example:
This request may need to count pixels as well as calculate the actual volume in mm^3
Describe alternatives you've considered I managed to adapt the the code from the sum scoring as
Additional context This needs an active learning to sort by the most or least number of pixels for each label.