sunshineatnoon / LinearStyleTransfer

This is the Pytorch implementation of "Learning Linear Transformations for Fast Image and Video Style Transfer" (CVPR 2019).
https://sites.google.com/view/linear-style-transfer-cvpr19/
BSD 2-Clause "Simplified" License
379 stars 88 forks source link

Photorealistic style transfer with segmentation results are all grayish #4

Closed lQingRu closed 4 years ago

lQingRu commented 5 years ago

I have tried segmenting a very simple architecture image as seen below: (All images are in .jpg format)

Content image and its segmented image: Architecture_3 Architecture_3

Style image and its segmented image: Architecture_5 Architecture_5

Output: Architecture_3_5-3

All the images I have tried, with relatively similar segmentation classes, received the same output where the image appears to be grayish and blurred. Could you please explain if there are additional criteria i need to take into consideration when styling images with segmentation? Or any extra parameters I need to tweak?

sunshineatnoon commented 5 years ago

I suppose you are trying the photo-realistic style transfer? Could you provide me the images you use and the command you tried?

sunshineatnoon commented 4 years ago

Close due to inactivity, please feel free to re-open.