qibao77 / LFFN

Tensorflow code for our paper "Lightweight Feature Fusion Network for Single Image Super-Resolution" (SPL2019)
16 stars 4 forks source link

About MultAdd #2

Open jinwan1994 opened 5 years ago

jinwan1994 commented 5 years ago

Thank you for your work, I want to know that how to calculate the MultAdd in your work.

qibao77 commented 5 years ago

I am sorry for the late reply. In our paper, Mult-Adds is calculated by assuming that the spatial resolution of HR image is 1280 720. Then the computational cost of 3*3 convolution is: 1280*720*C_in* C_out* 3\ 3.

jinwan1994 commented 5 years ago

Thanks.