fiftyone-plugins icon indicating copy to clipboard operation
fiftyone-plugins copied to clipboard

A curated list of plugins that you can add to your FiftyOne install!

Results 23 fiftyone-plugins issues
Sort by recently updated
recently updated
newest added

Adds a `@voxel51/utils/reload_saved_view` operator that allows the user to trigger a `reload()` of a generated view (patches, frames, clips). On `fiftyone>=1.0.0`, the operator inspects the `last_modified_at` times of the view...

Updates all delegated operations that support the new `progress` callbacks introduced in https://github.com/voxel51/fiftyone/pull/3979 to report their current progress every 5 seconds.

enhancement

Adds a `@voxel51/utils/load_default_view` operator that will load a default saved view, if one is registered, whenever datasets are opened in the App. ## TODO BEFORE MERGING - not sure we...

This change makes it so that the available annotation backends in the `request_annotations` operator can be configured by setting the following secrets: ``` # Example: only show cvat and labelstudio...

enhancement

I wanted to add a new plugin. in _execute()_ function I select some samples. I want to show them when the operation is done. For this purpose in _execute()_ function...

The 'plugins' plugin has an operation to generate a plugin skeleton. When selecting the 'Has Placement' option, the generated code (at least the one which can be previewed) does not...