Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
---
|
| 3 |
+
|
| 4 |
+
# Reimplimentation of [Real-Time Single Image and Video Super-Resolution Using an Efficient Sub-Pixel Convolutional Neural Network](https://arxiv.org/abs/1609.05158)
|
| 5 |
+
|
| 6 |
+
CNN that upscales images by a factor of 3. Specifically trained on road and vehicle images. Thus, does well for images from the Icelandic Road and Coastal Administration (IRCA) cameras.
|
| 7 |
+
|
| 8 |
+
## Examples
|
| 9 |
+
|
| 10 |
+

|
| 11 |
+
|
| 12 |
+

|
| 13 |
+
|
| 14 |
+
# Author
|
| 15 |
+
|
| 16 |
+
Sigurdur Haukur Birgisson
|