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

About Multi-Label Change Detection #13

Open
COUJIALUO opened this issue Jul 10, 2024 · 1 comment
Open

About Multi-Label Change Detection #13

COUJIALUO opened this issue Jul 10, 2024 · 1 comment

Comments

@COUJIALUO
Copy link

If my dataset is for multi-label change detection, and the labels contain values that are no longer just (0 1) or (0 255), but rather like (0 1 2 3 4 5 6) for the labels, does your code still support multi-class change detection?

@dyzy41
Copy link
Owner

dyzy41 commented Jul 11, 2024

Yes, you should modify the num_classes in the config files. And, notice this line.

gt_semantic_seg = gt_semantic_seg//255 # 备注5 如果标签是0/255,则需要加上这一行

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