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
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")
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
The text was updated successfully, but these errors were encountered:
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
System information
python --version
): Python 3.11.3fiftyone --version
): FiftyOne v1.1.0, Voxel51, Inc.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?
from the FiftyOne community
The text was updated successfully, but these errors were encountered: