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

Why perform rendering transformer by the entire feature map? #16

Open
coolbay opened this issue Dec 1, 2020 · 1 comment
Open

Why perform rendering transformer by the entire feature map? #16

coolbay opened this issue Dec 1, 2020 · 1 comment

Comments

@coolbay
Copy link

coolbay commented Dec 1, 2020

May I ask why you perform rending transformer by the entire feature map instead of pixels? Does it work well if you do rendering transformer the same way for grounding transformer?

Thank you very much!

@dongzhang89
Copy link
Owner

@coolbay Thanks, very good question. There are two main reasons why we do this: 1. The transformer itself is a very computationally intensive operation. It is not necessary to use so many transformers in FPT; 2. It is actually meaningless to render a high-level object with the attributes of another distant low-level object or pixel positions.

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