Open dangf15 opened 2 years ago
Thank you for the open-source code. In your code, the kernel of ddf is set to square (i.e. 3x3), if I want to set the kernel to a normal rectangle (e.g. 2x5), how should I change it? Looking forward to your reply!
I have not implemented the Cuda code for the non-squared kernel. You may need to modify the Cuda implementation of ddf.
Thank you for the open-source code. In your code, the kernel of ddf is set to square (i.e. 3x3), if I want to set the kernel to a normal rectangle (e.g. 2x5), how should I change it? Looking forward to your reply!