Skip to content

No module named 'imagededup.evaluation' #199

@papayalove

Description

@papayalove
import imagededup
from imagededup.utils import plot_duplicates
from imagededup.methods.hashing import PHash
from imagededup.handlers import search
import imagededup.evaluation
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[76], line 5
      3 from imagededup.methods.hashing import PHash
      4 from imagededup.handlers import search
----> 5 import imagededup.evaluation

ModuleNotFoundError: No module named 'imagededup.evaluation'

I can import PHash by using from imagededup.methods.hashing import PHash. But I cannot import cnn and evaluation

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions