Sigurdur commited on
Commit
6ba4400
·
1 Parent(s): 012980a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
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
+ ![Upscale](./figures/outputA.png)
11
+
12
+ ![licence-plate-scaling](./figures/outputB.png)
13
+
14
+ # Author
15
+
16
+ Sigurdur Haukur Birgisson