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

Make object mask from bounding boxes of past detections #12367

Open
danbutter opened this issue Jul 9, 2024 · 1 comment
Open

Make object mask from bounding boxes of past detections #12367

danbutter opened this issue Jul 9, 2024 · 1 comment
Labels
enhancement New feature or request pinned

Comments

@danbutter
Copy link

Just a thought. I'm not a programmer so I have no idea of difficulty or feasibility, but it would be neat!

Describe what you are trying to accomplish and why in non technical terms
I want to be able to make an object mask from bounding boxes of past detections (or maybe a definable percentage/number of pixels greater since bottom center is used and detection may vary over time) so that I can quickly mask out things incorrectly seen as people like trees at dusk/dawn, cracks in the driveway that never move.

Describe the solution you'd like
Not sure of method of implementation, but some user interface that would allow making a mask as described above with minimal interaction

Describe alternatives you've considered
Only way I know of to do this today is to manually make a mask each time something like what is mentioned above happens.

@danbutter danbutter added the enhancement New feature or request label Jul 9, 2024
@NickM-27
Copy link
Collaborator

NickM-27 commented Jul 9, 2024

could be part of #11399

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pinned
Projects
None yet
Development

No branches or pull requests

2 participants