You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But, when i calculating distance with test_network.py and loading model /PerceptualSimilarity/lpips/weights/v0.1/alex.pth
the distance will be
Distances: (0.722, 0.138)
But, when i calculating distance with test_network.py and loading model that i have trained /checkpoints/alex_1/latest_net_.pth
the distance will be
Distances: (0.439, 0.088)
Shouldn't the distance be similar?
The text was updated successfully, but these errors were encountered:
Hi,
i have traiened the net how it's specified in https://github.com/richzhang/PerceptualSimilarity#d-using-the-dataset-to-train-the-metric
But, when i calculating distance with test_network.py and loading model /PerceptualSimilarity/lpips/weights/v0.1/alex.pth
the distance will be
Distances: (0.722, 0.138)
But, when i calculating distance with test_network.py and loading model that i have trained /checkpoints/alex_1/latest_net_.pth
the distance will be
Distances: (0.439, 0.088)
Shouldn't the distance be similar?
The text was updated successfully, but these errors were encountered: