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

LPIPS for other models #74

Open
MalharJ opened this issue Jul 28, 2021 · 1 comment
Open

LPIPS for other models #74

MalharJ opened this issue Jul 28, 2021 · 1 comment

Comments

@MalharJ
Copy link

MalharJ commented Jul 28, 2021

How can I experiment with resnet models? The library currently supports only vgg, alexnet and squeezenet models.

@richzhang
Copy link
Owner

You can trace from the LPIPS class on down: https://github.com/richzhang/PerceptualSimilarity/blob/master/lpips/lpips.py#L84. It'll involve adding the network to this file: https://github.com/richzhang/PerceptualSimilarity/blob/master/lpips/pretrained_networks.py.

Good luck -- looking forward to seeing what you get

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