Project-MONAI / MONAILabel

MONAI Label is an intelligent open source image labeling and learning tool.
https://docs.monai.io/projects/label
Apache License 2.0
608 stars 196 forks source link

Develop Progress-enable epistemic scoring for monaibundle app #1049

Closed tangy5 closed 2 years ago

tangy5 commented 2 years ago

The issue keeps track on developing epistemic scoring for monaibundle app.

Need to discuss here: I'm seeing the dropout parameter in different bundle models are named differently, such as: UNet, FlexibleUNet use "dropout" as the argument, SwinUNETR uses "drop_rate", UNETR uses "dropout_rate", VNet uses "dropout_prob", and some do not support dropout. How will we handle this argument difference?

SachidanandAlle commented 2 years ago

you probably don't need this Create a scoring inferTask generater, BundleScoringInferer Lets discuss tomorrow.. want to understand how you are planning to solve