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

About "add downsampling lyaer before the hourglass module and remove one in hourglass modue" #145

Open
Vankeee opened this issue May 24, 2020 · 1 comment

Comments

@Vankeee
Copy link

Vankeee commented May 24, 2020

As we can see, hourglass is a symmetric structure, how can we do "We reduce the maximum feature
map resolution of the hourglass modules by adding one more downsampling layer before the hourglass modules, and remove one downsampling layer in each hourglass module."

I don't understand what these sentences do, could someone explain it to me? Thanks in advance.
Could someone draw a picture to explain?

@0phoff
Copy link

0phoff commented Jul 14, 2020

If you compare the code for cornernet and cornernet-squeeze, you will notice that in cornernet-squeeze, they added an extra residual block before the hourglass modules (pre variable, L71 in cornernet-squeeze), which downsamples the input further (stride=2). They also reduced the number of hourglass modules by 1 (hg_mods variable, L75 in cornernet-squeeze).

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