MaxReimann
commited on
Commit
β’
88eca36
1
Parent(s):
3a4b39d
Update 4_π_Readme.py
Browse files- pages/4_π_Readme.py +6 -1
pages/4_π_Readme.py
CHANGED
@@ -19,7 +19,12 @@ st.markdown("""
|
|
19 |
- On the " local editing" page, individual parameter masks can be edited regionally. Choose the parameter on the left sidebar, and use the parameter strength slider to either increase or decrease the strength of the drawn strokes
|
20 |
- Strokes on the drawing canvas (left column) are updated in real-time on the result in the right column.
|
21 |
- Strokes stay on the canvas unless manually deleted by clicking the trash button. To remove them from the canvas after each stroke, tick the corresponding checkbox in the sidebar.
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
23 |
### Links & Paper
|
24 |
**[Project page](https://ivpg.hpi3d.de/wise/),
|
25 |
[arxiv link](https://arxiv.org/abs/2207.14606),
|
|
|
19 |
- On the " local editing" page, individual parameter masks can be edited regionally. Choose the parameter on the left sidebar, and use the parameter strength slider to either increase or decrease the strength of the drawn strokes
|
20 |
- Strokes on the drawing canvas (left column) are updated in real-time on the result in the right column.
|
21 |
- Strokes stay on the canvas unless manually deleted by clicking the trash button. To remove them from the canvas after each stroke, tick the corresponding checkbox in the sidebar.
|
22 |
+
|
23 |
+
### xDoG Prediction
|
24 |
+
- demonstrates parameter prediction networks for line drawings using extended difference of gaussians(xDoG), trained on the APdrawing dataset
|
25 |
+
- The effect pipeline uses a post-processing cnn, to stylize features which are not able to be stylized by xDoG.
|
26 |
+
- To see the xdog output without post-processing, click the checkmark. Control the global parameters of xDoG using the sliders
|
27 |
+
|
28 |
### Links & Paper
|
29 |
**[Project page](https://ivpg.hpi3d.de/wise/),
|
30 |
[arxiv link](https://arxiv.org/abs/2207.14606),
|