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

The class number is 18, why set BiSeNet(19) #52

Open
piwawa opened this issue Jan 20, 2024 · 1 comment
Open

The class number is 18, why set BiSeNet(19) #52

piwawa opened this issue Jan 20, 2024 · 1 comment

Comments

@piwawa
Copy link

piwawa commented Jan 20, 2024

明明只有18个类别,为啥train.py和test.py都设置成下面这样:

n_classes = 19
net = BiSeNet(n_classes=n_classes)

另外为啥把HQ数据集的background标签去掉了,加上不是正好19个嘛??

@yakhyo
Copy link

yakhyo commented Aug 30, 2024

@piwawa , in segmentation you need to add background also as a class.

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

No branches or pull requests

2 participants