cszn / FFDNet

FFDNet: Toward a Fast and Flexible Solution for CNN based Image Denoising (TIP, 2018)
https://ieeexplore.ieee.org/abstract/document/8365806/
469 stars 130 forks source link

Keras Training and Testing Code #11

Open fastlater opened 6 years ago

fastlater commented 6 years ago

First of all, thank you for sharing your scientific progress with the github community.

I opened this issue to ask and keep a track in a possible keras implementation of this work. Is there any plan to release a keras version in a near future?

cszn commented 6 years ago

You can refer to the pytorch implementation: http://www.ipol.im/pub/pre/231/ffdnet-pytorch.zip http://www.ipol.im/pub/pre/231/

fastlater commented 6 years ago

Thank you. It is pytorch, not keras but it is quite understandable for me.

shenyingying commented 5 years ago

@fastlater have you find the tensorflow vesion code for ffdnet?