MaxReimann commited on
Commit
fd02643
β€’
1 Parent(s): 8a59bca

Update 3_πŸ“–_Readme.py

Browse files
Files changed (1) hide show
  1. pages/3_πŸ“–_Readme.py +7 -6
pages/3_πŸ“–_Readme.py CHANGED
@@ -2,17 +2,19 @@ import streamlit as st
2
 
3
  st.title("White-box Style Transfer Editing")
4
 
 
5
  st.markdown("""
6
  This app demonstrates the editing capabilities of the White-box Style Transfer Editing (WISE) framework.
7
  It optimizes the parameters of classical image processing filters to match a given style image.
8
- After optimization, parameters can be tuned by hand to achieve a desired look.
9
 
10
  ### How does it work?
11
  We provide a small stylization effect that contains several filters such as bump mapping or edge enhancement that can be optimized. The optimization yields so-called parameter masks, which contain per pixel parameter settings of each filter.
12
-
13
- ### How to use the app ?
14
- - On the first page select existing content/style combinations or upload images to optimize.
15
  - After the effect has been applied, use the parameter sliders to adjust a parameter value globally
 
 
16
  - On the "apply preset" page, we defined several parameter presets that can be drawn on the image. Press "Apply" to make the changes permanent
17
  - 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
18
  - Strokes on the drawing canvas (left column) are updated in real-time on the result in the right column.
@@ -27,6 +29,5 @@ st.markdown("""
27
 
28
  ### Further notes
29
  Pull Requests and further improvements are very welcome.
30
- On huggingface, optimization is currently disabled because it takes ~5min to optimize. If you want to try out your own images, please check out the app on [github](https://github.com/MaxReimann/WISE-Editing).
31
  Please note that the shown effect is a minimal pipeline in terms of stylization capability, the much more feature-rich oilpaint and watercolor pipelines we show in our ECCV paper cannot be open-sourced due to IP reasons.
32
- """)
 
2
 
3
  st.title("White-box Style Transfer Editing")
4
 
5
+ print("readme opened")
6
  st.markdown("""
7
  This app demonstrates the editing capabilities of the White-box Style Transfer Editing (WISE) framework.
8
  It optimizes the parameters of classical image processing filters to match a given style image.
 
9
 
10
  ### How does it work?
11
  We provide a small stylization effect that contains several filters such as bump mapping or edge enhancement that can be optimized. The optimization yields so-called parameter masks, which contain per pixel parameter settings of each filter.
12
+
13
+ ### Global Editing
14
+ - On the first page select existing content/style combinations or upload images to optimize, which takes ~5min.
15
  - After the effect has been applied, use the parameter sliders to adjust a parameter value globally
16
+
17
+ ### Local Editing
18
  - On the "apply preset" page, we defined several parameter presets that can be drawn on the image. Press "Apply" to make the changes permanent
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.
 
29
 
30
  ### Further notes
31
  Pull Requests and further improvements are very welcome.
 
32
  Please note that the shown effect is a minimal pipeline in terms of stylization capability, the much more feature-rich oilpaint and watercolor pipelines we show in our ECCV paper cannot be open-sourced due to IP reasons.
33
+ """)