rgeirhos / Stylized-ImageNet

Code to create Stylized-ImageNet, a stylized version of standard ImageNet (ICLR 2019 Oral)
https://openreview.net/forum?id=Bygh9j09KX
MIT License
506 stars 63 forks source link

About checkpoint file #11

Closed wangtingwei1993 closed 4 years ago

wangtingwei1993 commented 4 years ago

Hi, I just want to double check that you use the pre-trained vgg19 and decoder networks from AdaIN paper to stylize the ImageNet dataset, right? You did not re-train the decoder based on your dataset.

Please point out if I make any mistake.

Thanks!

rgeirhos commented 4 years ago

Yes. I used the vanilla setup from https://github.com/naoto0804/pytorch-AdaIN without any re-training. BTW, perhaps you may also take a look at https://github.com/bethgelab/stylize-datasets which may be a bit easier to use.