number9473 / nn-algorithm

algorithm for neural network
259 stars 59 forks source link

Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network #29

Open joyhuang9473 opened 7 years ago

joyhuang9473 commented 7 years ago

Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network

joyhuang9473 commented 7 years ago

Benchmark and resources for single super-resolution algorithms https://github.com/huangzehao/Super-Resolution.Benckmark

joyhuang9473 commented 7 years ago

Implementation of [Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network arXiv:1609.04802v2] https://github.com/junhocho/SRGAN

joyhuang9473 commented 7 years ago

Torch implementation of SRGAN (Ledig et al., Photo -Realistic Single Image Super-Resolution Using a Generative Adversarial Network, 2016) https://github.com/anthonyyuan/SRGAN

joyhuang9473 commented 7 years ago

A tensorflow implemenation of Christian et al's SRGAN(super-resolution generative adversarial network)

https://github.com/buriburisuri/SRGAN

joyhuang9473 commented 7 years ago

face training data https://drive.google.com/open?id=0B7EVK8r0v71pWEZsZE9oNnFzTm8

https://github.com/david-gpu/srez/issues/4

joyhuang9473 commented 7 years ago

35

joyhuang9473 commented 7 years ago

torch implementation of srgan https://github.com/huangzehao/torch-srgan

joyhuang9473 commented 7 years ago

What is upscaling? In order for an Ultra HD TV to display SD (standard definition) or HD (high definition) content, that content must first be upscaled. Most Blu-ray players have upscaling chips in them to convert DVD (480p) content into 1080p content so that it looks better on a 1080p TV.

rmalav15 commented 7 years ago

Hi @joyhuang9473 You efforts for gathering all this material in this thread is deeply appreciated. I went through these links, most of these are under progress.

Can you please let me know if there are any fully developed (or close) and tested implementation of SRGAN (not only SRResNet)?

Thanks

42binwang commented 7 years ago

Hi @rmalav15 , How about this one, https://github.com/zsdonghao/SRGAN ?