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 · 3 comments
Open

About Multi-Label Change Detection #13

COUJIALUO opened this issue Jul 10, 2024 · 3 comments

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,则需要加上这一行

@qilong164765913
Copy link

你好,如果是想用SECOND这样的多标签数据集训练需要对label进行合并吗?因为他们给了time1和time2两个阶段的label,但我看您的数据集都只有一个label标记变换区域,能麻烦您解答下我该怎么处理这种两个时期的label,使其能在您的项目上训练

@qilong164765913
Copy link

你好,如果是想用SECOND这样的多标签数据集训练需要对label进行合并吗?因为他们给了time1和time2两个阶段的label,但我看你的数据集都只有一个label标记变换区域,能麻烦您解答下我该怎么处理这个两个时期的label,使其能在你的项目上训练

@dyzy41

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

3 participants