linfengWen98 / CAP-VSTNet

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

Are img_1.jpg and img_2.png content and style images #10

Closed Lucy-IM closed 5 months ago

Lucy-IM commented 11 months ago

Thank you for your excellent work. I would like to ask a question that are img_1.jpg and img_2.png content and style images。respectively /path_to_dir/img_1.jpg /path_to_dir/img_2.png

linfengWen98 commented 11 months ago

This is an example of how a folder can look like. When runing train.py, you need to provide two folders for params --train_content and --train_style respectively. And the two folders can be the same.

Lucy-IM commented 11 months ago

@linfengWen98 Nice to receive your reply. In the “This is an example of how a folder can look like. When runing train.py, you need to provide two folders for params --train_content and --train_style respectively. And the two folders can be the same.”, train_content folder and train_style folder can be exactly the same, right?

linfengWen98 commented 11 months ago

@linfengWen98 Nice to receive your reply. In the “This is an example of how a folder can look like. When runing train.py, you need to provide two folders for params --train_content and --train_style respectively. And the two folders can be the same.”, train_content folder and train_style folder can be exactly the same, right?

Yes. During training, two different batches of images will be selected.