Adding dilated convolution and support for reorg3d layer #47
Reference in New Issue
Block a user
Delete Branch "mrhosseini/master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have added dilated convolution as discussed in #37. It works both for TensorRT and CUDNN.
The code also adds
reorg3dlayeras an alias for.reorglayerThere is also a
test_yolo3_tiny_dilationapplication but I have not uploaded the cfg and weights files.This pull request now contains the fix for #49.