dukebw / LOHO

Demo code for "LOHO: Latent Optimization of Hairstyles via Orthogonalization".
175 stars 23 forks source link

Importing compare_ssim error #11

Closed dwyoun closed 2 years ago

dwyoun commented 2 years ago

Hi,

Really thank you for sharing you works.

By the way, I suppose that networks/lpips/init.py should be fixed. May need to fix line 6.

from skimage.metrics import structural_similarity as compare_ssim instead of from skimage.measure import compare_ssim

Thanks again.

Cheers, Dale

RohitSaha commented 2 years ago

Thanks Dale for pointing this out!