Mmmofan / RDN_TensorFlow

Implementation of Residual Dense Network with TensorFlow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Residual Dense Network for Image Super-resolution

Implementation of RDN in TensorFlow 1.8.0

Where is the code?

I move the code to branch: dev, clone the repo and type:

git checkout dev

and then ou will see the Python files

There is still a README, hope it can give you some help.

Requirements

make sure you have these lib below:

  • TensorFlow==1.8.0
  • NumPy==1.15.4
  • h5py==2.9.0
  • imageio==2.4.1
  • opencv-python==3.4.3.18
  • Pillow==6.1.0
  • scikit-image==0.14.1
  • scikit-learn==0.21.3
  • scipy==1.1.0

Any questions, email: cokespace2@gmail.com

Have fun!

--Fan, 08/10/2019

About

Implementation of Residual Dense Network with TensorFlow


Languages

Language:Python 100.0%