clovaai / WCT2

Software that can perform photorealistic style transfer without the need of any post-processing steps.
MIT License
875 stars 144 forks source link

some questions about the figure 9 #20

Closed hello-trouble closed 2 years ago

hello-trouble commented 4 years ago

Thank you for your good job ! I have a problem that how to computer the value of SSIM and Gram loss of Figure 9?

youngjung commented 4 years ago

We run HED [32] to convert input and output to edge images and then compute SSIM between them. Gram loss is covariance difference between feature embeddings (VGG19) of input and output images. Please refer to [8] for more details.

jaejun-yoo commented 4 years ago

Were this resolved? There were some people that asked us the same code by email, and we gave them so that I am a little confused if this is the case.