MaxReimann commited on
Commit
6734357
β€’
1 Parent(s): 4b98912

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -18,14 +18,14 @@ After optimization, parameters can be tuned by hand to achieve a desired look.
18
 
19
 
20
  ### How does it work?
21
- 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.
22
 
23
  ## πŸš€ Try it out πŸš€
24
  **Our demo is now on huggingface: [huggingface/Whitebox-Style-Transfer-Editing](https://huggingface.co/spaces/MaxReimann/Whitebox-Style-Transfer-Editing)**
25
 
26
  ![Streamlit Screenshot](images/screen_wise_demo.jpg?raw=true "WISE Editing Demo")
27
 
28
- To run it **locally**, clone the repo recursively and install the dependencies in requirements.txt. Set HUGGINGFACE to false in demo_config.py.
29
  Then run the streamlit app using `streamlit run Whitebox_style_transfer.py`
30
 
31
 
@@ -39,4 +39,4 @@ Then run the streamlit app using `streamlit run Whitebox_style_transfer.py`
39
 
40
  ### Further notes
41
  Pull Requests and further improvements welcome.
42
- 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.
 
18
 
19
 
20
  ### How does it work?
21
+ 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 for each filter.
22
 
23
  ## πŸš€ Try it out πŸš€
24
  **Our demo is now on huggingface: [huggingface/Whitebox-Style-Transfer-Editing](https://huggingface.co/spaces/MaxReimann/Whitebox-Style-Transfer-Editing)**
25
 
26
  ![Streamlit Screenshot](images/screen_wise_demo.jpg?raw=true "WISE Editing Demo")
27
 
28
+ To run **locally**, clone the repo recursively and install the dependencies in requirements.txt. Set HUGGINGFACE to false in demo_config.py.
29
  Then run the streamlit app using `streamlit run Whitebox_style_transfer.py`
30
 
31
 
 
39
 
40
  ### Further notes
41
  Pull Requests and further improvements welcome.
42
+ 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.