Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Compute Similiarity not working on Windows 11 #4800

Open
1 of 3 tasks
DarknessVN-1 opened this issue Sep 15, 2024 · 0 comments
Open
1 of 3 tasks

[BUG] Compute Similiarity not working on Windows 11 #4800

DarknessVN-1 opened this issue Sep 15, 2024 · 0 comments
Labels
bug Bug fixes

Comments

@DarknessVN-1
Copy link

Describe the problem

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

458993197_370680635979292_306978393624843902_n

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
@DarknessVN-1 DarknessVN-1 added the bug Bug fixes label Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug fixes
Projects
None yet
Development

No branches or pull requests

1 participant