-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Support of perceptual loss in style transfer #445
Comments
Please check this issue. Have we support perceptual loss in MMGeneration? |
Sure, it's an commonly used feature. We will add this to backlog. We will appreciate it a lot if you'd like to make a PR. |
Thank you for your response. I am very willing to make a PR for adapting the perceptual loss from mmediting to mmgeneration. However, I have a few issues that need to discuss first.
|
Here are my suggestion.
|
Since now we are merging this repo into MMEditing. I also recommend you to try MMEdit-1.x and add this loss item there :). |
Thank you for your suggestions. I have a problem with the returned values. Typically, a loss module in mmgeneration returns one value. However, the |
The manipulation of images could be seen as a conditioned generation. Therefore, the commonly used perceptual loss in style transfer is essential in some generation tasks. However, the mmgeneration only supports perceptual loss in the LPIP metric.
Is it possible to support the perceptual loss for style transfer as in the mmediting?
The text was updated successfully, but these errors were encountered: