-
Notifications
You must be signed in to change notification settings - Fork 74
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
Multiple static targets #102
Comments
Thanks for your attention. If you want to use multiple targets, you can refer to our MixSort. |
However, if the multiple templates are pointed to the same object, you can simply extent the online templates memry. It's easy. |
Hi @yutaocui, Thank you for your answer! So, the latter is my case. The multiple templates correspond to the same object, so I would like to extend the online templates memory. Would you please be able to provide an example of how can this be achieved? |
For example, you can modify the following initial online sample to your second template and make it unchanged during subsequent tracking.
|
Hi,
Thank you so much for the code! I'm wondering if it's possible and how easy it would be to modify the memory to include two static targets instead of one just for the first frame. In particular, in my case I have the bounding boxes for both the start and the end frame and I would like to use both as static targets while online targets would be any frame in between. Looking forward to your answer. Thank you!
Kind regards,
Vangelis
The text was updated successfully, but these errors were encountered: