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

use of tracklet score #47

Open
jiko-lr opened this issue Nov 1, 2024 · 1 comment
Open

use of tracklet score #47

jiko-lr opened this issue Nov 1, 2024 · 1 comment

Comments

@jiko-lr
Copy link

jiko-lr commented Nov 1, 2024

hello Ziqi, thans for your great work. I have a question about the tracklet score update, in your code:

  1. the tracklet score is initialized with
    self.latest_score = bbox.s
  2. in the predict step
    self.latest_score = self.latest_score * 0.01
  3. in the update step
    self.latest_score = update_info.bbox.s

since your life manager is based on hit instead of score, what's the point of the tracklet score that you use? i tried to modifed the the score decay coefficient for self.latest_score in the predict step, and find that the overall result is worse, but I can't find anything in the code that use the tracklet score. do you know the reason? thank you

@ziqipang
Copy link
Collaborator

@jiko-lr This project was several years ago, so I cannot remember all the details. But let me try from some vague memory and intuition.

  1. Tracklet score is used to determine if we want to terminate a track, as mentioned in the paper.
  2. The tracklet score will also be used for the output, which might help AMOTA.

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