/FW-Net

FW-Net for image denoising

Primary LanguageJupyter Notebook

FW-Net

FW-Net for image denoising

Our Configurations: CUDA-8.0, cudnn-v5, Python 2.7, GPU 1080Ti.

I trained these models on windows servers. I will release the DLLs of windows caffe asap.

This code is based on Linux Caffe, including training and testing parts.

Our models are under the folder "pretrained model".

You can check the details in our paper: (https://arxiv.org/abs/1802.10252)

This code will be continually updated. If you have any question, please feel free to contact me.

E-Mail: sunk@mail.ustc.edu.cn

if it helps your research, please cite our paper:

@article{fw-net,
  Author = {Ke Sun and Zhangyang Wang and Dong Liu and Runsheng Liu},
  Journal = {CoRR},
  Title = {L_p-Norm Constrained Coding With Frank-Wolfe Network},
  Year = {2018}
}

Caffe

Build Status License

Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by Berkeley AI Research (BAIR)/The Berkeley Vision and Learning Center (BVLC) and community contributors.

License and Citation

Caffe is released under the BSD 2-Clause license. The BAIR/BVLC reference models are released for unrestricted use.

Please cite Caffe in your publications if it helps your research:

@article{jia2014caffe,
  Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
  Journal = {arXiv preprint arXiv:1408.5093},
  Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
  Year = {2014}
}