ryanxingql / stdf-pytorch

Implementation of "Spatio-Temporal Deformable Convolution for Compressed Video Quality Enhancement" (AAAI'20).
https://www.aiide.org/ojs/index.php/AAAI/article/view/6697
Apache License 2.0
155 stars 20 forks source link

flops of deformable convolution #21

Closed kepengxu closed 1 year ago

kepengxu commented 1 year ago

thank you for your release project! Is there any reference document or code for the flops calculation method of deformable convolution?

ryanxingql commented 1 year ago

Hi, I use pytorch-OpCounter in another work.