Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.05 KB

File metadata and controls

27 lines (22 loc) · 1.05 KB

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