linfengWen98 / CAP-VSTNet

[CVPR 2023] CAP-VSTNet: Content Affinity Preserved Versatile Style Transfer
MIT License
120 stars 8 forks source link

Ablation Study #5

Closed mariosvlachoulis closed 12 months ago

mariosvlachoulis commented 1 year ago

Hi! Great work and approach. Is it possible to include the code for the alternative architectures used for the ablation study? Thanks!

linfengWen98 commented 12 months ago

The code has been updated. The inverted residual is based on Mobilenetv2. The MLP is implemented with InvConv2d. For other architectures, just change the hyperparameters or annotation the code.

mariosvlachoulis commented 12 months ago

Great. Thanks a lot!