Subject of the issue
https://github.com/DeepRegNet/DeepReg/blob/main/deepreg/model/loss/image.py#L88
The triangular filters are of shape (kernel_size-1, kernel_size-1, kernel_size-1, ch, 1) unlike the other two cases.
My question is simply, is this intended or not :) @acasamitjana
Subject of the issue
https://github.com/DeepRegNet/DeepReg/blob/main/deepreg/model/loss/image.py#L88
The triangular
filtersare of shape(kernel_size-1, kernel_size-1, kernel_size-1, ch, 1)unlike the other two cases.My question is simply, is this intended or not :) @acasamitjana