You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to remove duplicate images on my dataset but I encountered this issue
Code to reproduce issue
fob.compute_similarity(
dataset,
model="clip-vit-base32-torch", # store model's name for future use
embeddings=clip_embeddings, # precomputed image embeddings
brain_key="img_sim",
)
System information
OS Platform and Distribution (e.g., Linux Ubuntu 22.04): Windows 11 Pro
Python version (python --version): 3.9.13
FiftyOne version (fiftyone --version): 0.25.1
FiftyOne installed from (pip or source): pip
Other info/logs
Willingness to contribute
The FiftyOne Community encourages bug fix contributions. Would you or another
member of your organization be willing to contribute a fix for this bug to the
FiftyOne codebase?
Yes. I can contribute a fix for this bug independently
Yes. I would be willing to contribute a fix for this bug with guidance
from the FiftyOne community
No. I cannot contribute a bug fix at this time
The text was updated successfully, but these errors were encountered:
Describe the problem
I'm trying to remove duplicate images on my dataset but I encountered this issue
Code to reproduce issue
System information
python --version
): 3.9.13fiftyone --version
): 0.25.1Other info/logs
Willingness to contribute
The FiftyOne Community encourages bug fix contributions. Would you or another
member of your organization be willing to contribute a fix for this bug to the
FiftyOne codebase?
from the FiftyOne community
The text was updated successfully, but these errors were encountered: