I’d like to request deformable convolution to be added to operation set. It’s a quite useful alternative to traditional convolution which provides a better perfomance/FLOP tradeoff in some cases. Good example of its use is ALIKED, which is the reason I’m asking for it to be implemented.
As far as I can tell, it cannot be implemented, since HAILO doesn’t support sampling via interpolation (e.g. grid sample) and there’s no option to implement fully custom operations.