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

have a non-identifiable class. #1

Open
madhaven opened this issue Aug 30, 2022 · 2 comments
Open

have a non-identifiable class. #1

madhaven opened this issue Aug 30, 2022 · 2 comments

Comments

@madhaven
Copy link

Hey, I think having a class that is "non-identifiable" helps avoid classifying images that it hasn't seen?

@MaddyGuthridge
Copy link

As far as I'm aware, the program gives a confidence value for each thing it is aware of. A "non-identifiable" type is implicit if it can give low confidence to every possible type.

Eg:

80% confidence on both tractor and cruise ship

  • AI thinks it could be either

80% confidence on tractor, but 12% on cruise ship

  • AI thinks it's a tractor

12% confidence on both tractor and cruise ship

  • AI doesn't think it's either

@Lachy-Dauth
Copy link

Lachy-Dauth commented Jan 31, 2023

it just never does that because the the answer is never neither

if you wanted it to be unsure more you would have to add random images to the data sets

(I think, don't quote me on this, I don't really know what I'm doing)

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