Duplicated functions
victorca25 opened this issue · 1 comments
Hello! I just noticed the rgb2lab, tensor2im and im2tensor functions are duplicated in init:
-
rgb2lab (actually, the function name is there twice, but the functions are different):
PerceptualSimilarity/lpips/__init__.py
Line 27 in 3767a70
PerceptualSimilarity/lpips/__init__.py
Line 87 in 3767a70
-
tensor2im:
PerceptualSimilarity/lpips/__init__.py
Line 91 in 3767a70
PerceptualSimilarity/lpips/__init__.py
Line 104 in 3767a70
-
im2tensor:
PerceptualSimilarity/lpips/__init__.py
Line 96 in 3767a70
PerceptualSimilarity/lpips/__init__.py
Line 110 in 3767a70
Thanks for catching that! I removed the functions