SysCV / qdtrack

Quasi-Dense Similarity Learning for Multiple Object Tracking, CVPR 2021 (Oral)
Apache License 2.0
384 stars 61 forks source link

Is it possible to drop the unmatched embedding features? #80

Closed ghost closed 3 years ago

ghost commented 3 years ago

I want to be able to drop the embedding features if they remain unmatched for a few frames. Is it possible to do that with the current codebase?

OceanPang commented 3 years ago

Yes, you can tune this parameter.

ghost commented 3 years ago

@OceanPang is this also the same parameter?

ghost commented 3 years ago

Thank you, I solved my issue.