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

How to replace the default spatial matching with a new method? #55

Open
YaoMufeng opened this issue Aug 9, 2022 · 1 comment
Open

Comments

@YaoMufeng
Copy link

I've running the code successfully,thank you for your great work!
Now I want to do some research,for example, replacing the default spatial matching method with my newly proposed method.
The question is: where can we modify the code in order to change the spatial matching method?
I've read the related code (./siammot/modeling/track_head),but found nothing related to the matching part.
Could you please tell me more about the spatial matching part? maybe I missed some information.

@bingshuai2019
Copy link

Not sure wether I understood your question correctly.

If you are talking about doing spatial matching within the motion model, you should be able to replace the one in the existing EMM model. It can be found here: https://github.com/amazon-science/siam-mot/blob/main/siammot/modelling/track_head/EMM/track_core.py#L53

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