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

Update OpenCV DNN Detection component to optionally use feed-forward confidence values #1338

Closed
jrobble opened this issue May 24, 2021 · 0 comments
Assignees
Milestone

Comments

@jrobble
Copy link
Member

jrobble commented May 24, 2021

Keyword Tagging and Azure Translation just copy the confidence from the feed-forward track to the output track. Same goes for the detections within the track. OCV DNN is different because it can be used as a generic classifier in addition to a color characterizer. There can be cases when we want to have the generated tracks and detections use the OCV DNN confidences and cases when we don't. Modify that component to look at the value of OUTPUT_MERGE_WITH_PREVIOUS_TASK to figure out what to do.

@jrobble jrobble added this to the Milestone 2 milestone May 24, 2021
@jrobble jrobble self-assigned this May 24, 2021
@jrobble jrobble added this to To do in OpenMPF: Development via automation May 24, 2021
@jrobble jrobble moved this from To do to In Progress in OpenMPF: Development May 24, 2021
@jrobble jrobble moved this from In Progress to Testing in OpenMPF: Development May 25, 2021
@jrobble jrobble closed this as completed Feb 15, 2022
OpenMPF: Development automation moved this from Testing to Closed Feb 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant