Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert adaptive_threshold to Enum in configs #635

Closed
samet-akcay opened this issue Oct 17, 2022 · 0 comments · Fixed by #637
Closed

Convert adaptive_threshold to Enum in configs #635

samet-akcay opened this issue Oct 17, 2022 · 0 comments · Fixed by #637
Assignees

Comments

@samet-akcay
Copy link
Contributor

Currently the threshold settings are as follows:

metrics:
  image:
    - F1Score
    - AUROC
  pixel:
    - F1Score
    - AUROC
  threshold:
    image_default: 3
    pixel_default: 3
    adaptive: true

It would be more logical to convert adaptive to method which would be stored as Enum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant