MaxReimann commited on
Update README.md
Browse files
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
|
| 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 |

|
| 27 |
|
| 28 |
-
To run
|
| 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 |

|
| 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.
|