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

multi-class detection的分类是如何做到的? #5

Open
Frances1996 opened this issue Nov 29, 2023 · 5 comments
Open

multi-class detection的分类是如何做到的? #5

Frances1996 opened this issue Nov 29, 2023 · 5 comments

Comments

@Frances1996
Copy link

您好~
请问下论文最后multi-class detection部分,是如何分类的呢?

@cpystan
Copy link
Owner

cpystan commented Nov 29, 2023

通过改变k-means的聚类个数

@NisaHameed
Copy link

Hi. Could you please detail how to reproduce the results for multi - class detection using the provided code? The segmentation downstream task is clear though.

@NisaHameed
Copy link

你好。你能详细说明一下如何使用提供的代码复现多类别检测的结果吗?尽管分割的下游任务很清晰。

@cpystan
Copy link
Owner

cpystan commented Dec 15, 2023

To achieve multi-class detection, we should adjust the number of clusters of K-means. For example, set k=3, we can get three types of annotation: class1, class2, and background. When the number of classes is relatively large (>3) the performance will be bad.

@NisaHameed
Copy link

But I could not find any code related to multi class detection.

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