Spaces:
Runtime error
Runtime error
n1kkqt
commited on
Commit
β’
fb28f73
1
Parent(s):
6e7b2f8
Add app
Browse files- README.md +8 -22
- gradio_app.py β app.py +0 -0
README.md
CHANGED
@@ -1,22 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
2. Different images in the dataset
|
10 |
-
3. No local features network added
|
11 |
-
4. All image pairs are acquired via the xdog algorithm whereas in the paper, real line art images were also used to train the model
|
12 |
-
|
13 |
-
Because of these differences, the results are slightly worse but the model was trained significantly faster and the process of collecting data did not take too long.
|
14 |
-
|
15 |
-
## Model weights
|
16 |
-
https://download938.mediafire.com/nd1xp1xdgitg/aig8n36f4vrne6t/gen_373000.pth
|
17 |
-
|
18 |
-
## Colorization examples
|
19 |
-
All these images were colorized by the alacgan neural network
|
20 |
-
|
21 |
-
![Results of colorization](https://i.imgur.com/qngw4BI.png)
|
22 |
-
|
|
|
1 |
+
title: Line Art Colorization
|
2 |
+
emoji: π
|
3 |
+
colorFrom: green
|
4 |
+
colorTo: yellow
|
5 |
+
sdk: gradio
|
6 |
+
sdk_version: 3.17.0
|
7 |
+
app_file: app.py
|
8 |
+
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gradio_app.py β app.py
RENAMED
File without changes
|