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

Adds filtering of partial matches to classifications/detections #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bhaney
Copy link

@bhaney bhaney commented Nov 21, 2023

Using a wildcard character, you can match to partial classification/detection labels.

For example,
if your config is

{
  "camera": "my-cam",
  "vision": "my-cision",
  "classifications": {
    "COUNTDOWN*": 0.9
  }
}

Then images that have the classification label "COUNTDOWN: 20 s remain!" will also be saved

@erh
Copy link
Collaborator

erh commented Nov 21, 2023

can you add a note to the README?

@bhaney
Copy link
Author

bhaney commented Nov 21, 2023

can you add a note to the README?

done

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

Successfully merging this pull request may close these issues.

2 participants