Kibeom-Hong / Domain-Aware-Style-Transfer

Official Implementation of Domain-Aware Universal Style Transfer
Other
103 stars 13 forks source link

Style transfer with seg #15

Open qifengluo opened 1 month ago

qifengluo commented 1 month ago

Hi, I see that the project seems to provide style transfer based with seg, but there is no baseline_seg, and the relevant code in baseline_models_seg has also been annotated.

Kibeom-Hong commented 1 month ago

Hi!

Please refer to baseline model with segment file

Also you can get the annotated segmentation from WCT2 (ICCV 2019) Official implementation github code

qifengluo commented 1 month ago

Thanks, I ran successfully. And I also want to ask, I see many style transfer programs, but none of them have provided evaluation codes (like SSIM, SIFID, LPIPS). Is there any evaluation program that can refer?