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

Mask out bounding boxes from other detections in frame #248

Open
ejm714 opened this issue Nov 18, 2022 · 0 comments
Open

Mask out bounding boxes from other detections in frame #248

ejm714 opened this issue Nov 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ejm714
Copy link
Collaborator

ejm714 commented Nov 18, 2022

For distance estimation, if there are multiple detections in the frame, the distance estimate is repeated (but the same for both). This is because the input used for each is the full frame.

To generate predictions that are distinct per detection, we could consider masking out the other detections (e.g. setting to zero). This would benefit from some evaluation in a notebook first to determine if masking throws off the model predictions altogether or is helpful.

@ejm714 ejm714 added the enhancement New feature or request label Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant