Can I use the sigmoid function to train a (n-1) classes segmentor in a (n) classes seg problem? #3203
Unanswered
WilliamJames0741
asked this question in
Q&A
Replies: 0 comments
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.
-
There is a 5 classes seg problem, including the background. And I think the background is an important class in this problem, so I set the
reduce_zero_label
toFalse
. Can I just train a 4 classes segmentor which use the sigmoid function and a threshold value to solve this 5 classes seg problem? What else do I need to modify, except the config file? Will its result be better than just train a simple 5-classes segmentor?Beta Was this translation helpful? Give feedback.
All reactions