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] Unable to sort patch by similarity on FiftyOne App #5383

Open
1 of 3 tasks
Yuxuan1998 opened this issue Jan 14, 2025 · 0 comments
Open
1 of 3 tasks

[BUG] Unable to sort patch by similarity on FiftyOne App #5383

Yuxuan1998 opened this issue Jan 14, 2025 · 0 comments
Labels
bug Bug fixes

Comments

@Yuxuan1998
Copy link

Describe the problem

I was trying to sort samples (ground truth patches) by similarity through following object similarity app user guide and FiftyOne brain object similarity tutorial

However, there is no response from the FiftyOne App. I tried to reduce the size of sample to 20, but the sort functionality was still not working.

FYI image similarity works fine.

Code to reproduce issue

import webbrowser
import fiftyone as fo
import fiftyone.brain as fob
import fiftyone.zoo as foz

dataset = foz.load_zoo_dataset("quickstart")

fob.compute_similarity(
    dataset,
    patches_field="ground_truth",
    model="clip-vit-base32-torch",
    brain_key="gt_sim",
)

session = fo.launch_app(dataset, port=3030, auto=False)
webbrowser.open("http://localhost:3030")
Screenshot 2025-01-14 at 4 50 07 PM The app remains like this :(

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 22.04): Apple M1 Max macOS 15.2
  • Python version (python --version): Python 3.11.3
  • FiftyOne version (fiftyone --version): FiftyOne v1.1.0, Voxel51, Inc.
  • FiftyOne installed from (pip or source): pip

Other info/logs

NA

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
@Yuxuan1998 Yuxuan1998 added the bug Bug fixes label Jan 14, 2025
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