sunniesuhyoung / DST

Deformable Style Transfer (ECCV 2020)
https://sunniesuhyoung.github.io/DST-page/
261 stars 35 forks source link

Weights #1

Closed ofirkris closed 4 years ago

ofirkris commented 4 years ago

Hello, Amazing work! Can you share some trained weights for evaluation and testing purpose?

sunniesuhyoung commented 4 years ago

Hi, do you mean the content, warp, and regularization weights? I personally like using content_weight=8, warp_weight=0.5, and reg_weight=50 as I put in job_example.sh!

zwfcrazy commented 3 years ago

The style transfer part optimizes online, it does not need any trained weights. (that's why it takes about 6 minutes to generate an image) The feature extraction part requires imagenet pretrained VGGnet weights, which will be automatically downloaded by Pytorch when running for the first time.