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

Would this be able to detect true "unseen unknowns"? #11

Open
Zephyr69 opened this issue Nov 12, 2022 · 2 comments
Open

Would this be able to detect true "unseen unknowns"? #11

Zephyr69 opened this issue Nov 12, 2022 · 2 comments

Comments

@Zephyr69
Copy link

Zephyr69 commented Nov 12, 2022

I've seen many open-set object detection projects that can detect "seen unknowns" (classes that are already present, although unlabeled, in the training pipeline).

But I'm looking to detect "unseen unknowns" (classes that do not exist in the image space of the dataset at all). Is this project capable of doing this, at least to certain capability?

@buxihuo
Copy link
Owner

buxihuo commented Nov 14, 2022

I've seen many open-set object detection projects that can detect "seen unknowns" (classes that are already present, although unlabeled, in the training pipeline).

But I'm looking to detect "unseen unknowns" (classes that do not exist in the image space of the dataset at all). Is this project capable of doing this, at least to certain capability?

Hello, you can detect "unseen unknowns" objects. The ability to detect unknown objects mainly depends on the training set (the more categories of training set, the stronger the ability to predict unknown classes) and the parameter unknownconf (the greater the threshold, the less unknown objects will be predicted).
I have uploaded the code required for the complete detection process, but the training code will not be uploaded temporarily. If you need models trained under other public data sets, you can leave a message in the comments area.

@buxihuo
Copy link
Owner

buxihuo commented Nov 14, 2022

The actual detection effect can be viewed by clicking the demo link on the home page

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