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 dilation convolution #13

Closed
MoonBunnyZZZ opened this issue Jul 22, 2019 · 1 comment
Closed

About dilation convolution #13

MoonBunnyZZZ opened this issue Jul 22, 2019 · 1 comment

Comments

@MoonBunnyZZZ
Copy link

It seems like that no dilation convolution in origin PersonLab paper, according to classical Resnet .
Did I miss or ignore something important in paper?

@jricheimer
Copy link
Contributor

Hi @MoonBunnyZZZ . Thanks for your interest. See section 4.1 in the paper:

"Our ResNet CNN network backbones have nominal output stride (i.e., ratio of the input image to output activations size) equal to 32 but we reduce it to 16 during training
and 8 during evaluation using atrous convolution."

They cite their Deeplab paper there for more details on this.

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