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

Is there any way to speed up online tracking? #8

Closed
klq-Y opened this issue Mar 9, 2020 · 2 comments
Closed

Is there any way to speed up online tracking? #8

klq-Y opened this issue Mar 9, 2020 · 2 comments

Comments

@klq-Y
Copy link

klq-Y commented Mar 9, 2020

6fps is too slow,and it's runing on a powerful TitanX GPU.

@huanglianghua
Copy link
Owner

There could be several possible ways to speed up GlobalTrack:

  1. Using a more efficient backbone by replacing ResNet50 to, e.g., ResNet18/MobileNets/EfficientNets.
  2. Reducing the input image size, from (1333, 800) to, e.g., (640, 480).
  3. Using a low-precision or quantized model, by converting fp32 weights to fp16 or int8.
  4. Combining GlobalTrack with a fast local tracker (e.g., SiamRPN, ATOM). Only run GlobalTrack when local tracker detects a failure.

Hope this helps.

@klq-Y
Copy link
Author

klq-Y commented Mar 11, 2020

Thank you very much for your advice.

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