zaccharieramzi / tf-focnet

An unofficial tensorflow implementation of the FocNET

Home Page:http://openaccess.thecvf.com/content_CVPR_2019/html/Jia_FOCNet_A_Fractional_Optimal_Control_Network_for_Image_Denoising_CVPR_2019_paper.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TensorFlow implementation of the FocNet

Build Status

The FocNet is a network introduced by Xixi Jia et al. in "Focnet: A fractional optimal control network for image denoising", CVPR 2019. If you use this network, please cite their work appropriately.

The official implementation is available here in Matlab.

The goal of this implementation in TensorFlow is to be easy to read and to adapt:

  • all the code is in one file
  • defaults are those from the paper
  • there is no other imports than from TensorFlow

Contributing

I am welcoming any feedback under the form of GitHub issues or Pull requests.