DIRNet-tensorflow icon indicating copy to clipboard operation
DIRNet-tensorflow copied to clipboard

Tensorflow implementation of DIRNet

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 / [email protected]