Replies: 1 comment 2 replies
-
Hi @hw-ju, This is a good question.
Otherwise, change those flags within the main file: https://github.com/Project-MONAI/MONAILabel/blob/main/sample-apps/radiology/main.py#L153 |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm using the latest stable versions of monai label (both v0.4.2 installed by pip and v0.4.0 by docker image), and try to turn on
epistemic uncertainty
in DeepEdit for radiology. I modified the config file of DeepEdit, change totrue
fromfalse
:After that, when I start the server, the output shows it is turned on
but no calculation of the epistemic score, and in 3DSlicer, there's no
EPISTEMIC
option in theActive Learning
section.After I click
Next Sample
in 3DSlicer, I see this in server output:How to turn on active learning?
Beta Was this translation helpful? Give feedback.
All reactions