Modify README links

This commit is contained in:
Drake Levy
2017-03-14 13:16:25 -07:00
parent 8a1941bad3
commit 4dfb7a8e71
+3 -3
View File
@@ -28,13 +28,13 @@ Also includes script `expand_data.py` which scales and rotates all the images in
<br>
Original butterfly image:
<br>
![orig](https://github.com/drakelevy/FSRCNN-Tensorflow/blob/master/result/original.png)<br>
![orig](https://github.com/drakelevy/FSRCNN-Tensorflow/blob/master/result/original.png?raw=true)<br>
Bicubic interpolated image:
<br>
![bicubic](https://github.com/drakelevy/FSRCNN-Tensorflow/blob/master/result/bicubic.png)<br>
![bicubic](https://github.com/drakelevy/FSRCNN-Tensorflow/blob/master/result/bicubic.png?raw=true)<br>
Super-resolved image:
<br>
![srcnn](https://github.com/drakelevy/FSRCNN-Tensorflow/blob/master/result/fsrcnn.png)
![srcnn](https://github.com/drakelevy/FSRCNN-Tensorflow/blob/master/result/fsrcnn.png?raw=true)
## References
* [tegg89/SRCNN-Tensorflow](https://github.com/tegg89/SRCNN-Tensorflow)