Skip to content

iwyoo/DIRNet-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Tensorflow implementation of DIRNet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages