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

Implemention details #21

Open
HIT-ShuWei opened this issue Oct 20, 2021 · 2 comments
Open

Implemention details #21

HIT-ShuWei opened this issue Oct 20, 2021 · 2 comments

Comments

@HIT-ShuWei
Copy link

Hey there. Thanks for your great work!!!
Here are a few details about using this algorithm:

  1. Can I just use the class BYTETrackor() behind my own detection result?
  2. If 1 is correct, how can I use interpolation method in that way?
  3. What is the meaning of '--min-box-area', I did't find it in the BYTETrackor()
@ifzhang
Copy link
Owner

ifzhang commented Oct 21, 2021

  1. Yes, you can pass your detection boxes and scores to BYTETracker() and get the tracking results.
  2. Interpolation can be done using the txt files of the tracking results.
  3. If the box area is smaller than 'min-box-area', we throw it away.

@HIT-ShuWei
Copy link
Author

  1. Yes, you can pass your detection boxes and scores to BYTETracker() and get the tracking results.
  2. Interpolation can be done using the txt files of the tracking results.
  3. If the box area is smaller than 'min-box-area', we throw it away.

Thx for reply! That makes me use the wonderful work easier!!!

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