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

how to skip detection for every n (eg. n=3) frames while keep tracking for every frame? #167

Open
rambleramble opened this issue Aug 7, 2019 · 4 comments

Comments

@rambleramble
Copy link

Thanks a log for sharing the code.

I was following your code and try to come up a solution of skip the detection for every n frames but keep tracking for every frame.

It seems that self.time_since_update
is some parameter I need to play with.

The plan is:
if n % 3 is not 0,
only do self.tracker.predict(), but not self.tracker.update(detections) since there is no detection Bbox.

Any suggestions, thanks in advance!

@athulvingt
Copy link

have u figured it out ?

@akashAD98
Copy link

@rambleramble i have also same questions

@dylantzx
Copy link

dylantzx commented Aug 16, 2021

Did anyone figure this out? @rambleramble @athulvingt @akashAD98

EDIT:
Ohhh nvm it's ok, tried these and got it to work

only do self.tracker.predict(), but not self.tracker.update(detections) since there is no detection Bbox.
It seems that self.time_since_update is some parameter I need to play with.

@fedi112
Copy link

fedi112 commented Nov 26, 2021

Hello can you tell us exactly what did you change to achieve this?

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

5 participants