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
It takes [6.6m elapsed, 0s remaining, 14.8 samples/s] just to import the data to the API from the disk (!).
That's only for a very small dataset. I'd hate to imagine what would happen for 10k-100k image sets.
What happens under-the-hood? Why is this so slow? For comparison, using the "classic" pycocotools COCO API just takes a few seconds to load a coco dataset.
Willingness to contribute
The FiftyOne Community encourages new feature contributions. Would you or
another member of your organization be willing to contribute an implementation
of this feature?
Yes. I can contribute this feature independently.
[X ] Yes. I would be willing to contribute this feature with guidance from
the FiftyOne community.
No. I cannot contribute this feature at this time.
The text was updated successfully, but these errors were encountered:
Proposal Summary
Make OpenImageV6 dataset import faster
Motivation
Simply loading a pre-existing dataset from the disk to the API should take seconds, not minutes..!
Details
I'm new to fiftyone. I started by loading a 5K subset of OpenImageV6:
so far so good. Dowloading takes a few minutes, of course, but when I do this:
It takes
[6.6m elapsed, 0s remaining, 14.8 samples/s]
just to import the data to the API from the disk (!).That's only for a very small dataset. I'd hate to imagine what would happen for 10k-100k image sets.
What happens under-the-hood? Why is this so slow? For comparison, using the "classic" pycocotools COCO API just takes a few seconds to load a coco dataset.
Willingness to contribute
The FiftyOne Community encourages new feature contributions. Would you or
another member of your organization be willing to contribute an implementation
of this feature?
the FiftyOne community.
The text was updated successfully, but these errors were encountered: