Skip to content
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

Add perceptual loss from pre-trained CNN #7

Open
RobinCSIRO opened this issue Mar 7, 2018 · 1 comment
Open

Add perceptual loss from pre-trained CNN #7

RobinCSIRO opened this issue Mar 7, 2018 · 1 comment

Comments

@RobinCSIRO
Copy link

Hi, @tadax, thank you very much for your project. I am new to the task of 'image inpainting', and I noticed that most of papers of this project adopt another loss, called perceptual loss by calculating the difference of reconstructed image and original image with the feature vector extracted from a pre-trained CNN (e.g., VGG16). Could you please show me how to add such loss into your model or recommend me some other implementation you know to realize such tasks? Thank you very much~~

@Abhi001vj
Copy link

may be there is no need to use another model for perceptual loss as this network has two discriminators which are doing this already if I understand this correctly . Thats what i thought when I looked at the abstract for the project in the website for the paper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants