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

problem #34

Closed
wangyujie615 opened this issue Nov 27, 2024 · 2 comments
Closed

problem #34

wangyujie615 opened this issue Nov 27, 2024 · 2 comments

Comments

@wangyujie615
Copy link

Hello, in the paper, I did not find a description of the training process for the model. Does this mean the proposed method does not involve training the entire model?

@XuM007
Copy link

XuM007 commented Nov 27, 2024

Thank you for your excellent work. After reading the paper, I also have similar questions. The paper indicates that it can perform zero-shot on the VOT datasets. However, does the entire model need to be trained for the newly added Motion Modeling and Motion-Aware Memory Selection? When running the demo, I noticed that it directly uses the weights from SAM2. Does the Kalman Filter not require training? Looking forward to your reply.

@yangchris11
Copy link
Owner

Yes, it is a zero-shot method, we directly use the weights from SAM 2.1 to conduct VOT experiments.

Kalman filter is used to estimate the current and future state (bounding box location and scale in our case) of a moving object based on measurements over time, it is a common approach that had been adapt in the field of tracking for a long time which does not requires any training. Please refer to code for more detail.

@rese1f rese1f closed this as completed Nov 27, 2024
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

4 participants