sunshineatnoon / LinearStyleTransfer

This is the Pytorch implementation of "Learning Linear Transformations for Fast Image and Video Style Transfer" (CVPR 2019).
https://sites.google.com/view/linear-style-transfer-cvpr19/
BSD 2-Clause "Simplified" License
379 stars 88 forks source link

code about encoder and decoder pretrain #11

Closed lynlynlyn96 closed 4 years ago

lynlynlyn96 commented 4 years ago

Hi I had read your paper "Learning Linear Transformations for Fast Image and Video Style Transfer". And it was a great inspiration to me. Now I want to use encoder and decoder module pretrained in my own dataset. I hope you can provide the code of the pretraining process. It will be very helpful to me. Thank you for taking the time.

sunshineatnoon commented 4 years ago

We use the pre-trained encoder and decoder from the WCT paper, please reach out the authors for encoder and decoder training code.