Questions tagged [fiftyone]
24 questions
4
votes
1 answer
Backup/restore of FiftyOne dynamic data (e.g. tags, detections, and segmentations)
How can I back up dynamic content in a FiftyOne dataset? Tags are the most important data that needs to be backed up. Several of my users will spend quality time manually creating tags in the UI, and I'd like to make sure we back up their work. I…

mherzog
- 1,085
- 1
- 12
- 24
2
votes
2 answers
Fiftyone database error- Renamed existing log file and Subprocess exited with error 100
This is an error that I've been running into lately when I go to start a fresh instance of a fiftyone. Here it is:
Process 8027 (service/main.py --51-service db --multi) did not respond
{"t":{"$date":"2022-12-13T12:43:10.939Z"},"s":"I", …

Isaac Padberg
- 200
- 8
2
votes
1 answer
Exclude certain classes when loading dataset with fiftyone
I am trying to get a bunch of images from open images to use for training a object detection classifier.
I found that probably the easiest way to get images from open images is to use the python program FiftyOne.
Using FiftyOne I can download the…

XPModder
- 303
- 4
- 16
2
votes
1 answer
Uploading large dataset from FiftyOne to CVAT
I'm trying to upload around 15GB of data from FiftyOne to CVAT using the 'annotate' function in order to fix annotations. The task is divided into jobs of 50 samples. During the sample upload, I get an 'Error 504 Gateway Time-Out' error. I can see…

IBer
- 21
- 3
2
votes
1 answer
Diagnose crashes of FiftyOne app – logs or other tools
We need to make a FiftyOne instance available to multiple users via a web browser. We need to start a process and have it run, even after we log off from the session that initiated the app processes.
I’m using the following command to start the…

Cola
- 2,097
- 4
- 24
- 30
1
vote
1 answer
voxel51 / fiftyone: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
After installing and running fiftyone in python (using ubuntu 22.04), you get:
error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory

Sam De Meyer
- 2,031
- 1
- 25
- 32
1
vote
1 answer
How can I use extern image link in Fiftyone?
Is this possible to use an extern images link (in google image for example) in fiftyone instead of downloading images and loading them?
If it's not the case, did you know if an alternative exists?

Faulheit
- 116
- 7
1
vote
1 answer
Loading a .tiff dataset in FiftyOne through browser
I have a .tiff image dataset that I want to load in FiftyOne. I’ve gone through the Docs and only found Geotiff dataType so I load it as a fiftyone.types.ImageDirectory.
I got: Type image/tiff may not be supported.
Came on SOF searching for a…

H A L I M
- 13
- 3
1
vote
1 answer
Load (import) an existing non-sample CVAT Project to fiftyone as Dataset
I am trying
import fiftyone as fo
dataset = fo.load_dataset("import_test")
the project which exists and have such project name, I've created in CVAT before.
Such call was used in https://githubhelp.com/voxel51/fiftyone/issues/1611
but I am…

MosQuan
- 85
- 1
- 11
1
vote
2 answers
How to use fiftyone for exploring the instance segmentation of custom coco data?
How to use fiftyone for exploring the instance segmentation of custom coco data? It has documentation for coco dataset but I couldn't find any resource for custom coco dataset.

Sai Dinesh Pola
- 103
- 1
- 7
1
vote
1 answer
FiftyOne Save Image with Overlaid Detections
I am using Pytorch and Fiftyone to process image detections and then visualize these image detections around people like so:
However, I am having difficulty saving this in an easily viewable manner. I want to be able to save the processed image…

figbar
- 714
- 12
- 35
1
vote
1 answer
How to extract foreground objects from COCO dataset or Open Images V6 Dataset?
Currently, I am preparing a synthetic dataset for object detection task. There are annotated datasets available for this kind of tasks like COCO dataset and Open Images V6. I am trying to download the images from there but only the foreground…

Dev01
- 149
- 1
- 9
0
votes
1 answer
fiftyone launch_app suddenly not working in jupyterlab / jupyter notebook / vsc
I have an old script of mine that stopped working suddenly
everything work fine until the visualize step:
session = fo.launch_app(dataset)
seems the cell running and open a space for the app but it doesn't appear in notebook
i've tried to run it in…

Bar Cohen
- 71
- 6
0
votes
1 answer
I don't know how to use fiftyone
I have a labeling JSON file for images that looks like this
(https://i.stack.imgur.com/Z6ZYn.png)
Here's an example of an image(Multiple images of the same format exist)
(https://i.stack.imgur.com/g6PML.jpg)
I need help importing the above two files…

user21840384
- 11
- 1
0
votes
0 answers
Unable to import fiftyone in sagemaker jupyter notebook
I am using python version 3.7.12 in sagemaker jupyter notebook.
I could do a !pip install fiftyone in the notebook but when I am trying to import fiftyone as fo it is giving me below error:
ConnectionError: Could not connect to 'mongod'
I have…