MangoWAY
Results
1
issues of
MangoWAY
Hi! I'm studying the source code. I find the method ```py def bspline_kernel_3d(sigma=[1, 1, 1], order=2, asTensor=False, dtype=th.float32, device='cpu'): kernel_ones = th.ones(1, 1, *sigma) kernel = kernel_ones padding = np.array(sigma)...