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

Copy previous result at failure #35

Open
JinDouer opened this issue May 12, 2019 · 1 comment
Open

Copy previous result at failure #35

JinDouer opened this issue May 12, 2019 · 1 comment

Comments

@JinDouer
Copy link

In 'run_tracker.py' , if the tracker lose the target in a frame(all sample scores are negative), you still update the target location. Shouldn't the target be locked at the previous location if all sample scores are negative?
if not success:
target_bbox = result[i-1]
bbreg_bbox = result_bb[i-1]
Thank you for you answer?

@nhseob
Copy link
Contributor

nhseob commented May 13, 2019

The tracker sometimes underestimates the target score (i.e. tracking succeed, but score < 0), in which we still need to update the target location not to miss the target.
I have actually tried with the lines you suggested, but the overall performance slightly got worse.

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