Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunke123/FW-Net
FW-Net for image denoising
https://github.com/sunke123/FW-Net
caffe image-denoising
Last synced: 3 months ago
JSON representation
FW-Net for image denoising
- Host: GitHub
- URL: https://github.com/sunke123/FW-Net
- Owner: sunke123
- Created: 2018-02-28T02:46:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T11:37:21.000Z (almost 7 years ago)
- Last Synced: 2024-08-02T11:18:57.536Z (6 months ago)
- Topics: caffe, image-denoising
- Language: Jupyter Notebook
- Size: 18.1 MB
- Stars: 7
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-image-denoising-state-of-the-art - [Web - Net) [[PDF]](https://arxiv.org/abs/1802.10252) (Denoising Algorithms)
README
# FW-Net
FW-Net for image denoisingOur 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: [email protected]
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](https://travis-ci.org/BVLC/caffe.svg?branch=master)](https://travis-ci.org/BVLC/caffe)
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE)Caffe is a deep learning framework made with expression, speed, and modularity in mind.
It is developed by Berkeley AI Research ([BAIR](http://bair.berkeley.edu))/The Berkeley Vision and Learning Center (BVLC) and community contributors.- [Installation instructions](http://caffe.berkeleyvision.org/installation.html)
## License and Citation
Caffe is released under the [BSD 2-Clause license](https://github.com/BVLC/caffe/blob/master/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}
}