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

CBNet Paper Layers composition #21

Open
aliceinland opened this issue Jul 27, 2021 · 1 comment
Open

CBNet Paper Layers composition #21

aliceinland opened this issue Jul 27, 2021 · 1 comment

Comments

@aliceinland
Copy link

Hi! I was reading the paper and I did not understand a part of the network.
Which is the operation that is performed between the layers of the second backbone network?
Let me better explain: the + inside the circle perform a sum operation? And how these operations are performed?
Model Image

Thank you.

@tingtingliangvs
Copy link
Collaborator

Hi, for each color line, there is a 1x1 conv+bn layer to adjust the channel dimension. And yes, the + inside the circle performs a sum operation. Details can be found in cbnet.py

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