Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 652 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 652 Bytes

Selective Style Transfer

Selective Style Transfer is a user interactive graphics editor that allows the user to control (to an extent) the Style Transfer algorithm using masks. Semantic Segmentation is also used to create machine-chosen masks.

Installation

Use the package manager pip to install the following libraries (recommended to use Anaconda).

pip install PyTorch
pip install TensorFlow
pip install PyQT5

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.