-
What is the motivation for this task?
dataset:
Describe the solution you'd likeI want to know how to change threshold by my mamual value, if you can give me a example, i wll very appreciate that. threshold: Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hello. metrics:
image:
- F1Score
- AUROC
pixel:
- F1Score
- AUROC
threshold:
method: manual # set to manual so it's not calculated automatically
manual_image: 0.42 # provide threshold value
manual_pixel: 0.42 # provide threshold value So by setting method to manual and providing values. |
Beta Was this translation helpful? Give feedback.
Hello.
You adjust it like this:
So by setting method to manual and providing values.