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

Multiple static targets #102

Open
ekazakos opened this issue Dec 6, 2023 · 4 comments
Open

Multiple static targets #102

ekazakos opened this issue Dec 6, 2023 · 4 comments

Comments

@ekazakos
Copy link

ekazakos commented Dec 6, 2023

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

@yutaocui
Copy link
Collaborator

yutaocui commented Dec 6, 2023

Thanks for your attention. If you want to use multiple targets, you can refer to our MixSort.

@yutaocui
Copy link
Collaborator

yutaocui commented Dec 6, 2023

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

However, if the multiple templates are pointed to the same object, you can simply extent the online templates memry. It's easy.

@ekazakos
Copy link
Author

ekazakos commented Dec 6, 2023

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?

@yutaocui
Copy link
Collaborator

yutaocui commented Dec 7, 2023

For example, you can modify the following initial online sample to your second template and make it unchanged during subsequent tracking.

self.online_template = template

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