ktsumura / DIRNet-tensorflow

Tensorflow implementation of DIRNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DIRNet-tensorflow

Tensorflow implementation of DIRNet

  • [CAUTION] This implementation is actually different from the original paper. This implementation uses a simple bicubic interpolation not cubic spline interpolation. They can be different in details. If you want to more precise experiments, you need to change the codes.

alt tag

Usage

# Training
python train.py

Intermediate results and model checkpoint can be found in tmp and ckpt each.

# Evaluation
python deploy.py 

Evaluation results can be found in result.

References

Author

Inwan Yoo / iwyoo@unist.ac.kr

About

Tensorflow implementation of DIRNet


Languages

Language:Python 100.0%