CompVis / adaptive-style-transfer

source code for the ECCV18 paper A Style-Aware Content Loss for Real-time HD Style Transfer
https://compvis.github.io/adaptive-style-transfer/
GNU General Public License v3.0
723 stars 139 forks source link

About the style image grouping. #38

Closed NNNNAI closed 3 years ago

NNNNAI commented 4 years ago

In the paper, you have mentioned a VGG16 network C used for Style Image Grouping.Is the pretrained model available?Many thanks.

hello-trouble commented 3 years ago

Hello, I am also interested in the style image grouping . Have you solved it ? How to choose some pictures with different style as much as possible?

asanakoy commented 3 years ago

Hi, the pretrained model is not available yet. I don't have a concrete plan to release it now, however, I may release it in the next few months.

hello-trouble commented 3 years ago

Thank you very much for your reply. I want to select images with different style as much as possible, such as different color. I am puzzled about this problems

asanakoy commented 3 years ago

Hey. Sorry, I completely forgot, that the model was actually available all the time. If you go to https://github.com/CompVis/adaptive-style-transfer/tree/master/evaluation and download all the evaluation data by running https://github.com/CompVis/adaptive-style-transfer/blob/master/evaluation/download_evaluation_data.py - there will be also the model weights. And also the code to run the evaluation.

NNNNAI commented 3 years ago

Thanks for your help !~