https://github.com/wjayesh/ffdnet
Implementation of FFDNet as described in the paper FFDNet: Towrd a Fast and Flexile Solution for CNN based Image Denoising, in Python using Tensorflow.
https://github.com/wjayesh/ffdnet
machine-learning tensorflow
Last synced: 2 months ago
JSON representation
Implementation of FFDNet as described in the paper FFDNet: Towrd a Fast and Flexile Solution for CNN based Image Denoising, in Python using Tensorflow.
- Host: GitHub
- URL: https://github.com/wjayesh/ffdnet
- Owner: wjayesh
- License: apache-2.0
- Created: 2022-05-11T09:07:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T09:27:20.000Z (about 4 years ago)
- Last Synced: 2025-02-05T10:23:40.422Z (over 1 year ago)
- Topics: machine-learning, tensorflow
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FFDNet
Implementation of FFDNet as described in the [paper](https://arxiv.org/abs/1710.04026) **FFDNet: Towrd a Fast and Flexile Solution for CNN based Image Denoising**, in Python using Tensorflow.
Part of my work for my B.Tech project at IIT Bhubaneswar.