How to understand "reduce_zero_label"? #1249
Unanswered
WilliamJames0741
asked this question in
Q&A
Replies: 2 comments
-
Hi, you can continue the question in https://github.com/open-mmlab/mmsegmentation/discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
谢谢,您的邮件我已收到!
|
Beta Was this translation helpful? Give feedback.
0 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.
-
I found that in the dataset "ade20k", the "reduce_zero_label" is set to "True", and the net like segnext is set to 150 classes(but include "background" there are 151 classes). However, when I use the well trained model to inference, its output has the "background" class. I wound why and how to understand the "reduce_zero_label" set? And how can I achieve the same functionality?
Beta Was this translation helpful? Give feedback.
All reactions