jterrace / pyssim

A Python module for computing the Structural Similarity Image Metric (SSIM)
MIT License
339 stars 62 forks source link

Can‘t import pyssim #48

Closed AudioHackerZ closed 7 months ago

AudioHackerZ commented 7 months ago

I want to use this algorithm in my project, but I found that this module cannot be imported using 'from pyssim import ssim'. Can someone tell me how to resolve this?

jterrace commented 7 months ago

You want import ssim, which is the module name, not pyssim.