rageworx / libsrcnn

Super-Resolution imaging with Convolutional Neural Network library for G++, Non-OpenCV model.
http://rageworx.pe.kr/search/SRCNN
GNU Lesser General Public License v3.0
16 stars 1 forks source link

A question #7

Closed jingnanopt closed 5 years ago

jingnanopt commented 6 years ago

Hello, I want to ask you a question. If this program is rewritten by C language, what needs to be changed? Thank you

rageworx commented 6 years ago

Hi there, I don't recommend to programing it for C expect you need to write code for FPGA. Convolution spends many CPU loops and make memory IO access for complete its function, and very slow without OpenMP. And I can't recommend to use C code for now, there's many overloads to convert filtering algorithms to C from template C++ class. Regards,

jingnanopt commented 6 years ago

Hi,do you know how to use pycaffe or other ways to read caffemodel parameters (save to TXT file)?Thanks

rageworx commented 5 years ago

Hi,do you know how to use pycaffe or other ways to read caffemodel parameters (save to TXT file)?Thanks

Sorry, I don't know what are those.

rageworx commented 5 years ago

No more question may let close it.

rageworx commented 6 months ago

Additional ref.