-
Notifications
You must be signed in to change notification settings - Fork 474
Open
Description
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
Labels
No labels