Thanks for sharing the repo. I thought of the deform layer use as plug and play (right?)
Replacing one of the nn.Conv2d() layers with DeformConv2D() produced this error:
result = self.forward(*input, **kwargs)
TypeError: forward() missing 1 required positional argument: 'offset'
How to calculate/pass this parameter with each input?