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

Adding dilated convolution and support for reorg3d layer #47

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

mrhosseini
Copy link

@mrhosseini mrhosseini commented Jun 18, 2020

I have added dilated convolution as discussed in #37. It works both for TensorRT and CUDNN.
The code also adds reorg3d layer as an alias for reorg layer.
There is also a test_yolo3_tiny_dilation application but I have not uploaded the cfg and weights files.

@mrhosseini mrhosseini changed the title Adding dilated convolution Adding dilated convolution and fix for #49 Jun 21, 2020
@mrhosseini mrhosseini changed the title Adding dilated convolution and fix for #49 Adding dilated convolution and fixing reorg layer bug Jun 21, 2020
@mrhosseini
Copy link
Author

This pull request now contains the fix for #49.

@mrhosseini mrhosseini changed the title Adding dilated convolution and fixing reorg layer bug Adding dilated convolution and support for reorg3d layer Jun 21, 2020
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.

None yet

1 participant