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

New Feature: max-n detection reporting #28

Open
humphd opened this issue Sep 15, 2024 · 1 comment
Open

New Feature: max-n detection reporting #28

humphd opened this issue Sep 15, 2024 · 1 comment

Comments

@humphd
Copy link
Collaborator

humphd commented Sep 15, 2024

A feature we've been discussing is having the ability to report the maximum simultaneous detections seen during the video. For example, if there are 4 trout detected at once at 2:32:02, we'd be interested in having that info reported at the end of the video processing. Probably having the max-n value printed to the console, and also an image with the bounding boxes produced, and a video segment that includes this would be useful.

I'm not sure if we always want to do this, or if it should be something you opt into via a flag.

@humphrem
Copy link
Owner

It would be good to be able to request the x highest maxN detections (e.g. 5 or 10), since ACTION can't distinguish between species and clips will need to be reviewed to find a species-specific maxN. For example, the single highest maxN returned may have a mix of species and not represent the true highest density of the target species.

This feature should be opt in with a flag.

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