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

Add dilated RedNet support #46

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add dilated RedNet support #46

wants to merge 2 commits into from

Conversation

keke1u
Copy link

@keke1u keke1u commented Jul 16, 2021

I added some args for dilation. Therefore, the generated kernel could compute with dilated pixels. It might be helpful to expand receptive field in RedNet backbone without losing feature map size in some tasks like detection and segmentation.
For example, dilations=(1, 1, 2, 4), strides=(1, 2, 1, 1) instead of 'strides=(1, 2, 2, 2)' in configs.

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

Successfully merging this pull request may close these issues.

1 participant