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

Tracker: Remove objects that are no longer detected #5

Open
wants to merge 1 commit into
base: gimlet
Choose a base branch
from

Conversation

philkuz
Copy link

@philkuz philkuz commented Jan 24, 2024

Modify the Tracker calculator to drop objects that are no longer detected.

Made the following modifications:

  1. Stop listening to tracked boxes to update the object timestamp. This means that any objects that don't receive a new detection will be deleted once the obsolete timeout is reached.
  2. Decrease obsolete timeout from 5s to 1s.
  3. Allow detections that haven't been updated w/ the current Input packet to be output. Necessary after we stop recording object timestamps from UpdateDetections in (1).
    only update object timestamps based on the new detections.

Signed-off-by: Phillip Kuznetsov [email protected]

@philkuz philkuz changed the title Tracker: Modify calculator to only update timestamps based on detections Tracker: Fix issue where boxes stick around Jan 24, 2024
@philkuz philkuz changed the title Tracker: Fix issue where boxes stick around Tracker: Remove objects that are no longer detected Jan 24, 2024
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.

1 participant