-
Notifications
You must be signed in to change notification settings - Fork 209
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
Problem in adding dilated convolution #37
Comments
Have you tried without tensorrt? Does it work? In Conv2d.cpp you multiply padding*dilation, maybe you should do the same in NetworkRT |
Thank you Francesco.
No, I only tested with tensorrt.
Yes. You are probably right. I will check the above with |
This solved the problem. Thanks for your great help. |
Hi
The AlexeyAB/darknet repository, supports dilated convolution. I tried to add the dilation support to tkDNN but it results in error.
Changes can be seen in my fork here.
This is the output of a test program (
test_yolo3_tiny_dilation
) created based ontest_yolo3tiny
, using this cfg file:Any help?
The text was updated successfully, but these errors were encountered: