jiny2001 / dcscn-super-resolution

A tensorflow implementation of "Fast and Accurate Image Super Resolution by Deep CNN with Skip Connection and Network in Network", a deep learning based Single-Image Super-Resolution (SISR) model.
https://arxiv.org/abs/1707.05425
MIT License
706 stars 216 forks source link

Documentation Availability? #88

Open IamGroot19 opened 5 years ago

IamGroot19 commented 5 years ago

Is there any documentation available for the code? At least, information about what each function does? It's really difficult to read through the entire 1000+ lines of code without being able to grasp which function is called where.

jiny2001 commented 5 years ago

Hi, Yea, the code is a bit long. I think this is mainly because I added many functions for experimental purpose. Currently there is no any document but I'd like to add an instruction page for software structure on this weekend, Thx.

IamGroot19 commented 5 years ago

Hi, any updates on documentation?

jiny2001 commented 5 years ago

Hi, sorry... I get very busy because of I got unexpected business trip and still moving back and forth. Probably it's better to clean up and simplify software structure first and then add comments/doc for that.

However, please let me know if you have any questions so far. I'd love to answer. Thx!