Commit ·
8c77480
1
Parent(s): 4b99d00
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,12 +4,13 @@ license: mit
|
|
| 4 |
This model can create line-drawings using an xDoG algorithmic effect with predicted parametrizations.
|
| 5 |
|
| 6 |
[Demo space of framework](https://huggingface.co/spaces/MaxReimann/Whitebox-Style-Transfer-Editing)
|
| 7 |
-
|
| 8 |
Code for framework: [https://github.com/winfried-ripken/wise](https://github.com/winfried-ripken/wise)
|
|
|
|
| 9 |
Paper on Arxiv: [arxiv/2207.14606](https://arxiv.org/abs/2207.14606)
|
| 10 |
|
| 11 |
|
| 12 |
-
<img src='xdog_apdrawing.jpg'/>
|
| 13 |
|
| 14 |
|
| 15 |
[WISE: Whitebox Image Stylization by Example-based Learning](https://ivpg.hpi3d.de/wise)
|
|
@@ -21,4 +22,15 @@ Paper on Arxiv: [arxiv/2207.14606](https://arxiv.org/abs/2207.14606)
|
|
| 21 |
[Matthias Trapp](https://hpi.de/doellner/people/trapp.html)<sup>1</sup> <br>
|
| 22 |
<sup>1</sup>Hasso Plattner Institute, University of Potsdam, Germany, <sup>2</sup>Digitalmasterpieces GmbH, Germany<br/>
|
| 23 |
\*denotes equal contribution
|
| 24 |
-
in ECCV 2022
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
This model can create line-drawings using an xDoG algorithmic effect with predicted parametrizations.
|
| 5 |
|
| 6 |
[Demo space of framework](https://huggingface.co/spaces/MaxReimann/Whitebox-Style-Transfer-Editing)
|
| 7 |
+
<br>
|
| 8 |
Code for framework: [https://github.com/winfried-ripken/wise](https://github.com/winfried-ripken/wise)
|
| 9 |
+
<br>
|
| 10 |
Paper on Arxiv: [arxiv/2207.14606](https://arxiv.org/abs/2207.14606)
|
| 11 |
|
| 12 |
|
| 13 |
+
<img src='https://huggingface.co/MaxReimann/WISE-APDrawing-XDoG/resolve/main/xdog_apdrawing.jpg'/>
|
| 14 |
|
| 15 |
|
| 16 |
[WISE: Whitebox Image Stylization by Example-based Learning](https://ivpg.hpi3d.de/wise)
|
|
|
|
| 22 |
[Matthias Trapp](https://hpi.de/doellner/people/trapp.html)<sup>1</sup> <br>
|
| 23 |
<sup>1</sup>Hasso Plattner Institute, University of Potsdam, Germany, <sup>2</sup>Digitalmasterpieces GmbH, Germany<br/>
|
| 24 |
\*denotes equal contribution
|
| 25 |
+
in ECCV 2022
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
``` latex
|
| 29 |
+
@InProceedings{loetzsch2022wise,
|
| 30 |
+
title={WISE: Whitebox Image Stylization by Example-based Learning},
|
| 31 |
+
author={Lötzsch, Winfried and Reimann, Max and Büssemeyer, Martin and Semmo, Amir and Döllner, Jürgen and Trapp, Matthias},
|
| 32 |
+
title="WISE: Whitebox Image Stylization by Example-Based Learning",
|
| 33 |
+
booktitle="Computer Vision -- ECCV 2022",
|
| 34 |
+
year="2022"
|
| 35 |
+
}
|
| 36 |
+
```
|