Skip to content

use of tracklet score #47

Description

@jiko-lr

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions