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

Missing the code of scale-aware and task-aware block? #30

Open
kriskrisliu opened this issue Dec 23, 2021 · 4 comments
Open

Missing the code of scale-aware and task-aware block? #30

kriskrisliu opened this issue Dec 23, 2021 · 4 comments

Comments

@kriskrisliu
Copy link

Thank you for sharing the code! I'm seeking for details about scale-aware, spatial-aware and task-aware blocks in the source code. However, as i can see in the source code "dyhead/dyhead.py", there only exists the implementation of spatial-aware block.
Is this a mistake or my misunderstanding?

@sevenandseven
Copy link

i also find the scale-aware,can you tell me where is it? thank you.

@sourabh-patil
Copy link

@kriskrisliu In dyhead.py from line 79-82, you can observe all three attentions being used. I think the difference is that they are first applying spatial attention using deformable convolutions and then level attention using hard sigmoid followed by task attention through DyReLU. But it is confusing to understand because they are doing this for each level in the pyramid (in for loop).

@zqx951102
Copy link

I can not find it too!

@zqx951102
Copy link

尺度的实现能找到,空间的实现 就是用了可变形卷积得到offset,但是 任务级别的实现没找到代码啊!

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