This is a Pytorch implementation of the paper "Rethinking Style Transfer: From Pixels to Parameterized Brushstrokes".
Pytorch (>= 1.8 (required))
Neural monitor (For logging)
python main.py /path/to/content/image /path/to/style/image
Type python main.py
to see all available options.
Similarities
- The renderer and the initialization schemes are no-brainer adaptations from the official repo.
- The training schemes (including learning rates and optimizers) are the same.
- The visual results look largely similar.
Differences
- Some minor details regarding the style losses are different.