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

Questions about the transition layers between stages in the codes #180

Closed
prophett0527 opened this issue Apr 12, 2020 · 1 comment
Closed

Comments

@prophett0527
Copy link

prophett0527 commented Apr 12, 2020

Hello,
I have some questions about the transition layers between stages in PoseHighResolutionNet class.

The transition layers contains conv3x3 layers with stride=1 and stride=2.
The codes seem similar with the fusion layers in HighResolutionModule class.
Fusion layers have conv1x1 layers for upsampling, but transition layers do not have conv1x1.
What is the difference between these two type layers?
What happens if there are no transition layers between stages?

I couldn't find any explanations about transition layers in the original paper.
Could you please kindly explain the transition layers here?
Thank you!

@aFewThings
Copy link

Hi, have you found your answer?

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