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

MixFormerV2和MixFormer之间的关系? #18

Open
Maggie1998 opened this issue Jan 24, 2024 · 2 comments
Open

MixFormerV2和MixFormer之间的关系? #18

Maggie1998 opened this issue Jan 24, 2024 · 2 comments

Comments

@Maggie1998
Copy link

MixFormerV2和MixFormer在模型结构上有哪些相同和不同呢?

@yutaocui
Copy link
Collaborator

yutaocui commented Feb 7, 2024

最主要的区别是预测head不同,v2不再采用之前的corner head, 而是通过添加4个可学习的token,通过在backbone中跟search和template tokens进行交互提取内容和位置信息,最后直接利用mlp head来预测top bottom left right四个位置。

@MrNeoBlue
Copy link

想请教一下,head在学习的过程中只能通过蒸馏来吗?

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

3 participants