Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This is super resolution model to upscale anime like illustration image by 4x.
|
2 |
+
|
3 |
+
This model can upscale 256x256 image to 1024x1024 within around 20[ms] on GPU and around 250[ms] on CPU.
|
4 |
+
|
5 |
+
Example is [here](https://github.com/xiong-jie-y/ml-examples/tree/master/realtime_srgan_anime).
|
6 |
+
|
7 |
+
License: MIT License
|