abc.ABC
fiftyone.core.utils.Batcher
- Base class for iterating over the elements of an iterable in batches.fiftyone.core.utils.BaseDynamicBatcher
- Class for iterating over the elements of an iterable with a dynamic batch size to achieve a desired target measurement.fiftyone.core.utils.ContentSizeDynamicBatcher
- Class for iterating over the elements of an iterable with a dynamic batch size to achieve a desired content size.fiftyone.core.utils.LatencyDynamicBatcher
- Class for iterating over the elements of an iterable with a dynamic batch size to achieve a desired latency.fiftyone.core.utils.StaticBatcher
- Class for iterating over the elements of an iterable with a static batch size.fiftyone.internal.secrets.providers.iprovider.ISecretProvider
- No class docstring; 4/4 methods documentedfiftyone.internal.secrets.providers.local.EnvSecretProvider
- Exposes secrets from environment variables.fiftyone.internal.secrets.secret.AbstractSecret
- Abstract secret.fiftyone.internal.secrets.secret.UnencryptedSecret
- FiftyOne secret with plaintext value.fiftyone.internal.secrets.secret.ISecret
- Secret interface.fiftyone.internal.secrets.secret.AbstractSecret
- Abstract secret.fiftyone.internal.secrets.secret.UnencryptedSecret
- FiftyOne secret with plaintext value.apache_beam.DoFn
fiftyone.utils.beam.ExportBatch
- Undocumentedfiftyone.utils.beam.ImportBatch
- Undocumentedfiftyone.utils.beam.MergeBatch
- Undocumentedargparse._HelpAction
fiftyone.core.cli._RecursiveHelpAction
- Undocumentedargparse.Action
fiftyone.core.cli._ParseKwargsAction
- Undocumentedfiftyone.core.cli._StoreSizeTupleAction
- Undocumentedenum.Enum
fiftyone.core.storage.FileSystem
- Enumeration of the available file systems.fiftyone.operators.categories.Categories
- Undocumentedfiftyone.operators.message.MessageType
- Message types.fiftyone.operators.types.Places
- The places available to operators in the FiftyOne App.fiftyone.server.color.ColorBy
- Undocumentedfiftyone.server.indexes.IndexType
- Undocumentedfiftyone.server.metadata.MediaType
- Undocumentedfiftyone.server.query.BrainRunType
- Undocumentedfiftyone.server.query.Theme
- Undocumentedfiftyone.utils.openlabel.SegmentationType
- The FiftyOne label type used to store segmentationsenum.IntEnum
fiftyone.service.main.ExitMode
- UndocumentedEnvironmentError
fiftyone.core.context.ContextError
- Exception raised when an action is taken in an unsupported context.eta.core.annotations.AnnotationConfig
fiftyone.utils.annotations.DrawConfig
- No summaryeta.core.config.Config
fiftyone.core.config.Config
- Base class for JSON serializable config classes.fiftyone.core.runs.BaseRunConfig
- Base class for configuring BaseRun
instances.fiftyone.core.annotation.AnnotationMethodConfig
- Base class for configuring AnnotationMethod
instances.fiftyone.utils.annotations.AnnotationBackendConfig
- Base class for configuring an AnnotationBackend
instances.fiftyone.utils.cvat.CVATBackendConfig
- Class for configuring CVATBackend
instances.fiftyone.utils.labelbox.LabelboxBackendConfig
- Class for configuring LabelboxBackend
instances.fiftyone.utils.labelstudio.LabelStudioBackendConfig
- Class for configuring LabelStudioBackend
instances.fiftyone.core.brain.BrainMethodConfig
- Base class for configuring BrainMethod
instances.fiftyone.core.evaluation.EvaluationMethodConfig
- Base class for configuring EvaluationMethod
instances.fiftyone.utils.eval.base.BaseEvaluationMethodConfig
- Base class for configuring evaluation methods.fiftyone.utils.eval.classification.ClassificationEvaluationConfig
- Base class for configuring ClassificationEvaluation
instances.fiftyone.utils.eval.classification.BinaryEvaluationConfig
- Binary evaluation config.fiftyone.utils.eval.classification.SimpleEvaluationConfig
- Simple classification evaluation config.fiftyone.utils.eval.classification.TopKEvaluationConfig
- Top-k classification evaluation config.fiftyone.utils.eval.detection.DetectionEvaluationConfig
- Base class for configuring DetectionEvaluation
instances.fiftyone.utils.eval.activitynet.ActivityNetEvaluationConfig
- ActivityNet-style evaluation config.fiftyone.utils.eval.coco.COCOEvaluationConfig
- COCO-style evaluation config.fiftyone.utils.eval.openimages.OpenImagesEvaluationConfig
- Open Images-style evaluation config.fiftyone.utils.eval.regression.RegressionEvaluationConfig
- Base class for configuring RegressionEvaluation
instances.fiftyone.utils.eval.regression.SimpleEvaluationConfig
- Base class for configuring SimpleEvaluation
instances.fiftyone.utils.eval.segmentation.SegmentationEvaluationConfig
- Base class for configuring SegmentationEvaluation
instances.fiftyone.utils.eval.segmentation.SimpleEvaluationConfig
- Class for configuring SimpleEvaluation
instances.fiftyone.core.runs.RunConfig
- Class for configuring Run
instances.fiftyone.core.runs.BaseRunInfo
- Information about a run on a dataset.fiftyone.core.annotation.AnnotationInfo
- Information about an annotation run on a dataset.fiftyone.core.brain.BrainInfo
- Information about an brain method that has been run on a dataset.fiftyone.core.evaluation.EvaluationInfo
- Information about an evaluation that has been run on a dataset.fiftyone.core.runs.RunInfo
- Information about a run on a dataset.fiftyone.utils.huggingface.HFHubDatasetConfig
- Config for a Hugging Face Hub dataset.fiftyone.utils.huggingface.HFHubParquetFilesDatasetConfig
- Config for a Hugging Face Hub dataset that is stored as parquet files.fiftyone.utils.torch.TorchImageModelConfig
- Configuration for running a TorchImageModel
.fiftyone.utils.clip.zoo.TorchCLIPModelConfig
- Configuration for running a TorchCLIPModel
.fiftyone.utils.open_clip.TorchOpenClipModelConfig
- Configuration for running a TorchOpenClipModel
.fiftyone.utils.sam.SegmentAnythingModelConfig
- Configuration for running a SegmentAnythingModel
.fiftyone.utils.sam2.SegmentAnything2ImageModelConfig
- Configuration for running a SegmentAnything2ImageModel
.fiftyone.utils.sam2.SegmentAnything2VideoModelConfig
- Configuration for running a SegmentAnything2VideoModel
.fiftyone.utils.super_gradients.TorchYoloNasModelConfig
- Configuration for running a TorchYoloNasModel
.fiftyone.zoo.models.torch.TorchvisionImageModelConfig
- Configuration for running a TorchvisionImageModel
.fiftyone.utils.transformers.FiftyOneTransformerConfig
- Configuration for a FiftyOneTransformer
.fiftyone.utils.transformers.FiftyOneZeroShotTransformerConfig
- Configuration for a FiftyOneZeroShotTransformer
.fiftyone.utils.ultralytics.FiftyOneYOLOModelConfig
- Configuration for a FiftyOneYOLOModel
.fiftyone.utils.ultralytics.FiftyOneRTDETRModelConfig
- Configuration for a FiftyOneRTDETRModel
.fiftyone.utils.ultralytics.FiftyOneYOLODetectionModelConfig
- Undocumentedfiftyone.utils.ultralytics.FiftyOneYOLOOBBModelConfig
- Undocumentedfiftyone.utils.ultralytics.FiftyOneYOLOPoseModelConfig
- Undocumentedeta.core.config.Configurable
fiftyone.core.config.Configurable
- Base class for classes that can be initialized with a Config
instance that configures their behavior.fiftyone.core.runs.BaseRun
- Base class for methods that can be run on a dataset.fiftyone.core.annotation.AnnotationMethod
- Base class for annotation methods.fiftyone.utils.annotations.AnnotationBackend
- Base class for annotation backends.fiftyone.utils.cvat.CVATBackend
- Class for interacting with the CVAT annotation backend.fiftyone.utils.labelbox.LabelboxBackend
- Class for interacting with the Labelbox annotation backend.fiftyone.utils.labelstudio.LabelStudioBackend
- Class for interacting with the Label Studio annotation backend.fiftyone.core.brain.BrainMethod
- Base class for brain methods.fiftyone.core.evaluation.EvaluationMethod
- Base class for evaluation methods.fiftyone.utils.eval.base.BaseEvaluationMethod
- Base class for evaluation methods.fiftyone.utils.eval.classification.ClassificationEvaluation
- Base class for classification evaluation methods.fiftyone.utils.eval.classification.BinaryEvaluation
- Binary classification evaluation.fiftyone.utils.eval.classification.SimpleEvaluation
- Standard classification evaluation.fiftyone.utils.eval.classification.TopKEvaluation
- Top-k classification evaluation.fiftyone.utils.eval.detection.DetectionEvaluation
- Base class for detection evaluation methods.fiftyone.utils.eval.activitynet.ActivityNetEvaluation
- ActivityNet-style evaluation.fiftyone.utils.eval.coco.COCOEvaluation
- COCO-style evaluation.fiftyone.utils.eval.openimages.OpenImagesEvaluation
- Open Images-style evaluation.fiftyone.utils.eval.regression.RegressionEvaluation
- Base class for regression evaluation methods.fiftyone.utils.eval.regression.SimpleEvaluation
- Simple regression evaluation.fiftyone.utils.eval.segmentation.SegmentationEvaluation
- Base class for segmentation evaluation methods.fiftyone.utils.eval.segmentation.SimpleEvaluation
- Standard pixelwise segmentation evaluation.fiftyone.core.runs.Run
- Class for runs.eta.core.config.EnvConfig
fiftyone.core.config.EnvConfig
- Undocumentedfiftyone.core.config.AnnotationConfig
- FiftyOne annotation configuration settings.fiftyone.core.config.AppConfig
- FiftyOne App configuration settings.fiftyone.core.config.EvaluationConfig
- FiftyOne evaluation configuration settings.fiftyone.core.config.FiftyOneConfig
- FiftyOne configuration settings.eta.core.config.EnvConfigError
fiftyone.core.config.AppConfigError
- Exception raised when an invalid AppConfig
instance is encountered.fiftyone.core.config.FiftyOneConfigError
- Exception raised when a FiftyOne configuration issue is encountered.eta.core.learning.HasPublishedModel
fiftyone.zoo.models.HasZooModel
- Mixin class for Config classes of fiftyone.core.models.Model
instances whose models are stored in the FiftyOne Model Zoo.fiftyone.utils.clip.zoo.TorchCLIPModelConfig
- Configuration for running a TorchCLIPModel
.fiftyone.utils.open_clip.TorchOpenClipModelConfig
- Configuration for running a TorchOpenClipModel
.fiftyone.utils.sam.SegmentAnythingModelConfig
- Configuration for running a SegmentAnythingModel
.fiftyone.utils.sam2.SegmentAnything2ImageModelConfig
- Configuration for running a SegmentAnything2ImageModel
.fiftyone.utils.sam2.SegmentAnything2VideoModelConfig
- Configuration for running a SegmentAnything2VideoModel
.fiftyone.utils.super_gradients.TorchYoloNasModelConfig
- Configuration for running a TorchYoloNasModel
.fiftyone.utils.transformers.FiftyOneTransformerConfig
- Configuration for a FiftyOneTransformer
.fiftyone.utils.transformers.FiftyOneZeroShotTransformerConfig
- Configuration for a FiftyOneZeroShotTransformer
.fiftyone.utils.ultralytics.FiftyOneYOLOModelConfig
- Configuration for a FiftyOneYOLOModel
.fiftyone.utils.ultralytics.FiftyOneRTDETRModelConfig
- Configuration for a FiftyOneRTDETRModel
.fiftyone.utils.ultralytics.FiftyOneYOLODetectionModelConfig
- Undocumentedfiftyone.utils.ultralytics.FiftyOneYOLOOBBModelConfig
- Undocumentedfiftyone.utils.ultralytics.FiftyOneYOLOPoseModelConfig
- Undocumentedfiftyone.zoo.models.torch.TorchvisionImageModelConfig
- Configuration for running a TorchvisionImageModel
.eta.core.learning.Model
fiftyone.core.models.Model
- Abstract base class for models.fiftyone.utils.eta.ETAModel
- Wrapper for running an eta.core.learning.Model model.fiftyone.utils.sam2.SegmentAnything2VideoModel
- Wrapper for running Segment Anything 2 inference on videos.fiftyone.utils.torch.TorchImageModel
- Wrapper for evaluating a Torch model on images.fiftyone.utils.clip.zoo.TorchCLIPModel
- Torch implementation of CLIP from https://github.com/openai/CLIP.fiftyone.utils.open_clip.TorchOpenClipModel
- Torch implementation of CLIP from https://github.com/mlfoundations/open_clip.fiftyone.utils.sam.SegmentAnythingModel
- Wrapper for running Segment Anything inference.fiftyone.utils.sam2.SegmentAnything2ImageModel
- Wrapper for running Segment Anything 2 inference on images.fiftyone.utils.super_gradients.TorchYoloNasModel
- FiftyOne wrapper around YOLO-NAS from https://github.com/Deci-AI/super-gradients.fiftyone.zoo.models.torch.TorchvisionImageModel
- Wrapper for evaluating a torchvision:torchvision.models
model on images.fiftyone.utils.transformers.FiftyOneTransformer
- FiftyOne wrapper around a transformers model.fiftyone.utils.transformers.FiftyOneTransformerForDepthEstimation
- FiftyOne wrapper around a transformers model for depth estimation.fiftyone.utils.transformers.FiftyOneTransformerForImageClassification
- FiftyOne wrapper around a transformers model for image classification.fiftyone.utils.transformers.FiftyOneTransformerForObjectDetection
- FiftyOne wrapper around a transformers model for object detection.fiftyone.utils.transformers.FiftyOneTransformerForSemanticSegmentation
- FiftyOne wrapper around a transformers model for semantic segmentation.fiftyone.utils.transformers.FiftyOneZeroShotTransformer
- FiftyOne wrapper around a transformers model.fiftyone.utils.transformers.FiftyOneZeroShotTransformerForImageClassification
- FiftyOne wrapper around a transformers model for zero-shot image classification.fiftyone.utils.transformers.FiftyOneZeroShotTransformerForObjectDetection
- FiftyOne wrapper around a transformers model for zero shot object detection.fiftyone.utils.ultralytics.FiftyOneRTDETRModel
- FiftyOne wrapper around an ultralytics.RTDETR model.fiftyone.utils.ultralytics.FiftyOneYOLOModel
- FiftyOne wrapper around an ultralytics.YOLO model.fiftyone.utils.ultralytics.FiftyOneYOLOClassificationModel
- FiftyOne wrapper around an Ultralytics YOLO classification model.fiftyone.utils.ultralytics.FiftyOneYOLODetectionModel
- FiftyOne wrapper around an Ultralytics YOLO detection model.fiftyone.utils.ultralytics.FiftyOneYOLOOBBModel
- FiftyOne wrapper around an Ultralytics YOLO OBB detection model.fiftyone.utils.ultralytics.FiftyOneYOLOPoseModel
- FiftyOne wrapper around an Ultralytics YOLO pose model.fiftyone.utils.ultralytics.FiftyOneYOLOSegmentationModel
- FiftyOne wrapper around an Ultralytics YOLO segmentation model.eta.core.learning.ModelConfig
fiftyone.core.models.ModelConfig
- Base configuration class that encapsulates the name of a Model
and an instance of its associated Config class.fiftyone.utils.eta.ETAModelConfig
- Meta-config class that encapsulates the configuration of an eta.core.learning.Model
that is to be run via the ETAModel
wrapper.eta.core.models.Model
fiftyone.zoo.models.ZooModel
- Class describing a model in the FiftyOne Model Zoo.fiftyone.zoo.models.RemoteZooModel
- Undocumentedeta.core.models.ModelManager
fiftyone.core.models.ModelManager
- Class for downloading FiftyOne models from the web.fiftyone.zoo.models.RemoteModelManager
- Undocumentedeta.core.models.ModelManagerConfig
fiftyone.core.models.ModelManagerConfig
- Config settings for a ModelManager
.fiftyone.zoo.models.RemoteModelManagerConfig
- Undocumentedeta.core.models.ModelsManifest
fiftyone.zoo.models.ZooModelsManifest
- Class that describes the collection of models in the FiftyOne Model Zoo.fiftyone.zoo.models.RemoteZooModelsManifest
- Class that describes the collection of remotely-sourced models in the FiftyOne Model Zoo.eta.core.serial.Serializable
fiftyone.core.runs.BaseRunResults
- Base class for storing the results of a run.fiftyone.core.annotation.AnnotationResults
- Base class for annotation run results.fiftyone.utils.annotations.AnnotationResults
- Base class for storing the intermediate results of an annotation run that has been initiated and is waiting for its results to be merged back into the FiftyOne dataset.fiftyone.utils.cvat.CVATAnnotationResults
- Class that stores all relevant information needed to monitor the progress of an annotation run sent to CVAT and download the results.fiftyone.utils.labelbox.LabelboxAnnotationResults
- Class that stores all relevant information needed to monitor the progress of an annotation run sent to Labelbox and download the results.fiftyone.utils.labelstudio.LabelStudioAnnotationResults
- Class that stores all relevant information needed to monitor the progress of an annotation run sent to Label Studio and download the results.fiftyone.core.brain.BrainResults
- Base class for brain method results.fiftyone.core.evaluation.EvaluationResults
- Base class for evaluation results.fiftyone.utils.eval.base.BaseEvaluationResults
- Base class for evaluation results.fiftyone.utils.eval.base.BaseClassificationResults
- Base class for evaluation results that expose classification metrics like P/R/F1 and confusion matrices.fiftyone.utils.eval.classification.ClassificationResults
- Class that stores the results of a classification evaluation.fiftyone.utils.eval.classification.BinaryClassificationResults
- Class that stores the results of a binary classification evaluation.fiftyone.utils.eval.detection.DetectionResults
- Class that stores the results of a detection evaluation.fiftyone.utils.eval.activitynet.ActivityNetDetectionResults
- Class that stores the results of a ActivityNet detection evaluation.fiftyone.utils.eval.coco.COCODetectionResults
- Class that stores the results of a COCO detection evaluation.fiftyone.utils.eval.openimages.OpenImagesDetectionResults
- Class that stores the results of an Open Images detection evaluation.fiftyone.utils.eval.segmentation.SegmentationResults
- Class that stores the results of a segmentation evaluation.fiftyone.utils.eval.regression.RegressionResults
- Class that stores the results of a regression evaluation.fiftyone.core.runs.RunResults
- Class for run results.fiftyone.core.state.StateDescription
- Class that describes the shared state between the FiftyOne App and a corresponding fiftyone.core.session.Session
.fiftyone.zoo.datasets.ZooDatasetInfo
- Class containing info about a dataset in the FiftyOne Dataset Zoo.fiftyone.zoo.datasets.ZooDatasetSplitInfo
- Class containing info about a split of a dataset in the FiftyOne Dataset Zoo.eta.core.utils.ProgressBar
fiftyone.core.utils.ProgressBar
- No summaryException
fiftyone.core.aggregations.AggregationError
- An error raised during the execution of an Aggregation
.fiftyone.core.frame_utils.FrameError
- Exception raised when an invalid frame number is encountered.fiftyone.core.odm.embedded_document.DynamicEmbeddedDocumentException
- Exception raised when an error occurs in a dynamic document operation.fiftyone.core.odm.utils.DocumentRegistryError
- Error raised when an unknown document class is encountered.fiftyone.core.service.ServiceException
- Base class for service-related exceptions.fiftyone.core.service.ServiceExecutableNotFound
- Exception raised when the service executable is not found on disk.fiftyone.core.service.ServiceListenTimeout
- Exception raised when a network-bound service fails to bind to a port.fiftyone.core.stages.ViewStageError
- An error raised when a problem with a ViewStage
is encountered.fiftyone.operators.executor.ExecutionError
- An error that occurs while executing an operator.fiftyone.operators.panel.WriteOnlyError
- Error raised when trying to read a write-only property.fiftyone.server.metadata.MetadataException
- Exception raised when metadata for a media file cannot be computed.fiftyone.core.odm.database.DatabaseConfigDocument
- Backing document for the database config.fiftyone.core.odm.DynamicEmbeddedDocument
fiftyone.core.labels.Attribute
- Base class for attributes.fiftyone.core.labels.BooleanAttribute
- A boolean attribute.fiftyone.core.labels.CategoricalAttribute
- A categorical attribute.fiftyone.core.labels.ListAttribute
- A list attribute.fiftyone.core.labels.NumericAttribute
- A numeric attribute.fiftyone.core.labels.Label
- Base class for labels.fiftyone.core.labels._HasAttributesDict
- Mixin for Label
classes that have an attributes
field that contains a dict of Attribute
instances.fiftyone.core.labels.Detection
- An object detection.fiftyone.core.labels.Keypoint
- A list of keypoints in an image.fiftyone.core.labels.Polyline
- A set of semantically related polylines or polygons.fiftyone.core.labels._HasID
- Mixin for Label
classes that expose a UUID via an id property, as well as a tags attribute.fiftyone.core.labels.Classification
- A classification label.fiftyone.core.labels.Detection
- An object detection.fiftyone.core.labels.GeoLocation
- Location data in GeoJSON format.fiftyone.core.labels.GeoLocations
- A batch of location data in GeoJSON format.fiftyone.core.labels.Heatmap
- A heatmap for an image.fiftyone.core.labels.Keypoint
- A list of keypoints in an image.fiftyone.core.labels.Polyline
- A set of semantically related polylines or polygons.fiftyone.core.labels.Regression
- A regression value.fiftyone.core.labels.Segmentation
- A semantic segmentation for an image.fiftyone.core.labels.TemporalDetection
- A temporal detection in a video whose support is defined by a start and end frame.fiftyone.core.labels.Classification
- A classification label.fiftyone.core.labels.Classifications
- A list of classifications for an image.fiftyone.core.labels.Detection
- An object detection.fiftyone.core.labels.Detections
- A list of object detections in an image.fiftyone.core.labels.GeoLocation
- Location data in GeoJSON format.fiftyone.core.labels.GeoLocations
- A batch of location data in GeoJSON format.fiftyone.core.labels.Heatmap
- A heatmap for an image.fiftyone.core.labels.Keypoint
- A list of keypoints in an image.fiftyone.core.labels.Keypoints
- A list of Keypoint
instances in an image.fiftyone.core.labels.Polyline
- A set of semantically related polylines or polygons.fiftyone.core.labels.Polylines
- A list of polylines or polygons in an image.fiftyone.core.labels.Regression
- A regression value.fiftyone.core.labels.Segmentation
- A semantic segmentation for an image.fiftyone.core.labels.TemporalDetection
- A temporal detection in a video whose support is defined by a start and end frame.fiftyone.core.labels.TemporalDetections
- A list of temporal detections for a video.fiftyone.core.metadata.Metadata
- Base class for storing metadata about generic samples.fiftyone.core.metadata.ImageMetadata
- Class for storing metadata about image samples.fiftyone.core.metadata.SceneMetadata
- Class for storing metadata about 3D scene samples.fiftyone.core.metadata.VideoMetadata
- Class for storing metadata about video samples.fiftyone.utils.rerun.RrdFile
- Class for storing a rerun data (rrd) file and its associated metadata.fiftyone.utils.utils3d.OrthographicProjectionMetadata
- Class for storing metadata about orthographic projections.fiftyone.core.session.client.Client
- No class docstring; 2/2 properties, 0/5 instance variable, 0/5 class variable, 5/8 methods documentedfiftyone.core.session.events.AppInitializer
- Undocumentedfiftyone.core.session.events.Colorscale
- Undocumentedfiftyone.core.session.events.ColorscaleList
- Undocumentedfiftyone.core.session.events.ColorScheme
- Undocumentedfiftyone.core.session.events.CustomizeColor
- Undocumentedfiftyone.core.session.events.DefaultColorscale
- Undocumentedfiftyone.core.session.events.Event
- Base server eventfiftyone.core.session.events.CaptureNotebookCell
- Capture notebook cell screenshot eventfiftyone.core.session.events.CloseSession
- Close session eventfiftyone.core.session.events.DeactivateNotebookCell
- Deactivate notebook cell eventfiftyone.core.session.events.Ping
- Ping (builtin) eventfiftyone.core.session.events.ReactivateNotebookCell
- Reactivate notebook cell eventfiftyone.core.session.events.Refresh
- Refresh eventfiftyone.core.session.events.SelectLabels
- Select labels eventfiftyone.core.session.events.SelectSamples
- Select samples eventfiftyone.core.session.events.SetColorScheme
- Set color scheme eventfiftyone.core.session.events.SetDatasetColorScheme
- Set dataset color scheme eventfiftyone.core.session.events.SetFieldVisibilityStage
- Undocumentedfiftyone.core.session.events.SetGroupSlice
- Set group slice eventtfiftyone.core.session.events.SetSample
- Set sample eventfiftyone.core.session.events.SetSpaces
- Set spaces eventfiftyone.core.session.events.StateUpdate
- State update eventfiftyone.core.session.events.LabelData
- Undocumentedfiftyone.core.session.events.LabelTagsColors
- Undocumentedfiftyone.core.session.events.ListenPayload
- An initialization payload for an event listener requestfiftyone.core.session.events.MaskColor
- Undocumentedfiftyone.core.session.events.Screenshot
- Undocumentedfiftyone.core.session.events.ValueColor
- Undocumentedfiftyone.core.session.notebooks.NotebookCell
- Undocumentedfiftyone.core.state.SampleField
- Undocumentedfiftyone.operators.store.models.KeyDocument
- Model representing a key in the store.fiftyone.operators.store.models.StoreDocument
- Model representing a Store.fiftyone.plugins.core.PluginPackage
- Plugin package.fiftyone.plugins.secrets.PluginSecretsResolver
- Injects secrets from environmental variables into the execution context.fiftyone.plugins.secrets.SecretsDictionary
- A more secure dictionary for accessing plugin secrets in operators that will attempt to resolve missing plugin secrets upon access.fiftyone.server.aggregate.Aggregate
- Undocumentedfiftyone.server.aggregate.AggregateQuery
- Undocumentedfiftyone.server.query.Query
- Undocumentedfiftyone.server.aggregate.Count
- Undocumentedfiftyone.server.aggregate.CountResponse
- Undocumentedfiftyone.server.aggregate.CountValues
- Undocumentedfiftyone.server.aggregate.HistogramValues
- Undocumentedfiftyone.server.aggregations.Aggregation
- Undocumentedfiftyone.server.aggregations.BooleanAggregation
- Undocumentedfiftyone.server.aggregations.DataAggregation
- Undocumentedfiftyone.server.aggregations.FloatAggregation
- Undocumentedfiftyone.server.aggregations.IntAggregation
- Undocumentedfiftyone.server.aggregations.RootAggregation
- Undocumentedfiftyone.server.aggregations.StringAggregation
- Undocumentedfiftyone.server.aggregations.AggregationForm
- Undocumentedfiftyone.server.aggregations.StringAggregationValue
- Undocumentedfiftyone.server.color.Colorscale
- Undocumentedfiftyone.server.color.ColorscaleInput
- Undocumentedfiftyone.server.color.ColorscaleList
- Undocumentedfiftyone.server.color.ColorscaleListInput
- Undocumentedfiftyone.server.color.ColorScheme
- Undocumentedfiftyone.server.color.ColorSchemeInput
- Undocumentedfiftyone.server.color.CustomizeColor
- Undocumentedfiftyone.server.color.CustomizeColorInput
- Undocumentedfiftyone.server.color.DefaultColorscale
- Undocumentedfiftyone.server.color.DefaultColorscaleInput
- Undocumentedfiftyone.server.color.LabelTagColor
- Undocumentedfiftyone.server.color.LabelTagColorInput
- Undocumentedfiftyone.server.color.MaskColor
- Undocumentedfiftyone.server.color.MaskColorInput
- Undocumentedfiftyone.server.color.SetColorScheme
- Undocumentedfiftyone.server.mutation.Mutation
- No class docstring; 1/13 method documentedfiftyone.server.color.ValueColor
- Undocumentedfiftyone.server.color.ValueColorInput
- Undocumentedfiftyone.server.data.Context
- Undocumentedfiftyone.server.dataloader.DataLoaderConfig
- Undocumentedfiftyone.server.events.initialize.InitializedListener
- Undocumentedfiftyone.server.events.state.Listener
- Undocumentedfiftyone.server.filters.GroupElementFilter
- Undocumentedfiftyone.server.filters.OneOf
- Undocumentedfiftyone.server.filters.SampleFilter
- Undocumentedfiftyone.server.indexes.Index
- Undocumentedfiftyone.server.indexes.IndexFields
- Undocumentedfiftyone.server.indexes.WildcardProjection
- Undocumentedfiftyone.server.inputs.SelectedLabel
- Undocumentedfiftyone.server.interfaces.Stage
- Undocumentedfiftyone.server.interfaces.StageParameter
- Undocumentedfiftyone.server.lightning.DistinctQuery
- Undocumentedfiftyone.server.lightning.LightningInput
- Undocumentedfiftyone.server.lightning.LightningPathInput
- Undocumentedfiftyone.server.lightning.LightningResult
- Undocumentedfiftyone.server.lightning.BooleanLightningResult
- Undocumentedfiftyone.server.lightning.DateLightningResult
- Undocumentedfiftyone.server.lightning.DateTimeLightningResult
- Undocumentedfiftyone.server.lightning.FloatLightningResult
- Undocumentedfiftyone.server.lightning.IntLightningResult
- Undocumentedfiftyone.server.lightning.ObjectIdLightningResult
- Undocumentedfiftyone.server.lightning.StringLightningResult
- Undocumentedfiftyone.server.mutation.SavedViewInfo
- Undocumentedfiftyone.server.mutation.StateForm
- Undocumentedfiftyone.server.query.AppConfig
- Undocumentedfiftyone.server.query.Dataset
- Undocumentedfiftyone.server.query.DatasetAppConfig
- Undocumentedfiftyone.server.query.Group
- Undocumentedfiftyone.server.query.KeypointSkeleton
- Undocumentedfiftyone.server.query.NamedKeypointSkeleton
- Undocumentedfiftyone.server.query.NamedTargets
- Undocumentedfiftyone.server.query.Run
- Undocumentedfiftyone.server.query.BrainRun
- Undocumentedfiftyone.server.query.EvaluationRun
- Undocumentedfiftyone.server.query.RunConfig
- Undocumentedfiftyone.server.query.BrainRunConfig
- Undocumentedfiftyone.server.query.EvaluationRunConfig
- Undocumentedfiftyone.server.query.SavedView
- Undocumentedfiftyone.server.query.SchemaResult
- Undocumentedfiftyone.server.query.SidebarGroup
- Undocumentedfiftyone.server.mutation.SidebarGroupInput
- Undocumentedfiftyone.server.query.Target
- Undocumentedfiftyone.server.samples.MediaURL
- Undocumentedfiftyone.server.samples.Sample
- Undocumentedfiftyone.server.samples.ImageSample
- Undocumentedfiftyone.server.samples.PointCloudSample
- Undocumentedfiftyone.server.samples.ThreeDSample
- Undocumentedfiftyone.server.samples.VideoSample
- Undocumentedfiftyone.server.stage_definitions.StageDefinition
- Undocumentedfiftyone.server.stage_definitions.StageParameter
- Undocumentedfiftyone.server.stages.ParameterDefinition
- Undocumentedfiftyone.server.stages.StageDefinition
- Undocumentedfiftyone.server.view.ExtendedViewForm
- Undocumentedfiftyone.server.workspace.Workspace
- Undocumentedfiftyone.utils.huggingface.MediaFieldConverter
- Undocumentedjson.JSONEncoder
fiftyone.server.decorators.Encoder
- Undocumentedlogging.Handler
fiftyone.operators.utils.ProgressHandler
- A logging handler that reports all logging messages issued while the handler's context manager is active to the provided execution context's set_progress()
...logging.LoggerAdapter
fiftyone.core.odm.database._DryRunLoggerAdapter
- Undocumentedmongoengine.Document
fiftyone.core.odm.document.Document
- Base class for documents that are stored in a MongoDB collection.fiftyone.core.odm.dataset.DatasetDocument
- Backing document for datasets.fiftyone.core.odm.frame.DatasetFrameDocument
- Undocumentedfiftyone.core.odm.runs.RunDocument
- Backing document for dataset runs.fiftyone.core.odm.sample.DatasetSampleDocument
- Base class for sample documents backing samples in datasets.fiftyone.core.odm.views.SavedViewDocument
- Backing document for saved views.fiftyone.core.odm.workspace.WorkspaceDocument
- Document for configuration of a saved workspace in the App.mongoengine.DynamicDocument
fiftyone.core.odm.document.DynamicDocument
- Base class for dynamic documents that are stored in a MongoDB collection.mongoengine.DynamicEmbeddedDocument
fiftyone.core.odm.embedded_document.DynamicEmbeddedDocument
- Base class for dynamic documents that are embedded within other documents and therefore aren't stored in their own collection in the database.mongoengine.EmbeddedDocument
fiftyone.core.odm.embedded_document.EmbeddedDocument
- Base class for documents that are embedded within other documents and therefore are not stored in their own collection in the database.fiftyone.core.groups.Group
- A named group membership.fiftyone.core.odm.dataset.ColorScheme
- Description of a color scheme in the App.fiftyone.core.odm.dataset.DatasetAppConfig
- Dataset-specific settings that customize how a dataset is visualized in the App.fiftyone.core.odm.dataset.KeypointSkeleton
- Description of a keypoint skeleton.fiftyone.core.odm.dataset.SampleFieldDocument
- Description of a sample field.fiftyone.core.odm.dataset.SidebarGroupDocument
- Description of a sidebar group in the App.fiftyone.core.odm.workspace.AppComponent
- Base class for App components.fiftyone.core.odm.workspace.Panel
- Document for a panel (tab) within a Workspace in the App.fiftyone.core.odm.workspace.Space
- Document for configuration of a Space in the App.mongoengine.fields.BaseField
fiftyone.core.fields.Field
- A generic field.fiftyone.core.fields._GeoField
- Base class for GeoJSON fields.fiftyone.core.fields.GeoLineStringField
- A GeoJSON field storing a line of longitude and latitude coordinates.fiftyone.core.fields.GeoMultiLineStringField
- A GeoJSON field storing a list of lines.fiftyone.core.fields.GeoMultiPointField
- A GeoJSON field storing a list of points.fiftyone.core.fields.GeoMultiPolygonField
- A GeoJSON field storing a list of polygons.fiftyone.core.fields.GeoPointField
- A GeoJSON field storing a longitude and latitude coordinate point.fiftyone.core.fields.GeoPolygonField
- A GeoJSON field storing a polygon of longitude and latitude coordinates.fiftyone.core.fields.ArrayField
- An n-dimensional array field.fiftyone.core.fields.BooleanField
- A boolean field.fiftyone.core.fields.DateField
- A date field.fiftyone.core.fields.DateTimeField
- A datetime field.fiftyone.core.fields.DictField
- A dictionary field that wraps a standard Python dictionary.fiftyone.core.fields.MaskTargetsField
- A DictField
that stores mapping between integer keys or RGB string hex keys and string targets.fiftyone.core.fields.EmbeddedDocumentField
- A field that stores instances of a given type of fiftyone.core.odm.BaseEmbeddedDocument
object.fiftyone.core.fields.EmbeddedDocumentListField
- A field that stores a list of a given type of fiftyone.core.odm.BaseEmbeddedDocument
objects.fiftyone.core.fields.FloatField
- A floating point number field.fiftyone.core.fields.IntField
- A 32 bit integer field.fiftyone.core.fields.FrameNumberField
- A video frame number field.fiftyone.core.fields.ListField
- A list field that wraps a standard Field
, allowing multiple instances of the field to be stored as a list in the database.fiftyone.core.fields.ClassesField
- A ListField
that stores class label strings.fiftyone.core.fields.FrameSupportField
- A [first, last] frame support in a video.fiftyone.core.fields.HeatmapRangeField
- A [min, max] range of the values in a fiftyone.core.labels.Heatmap
.fiftyone.core.fields.KeypointsField
- A list of (x, y) coordinate pairs.fiftyone.core.fields.PolylinePointsField
- A list of lists of (x, y) coordinate pairs.fiftyone.core.fields.ObjectIdField
- An Object ID field.fiftyone.core.fields.ReferenceField
- A reference field.fiftyone.core.fields.StringField
- A unicode string field.fiftyone.core.fields.ColorField
- A string field that holds a hex color string like '#FF6D04'.fiftyone.core.fields.UUIDField
- A UUID field.fiftyone.core.fields.VectorField
- A one-dimensional array field.mongoengine.fields.BinaryField
fiftyone.core.fields.ArrayField
- An n-dimensional array field.fiftyone.core.fields.VectorField
- A one-dimensional array field.mongoengine.fields.BooleanField
fiftyone.core.fields.BooleanField
- A boolean field.mongoengine.fields.DateField
fiftyone.core.fields.DateField
- A date field.mongoengine.fields.DateTimeField
fiftyone.core.fields.DateTimeField
- A datetime field.mongoengine.fields.DictField
fiftyone.core.fields.DictField
- A dictionary field that wraps a standard Python dictionary.fiftyone.core.fields.MaskTargetsField
- A DictField
that stores mapping between integer keys or RGB string hex keys and string targets.mongoengine.fields.EmbeddedDocumentField
fiftyone.core.fields.EmbeddedDocumentField
- A field that stores instances of a given type of fiftyone.core.odm.BaseEmbeddedDocument
object.mongoengine.fields.EmbeddedDocumentListField
fiftyone.core.fields.EmbeddedDocumentListField
- A field that stores a list of a given type of fiftyone.core.odm.BaseEmbeddedDocument
objects.mongoengine.fields.FloatField
fiftyone.core.fields.FloatField
- A floating point number field.mongoengine.fields.IntField
fiftyone.core.fields.IntField
- A 32 bit integer field.fiftyone.core.fields.FrameNumberField
- A video frame number field.mongoengine.fields.LineStringField
fiftyone.core.fields.GeoLineStringField
- A GeoJSON field storing a line of longitude and latitude coordinates.mongoengine.fields.ListField
fiftyone.core.fields.ListField
- A list field that wraps a standard Field
, allowing multiple instances of the field to be stored as a list in the database.fiftyone.core.fields.ClassesField
- A ListField
that stores class label strings.fiftyone.core.fields.FrameSupportField
- A [first, last] frame support in a video.fiftyone.core.fields.HeatmapRangeField
- A [min, max] range of the values in a fiftyone.core.labels.Heatmap
.fiftyone.core.fields.KeypointsField
- A list of (x, y) coordinate pairs.fiftyone.core.fields.PolylinePointsField
- A list of lists of (x, y) coordinate pairs.mongoengine.fields.MultiLineStringField
fiftyone.core.fields.GeoMultiLineStringField
- A GeoJSON field storing a list of lines.mongoengine.fields.MultiPointField
fiftyone.core.fields.GeoMultiPointField
- A GeoJSON field storing a list of points.mongoengine.fields.MultiPolygonField
fiftyone.core.fields.GeoMultiPolygonField
- A GeoJSON field storing a list of polygons.mongoengine.fields.ObjectIdField
fiftyone.core.fields.ObjectIdField
- An Object ID field.mongoengine.fields.PointField
fiftyone.core.fields.GeoPointField
- A GeoJSON field storing a longitude and latitude coordinate point.mongoengine.fields.PolygonField
fiftyone.core.fields.GeoPolygonField
- A GeoJSON field storing a polygon of longitude and latitude coordinates.mongoengine.fields.ReferenceField
fiftyone.core.fields.ReferenceField
- A reference field.mongoengine.fields.StringField
fiftyone.core.fields.StringField
- A unicode string field.fiftyone.core.fields.ColorField
- A string field that holds a hex color string like '#FF6D04'.mongoengine.fields.UUIDField
fiftyone.core.fields.UUIDField
- A UUID field.object
fiftyone.core.aggregations.Aggregation
- Abstract base class for all aggregations.fiftyone.core.aggregations.Bounds
- Computes the bounds of a numeric field of a collection.fiftyone.core.aggregations.Count
- Counts the number of field values in a collection.fiftyone.server.aggregations._CountExists
- Named helper aggregation for counting existencefiftyone.core.aggregations.CountValues
- Counts the occurrences of field values in a collection.fiftyone.core.aggregations.Distinct
- Computes the distinct values of a field in a collection.fiftyone.core.aggregations.FacetAggregations
- Efficiently computes a set of aggregations rooted at a common path using faceted computations.fiftyone.core.aggregations.HistogramValues
- Computes a histogram of the field values in a collection.fiftyone.core.aggregations.ListSchema
- Extracts the value type(s) in a specified list field across all samples in a collection.fiftyone.core.aggregations.Max
- Computes the maximum of a numeric field of a collection.fiftyone.core.aggregations.Mean
- Computes the arithmetic mean of the field values of a collection.fiftyone.core.aggregations.Min
- Computes the minimum of a numeric field of a collection.fiftyone.core.aggregations.Quantiles
- Computes the quantile(s) of the field values of a collection.fiftyone.core.aggregations.Schema
- Extracts the names and types of the attributes of a specified embedded document field across all samples in a collection.fiftyone.core.aggregations.Std
- Computes the standard deviation of the field values of a collection.fiftyone.core.aggregations.Sum
- Computes the sum of the field values of a collection.fiftyone.core.aggregations.Values
- Extracts the values of the field from all samples in a collection.fiftyone.core.cli.Command
- Interface for defining commands.fiftyone.core.cli.AnnotationCommand
- Tools for working with the FiftyOne annotation API.fiftyone.core.cli.AnnotationConfigCommand
- Tools for working with your FiftyOne annotation config.fiftyone.core.cli.AppCommand
- Tools for working with the FiftyOne App.fiftyone.core.cli.AppConfigCommand
- Tools for working with your FiftyOne App config.fiftyone.core.cli.AppConnectCommand
- Connect to a remote FiftyOne App in your web browser.fiftyone.core.cli.AppLaunchCommand
- Launch the FiftyOne App.fiftyone.core.cli.AppViewCommand
- View datasets in the App without persisting them to the database.fiftyone.core.cli.BrainCommand
- Tools for working with the FiftyOne Brain.fiftyone.core.cli.BrainConfigCommand
- Tools for working with your FiftyOne Brain config.fiftyone.core.cli.ComputeMetadataCommand
- Populates the metadata
field of all samples in the dataset.fiftyone.core.cli.ConfigCommand
- Tools for working with your FiftyOne config.fiftyone.core.cli.ConstantsCommand
- Print constants from fiftyone.constants
.fiftyone.core.cli.ConvertCommand
- Convert datasets on disk between supported formats.fiftyone.core.cli.DatasetsCommand
- Tools for working with FiftyOne datasets.fiftyone.core.cli.DatasetsCreateCommand
- Tools for creating FiftyOne datasets.fiftyone.core.cli.DatasetsDeleteCommand
- Delete FiftyOne datasets.fiftyone.core.cli.DatasetsDrawCommand
- Renders annotated versions of samples in FiftyOne datasets to disk.fiftyone.core.cli.DatasetsExportCommand
- Export FiftyOne datasets to disk in supported formats.fiftyone.core.cli.DatasetsHeadCommand
- Prints the first few samples in a FiftyOne dataset.fiftyone.core.cli.DatasetsInfoCommand
- Print information about FiftyOne datasets.fiftyone.core.cli.DatasetsListCommand
- List FiftyOne datasets.fiftyone.core.cli.DatasetsRenameCommand
- Rename FiftyOne datasets.fiftyone.core.cli.DatasetsStatsCommand
- Print stats about FiftyOne datasets on disk.fiftyone.core.cli.DatasetsStreamCommand
- Stream samples in a FiftyOne dataset to the terminal.fiftyone.core.cli.DatasetsTailCommand
- Prints the last few samples in a FiftyOne dataset.fiftyone.core.cli.DatasetZooCommand
- Tools for working with the FiftyOne Dataset Zoo.fiftyone.core.cli.DatasetZooDeleteCommand
- Deletes the local copy of the zoo dataset on disk.fiftyone.core.cli.DatasetZooDownloadCommand
- Download zoo datasets.fiftyone.core.cli.DatasetZooFindCommand
- Locate a downloaded zoo dataset on disk.fiftyone.core.cli.DatasetZooInfoCommand
- Print information about datasets in the FiftyOne Dataset Zoo.fiftyone.core.cli.DatasetZooListCommand
- List datasets in the FiftyOne Dataset Zoo.fiftyone.core.cli.DatasetZooLoadCommand
- Load zoo datasets as persistent FiftyOne datasets.fiftyone.core.cli.DelegatedCleanupCommand
- Cleanup delegated operations.fiftyone.core.cli.DelegatedCommand
- Tools for working with FiftyOne delegated operations.fiftyone.core.cli.DelegatedDeleteCommand
- Delete delegated operations.fiftyone.core.cli.DelegatedFailCommand
- Manually mark delegated operations as failed.fiftyone.core.cli.DelegatedInfoCommand
- Prints information about a delegated operation.fiftyone.core.cli.DelegatedLaunchCommand
- Launches a service for running delegated operations.fiftyone.core.cli.DelegatedListCommand
- List delegated operations.fiftyone.core.cli.EvaluationCommand
- Tools for working with the FiftyOne evaluation API.fiftyone.core.cli.EvaluationConfigCommand
- Tools for working with your FiftyOne evaluation config.fiftyone.core.cli.FiftyOneCommand
- The FiftyOne command-line interface.fiftyone.core.cli.MigrateCommand
- Tools for migrating the FiftyOne database.fiftyone.core.cli.ModelZooApplyCommand
- Apply zoo models to datasets.fiftyone.core.cli.ModelZooCommand
- Tools for working with the FiftyOne Model Zoo.fiftyone.core.cli.ModelZooDeleteCommand
- Deletes the local copy of the zoo model on disk.fiftyone.core.cli.ModelZooDeleteSourceCommand
- Deletes the remote source and all downloaded models associated with it.fiftyone.core.cli.ModelZooDownloadCommand
- Download zoo models.fiftyone.core.cli.ModelZooEmbedCommand
- Generate embeddings for datasets with zoo models.fiftyone.core.cli.ModelZooFindCommand
- Locate the downloaded zoo model on disk.fiftyone.core.cli.ModelZooInfoCommand
- Print information about models in the FiftyOne Model Zoo.fiftyone.core.cli.ModelZooListCommand
- List models in the FiftyOne Model Zoo.fiftyone.core.cli.ModelZooListSourcesCommand
- Lists remote zoo model sources that are registered locally.fiftyone.core.cli.ModelZooRegisterSourceCommand
- Registers a remote source of zoo models.fiftyone.core.cli.ModelZooRequirementsCommand
- Handles package requirements for zoo models.fiftyone.core.cli.OperatorsCommand
- Tools for working with FiftyOne operators and panels.fiftyone.core.cli.OperatorsInfoCommand
- Prints info about operators and panels that are installed locally.fiftyone.core.cli.OperatorsListCommand
- List operators and panels that are installed locally.fiftyone.core.cli.PluginsCommand
- Tools for working with FiftyOne plugins.fiftyone.core.cli.PluginsCreateCommand
- Creates or initializes a plugin.fiftyone.core.cli.PluginsDeleteCommand
- Delete plugins from your local machine.fiftyone.core.cli.PluginsDisableCommand
- Disables the given plugin(s).fiftyone.core.cli.PluginsDownloadCommand
- Download plugins from the web.fiftyone.core.cli.PluginsEnableCommand
- Enables the given plugin(s).fiftyone.core.cli.PluginsInfoCommand
- Prints info about plugins that are installed locally.fiftyone.core.cli.PluginsListCommand
- List plugins that are installed locally.fiftyone.core.cli.PluginsRequirementsCommand
- Handles package requirements for plugins.fiftyone.core.cli.QuickstartCommand
- Launch a FiftyOne quickstart.fiftyone.core.cli.TransformImagesCommand
- Transforms the images in a dataset per the specified parameters.fiftyone.core.cli.TransformVideosCommand
- Transforms the videos in a dataset per the specified parameters.fiftyone.core.cli.UtilsCommand
- FiftyOne utilities.fiftyone.core.cli.ZooCommand
- Tools for working with the FiftyOne Zoo.fiftyone.core.clips._Bounds
- Undocumentedfiftyone.core.collections.SampleCollection
- Abstract class representing an ordered collection of fiftyone.core.sample.Sample
instances in a fiftyone.core.dataset.Dataset
.fiftyone.core.dataset.Dataset
- A FiftyOne dataset.fiftyone.core.view.DatasetView
- A view into a fiftyone.core.dataset.Dataset
.fiftyone.core.clips.ClipsView
- A fiftyone.core.view.DatasetView
of clips from a video fiftyone.core.dataset.Dataset
.fiftyone.core.clips.TrajectoriesView
- A ClipsView
of object trajectories from a video fiftyone.core.dataset.Dataset
.fiftyone.core.patches._PatchesView
- No class docstring; 0/10 property, 0/6 instance variable, 0/1 class variable, 4/19 methods documentedfiftyone.core.patches.EvaluationPatchesView
- A fiftyone.core.view.DatasetView
containing evaluation patches from a fiftyone.core.dataset.Dataset
.fiftyone.core.patches.PatchesView
- A fiftyone.core.view.DatasetView
of patches from a fiftyone.core.dataset.Dataset
.fiftyone.core.video.FramesView
- A fiftyone.core.view.DatasetView
of frames from a video fiftyone.core.dataset.Dataset
.fiftyone.core.collections.SaveContext
- Context that saves samples from a collection according to a configurable batching strategy.fiftyone.core.document._Document
- No class docstring; 6/6 properties, 0/2 instance variable, 13/29 methods documentedfiftyone.core.document.Document
- Abstract base class for objects that are associated with fiftyone.core.dataset.Dataset
instances and are backed by documents in database collections.fiftyone.core.frame.Frame
- A frame in a video fiftyone.core.sample.Sample
.fiftyone.core.sample.Sample
- A sample in a fiftyone.core.dataset.Dataset
.fiftyone.core.document.DocumentView
- A view into a Document
in a dataset.fiftyone.core.frame.FrameView
- A view into a Frame
in a video dataset.fiftyone.core.sample.SampleView
- A view into a Sample
in a dataset.fiftyone.core.clips.ClipView
- A clip in a ClipsView
.fiftyone.core.patches._PatchView
- Undocumentedfiftyone.core.patches.EvaluationPatchView
- A patch in an EvaluationPatchesView
.fiftyone.core.patches.PatchView
- A patch in a PatchesView
.fiftyone.core.video.FrameView
- A frame in a FramesView
.fiftyone.core.expressions.ViewExpression
- An expression defining a possibly-complex manipulation of a document.fiftyone.core.expressions.ViewField
- A ViewExpression
that refers to a field or embedded field of a document.fiftyone.core.frame.Frames
- An ordered dictionary of Frame
instances keyed by frame number representing the frames of a video fiftyone.core.sample.Sample
.fiftyone.core.frame.FramesView
- An ordered dictionary of FrameView
instances keyed by frame number representing the frames of a video fiftyone.core.sample.SampleView
.fiftyone.core.labels._HasLabelList
- Mixin for Label
classes that contain a list of Label
instances.fiftyone.core.labels.Classifications
- A list of classifications for an image.fiftyone.core.labels.Detections
- A list of object detections in an image.fiftyone.core.labels.Keypoints
- A list of Keypoint
instances in an image.fiftyone.core.labels.Polylines
- A list of polylines or polygons in an image.fiftyone.core.labels.TemporalDetections
- A list of temporal detections for a video.fiftyone.core.labels._HasMedia
- Mixin for Label
classes that contain a media field.fiftyone.core.labels.Detection
- An object detection.fiftyone.core.labels.Heatmap
- A heatmap for an image.fiftyone.core.labels.Segmentation
- A semantic segmentation for an image.fiftyone.utils.rerun.RrdFile
- Class for storing a rerun data (rrd) file and its associated metadata.fiftyone.utils.utils3d.OrthographicProjectionMetadata
- Class for storing metadata about orthographic projections.fiftyone.core.labels._NoDefault
- Undocumentedfiftyone.core.models.EmbeddingsMixin
- Mixin for Model
classes that can generate embeddings for their predictions.fiftyone.utils.eta.ETAModel
- Wrapper for running an eta.core.learning.Model model.fiftyone.utils.torch.TorchEmbeddingsMixin
- Mixin for Torch models that can generate embeddings.fiftyone.utils.torch.TorchImageModel
- Wrapper for evaluating a Torch model on images.fiftyone.utils.clip.zoo.TorchCLIPModel
- Torch implementation of CLIP from https://github.com/openai/CLIP.fiftyone.utils.open_clip.TorchOpenClipModel
- Torch implementation of CLIP from https://github.com/mlfoundations/open_clip.fiftyone.utils.sam.SegmentAnythingModel
- Wrapper for running Segment Anything inference.fiftyone.utils.sam2.SegmentAnything2ImageModel
- Wrapper for running Segment Anything 2 inference on images.fiftyone.utils.super_gradients.TorchYoloNasModel
- FiftyOne wrapper around YOLO-NAS from https://github.com/Deci-AI/super-gradients.fiftyone.zoo.models.torch.TorchvisionImageModel
- Wrapper for evaluating a torchvision:torchvision.models
model on images.fiftyone.utils.transformers.TransformerEmbeddingsMixin
- Mixin for Transformers that can generate embeddings.fiftyone.utils.transformers.FiftyOneTransformer
- FiftyOne wrapper around a transformers model.fiftyone.utils.transformers.FiftyOneTransformerForDepthEstimation
- FiftyOne wrapper around a transformers model for depth estimation.fiftyone.utils.transformers.FiftyOneTransformerForImageClassification
- FiftyOne wrapper around a transformers model for image classification.fiftyone.utils.transformers.FiftyOneTransformerForObjectDetection
- FiftyOne wrapper around a transformers model for object detection.fiftyone.utils.transformers.FiftyOneTransformerForSemanticSegmentation
- FiftyOne wrapper around a transformers model for semantic segmentation.fiftyone.utils.transformers.ZeroShotTransformerEmbeddingsMixin
- Mixin for Transformers that can generate embeddings.fiftyone.utils.transformers.FiftyOneZeroShotTransformer
- FiftyOne wrapper around a transformers model.fiftyone.utils.transformers.FiftyOneZeroShotTransformerForImageClassification
- FiftyOne wrapper around a transformers model for zero-shot image classification.fiftyone.utils.transformers.FiftyOneZeroShotTransformerForObjectDetection
- FiftyOne wrapper around a transformers model for zero shot object detection.fiftyone.core.models.LogitsMixin
- Mixin for Model
classes that can generate logits for their predictions.fiftyone.utils.eta.ETAModel
- Wrapper for running an eta.core.learning.Model model.fiftyone.utils.torch.TorchImageModel
- Wrapper for evaluating a Torch model on images.fiftyone.utils.clip.zoo.TorchCLIPModel
- Torch implementation of CLIP from https://github.com/openai/CLIP.fiftyone.utils.open_clip.TorchOpenClipModel
- Torch implementation of CLIP from https://github.com/mlfoundations/open_clip.fiftyone.utils.sam.SegmentAnythingModel
- Wrapper for running Segment Anything inference.fiftyone.utils.sam2.SegmentAnything2ImageModel
- Wrapper for running Segment Anything 2 inference on images.fiftyone.utils.super_gradients.TorchYoloNasModel
- FiftyOne wrapper around YOLO-NAS from https://github.com/Deci-AI/super-gradients.fiftyone.zoo.models.torch.TorchvisionImageModel
- Wrapper for evaluating a torchvision:torchvision.models
model on images.fiftyone.core.models.PromptMixin
- Mixin for Model
classes that can generate prompt embeddings.fiftyone.utils.clip.zoo.TorchCLIPModel
- Torch implementation of CLIP from https://github.com/openai/CLIP.fiftyone.utils.open_clip.TorchOpenClipModel
- Torch implementation of CLIP from https://github.com/mlfoundations/open_clip.fiftyone.utils.transformers.ZeroShotTransformerPromptMixin
- Mixin for Transformers that can perform zero-shot prediction.fiftyone.utils.transformers.FiftyOneZeroShotTransformer
- FiftyOne wrapper around a transformers model.fiftyone.utils.transformers.FiftyOneZeroShotTransformerForImageClassification
- FiftyOne wrapper around a transformers model for zero-shot image classification.fiftyone.utils.transformers.FiftyOneZeroShotTransformerForObjectDetection
- FiftyOne wrapper around a transformers model for zero shot object detection.fiftyone.core.models.SamplesMixin
- Mixin for Model
classes that need samples for prediction.fiftyone.utils.sam2.SegmentAnything2VideoModel
- Wrapper for running Segment Anything 2 inference on videos.fiftyone.utils.torch.TorchSamplesMixin
- Undocumentedfiftyone.utils.sam.SegmentAnythingModel
- Wrapper for running Segment Anything inference.fiftyone.utils.sam2.SegmentAnything2ImageModel
- Wrapper for running Segment Anything 2 inference on images.fiftyone.core.models.TorchModelMixin
- Mixin for Model
classes that support feeding data for inference via a torch:torch.utils.data.DataLoader
.fiftyone.utils.torch.TorchImageModel
- Wrapper for evaluating a Torch model on images.fiftyone.utils.clip.zoo.TorchCLIPModel
- Torch implementation of CLIP from https://github.com/openai/CLIP.fiftyone.utils.open_clip.TorchOpenClipModel
- Torch implementation of CLIP from https://github.com/mlfoundations/open_clip.fiftyone.utils.sam.SegmentAnythingModel
- Wrapper for running Segment Anything inference.fiftyone.utils.sam2.SegmentAnything2ImageModel
- Wrapper for running Segment Anything 2 inference on images.fiftyone.utils.super_gradients.TorchYoloNasModel
- FiftyOne wrapper around YOLO-NAS from https://github.com/Deci-AI/super-gradients.fiftyone.zoo.models.torch.TorchvisionImageModel
- Wrapper for evaluating a torchvision:torchvision.models
model on images.fiftyone.core.odm.document.DynamicMixin
- Mixin for MongoEngineBaseDocument
classes that can have arbitrary dynamic fields added to them.fiftyone.core.odm.document.DynamicDocument
- Base class for dynamic documents that are stored in a MongoDB collection.fiftyone.core.odm.embedded_document.DynamicEmbeddedDocument
- Base class for dynamic documents that are embedded within other documents and therefore aren't stored in their own collection in the database.fiftyone.core.odm.document.SerializableDocument
- Mixin for documents that can be serialized in BSON or JSON format.fiftyone.core.odm.document.MongoEngineBaseDocument
- Mixin for all mongoengine:mongoengine.base.BaseDocument
subclasses that implements the SerializableDocument
interface.fiftyone.core.odm.document.BaseDocument
- Base class for documents that are written to the database in their own collections.fiftyone.core.odm.document.Document
- Base class for documents that are stored in a MongoDB collection.fiftyone.core.odm.dataset.DatasetDocument
- Backing document for datasets.fiftyone.core.odm.frame.DatasetFrameDocument
- Undocumentedfiftyone.core.odm.runs.RunDocument
- Backing document for dataset runs.fiftyone.core.odm.sample.DatasetSampleDocument
- Base class for sample documents backing samples in datasets.fiftyone.core.odm.views.SavedViewDocument
- Backing document for saved views.fiftyone.core.odm.workspace.WorkspaceDocument
- Document for configuration of a saved workspace in the App.fiftyone.core.odm.document.DynamicDocument
- Base class for dynamic documents that are stored in a MongoDB collection.fiftyone.core.odm.embedded_document.BaseEmbeddedDocument
- Base class for documents that are embedded within other documents and therefore are not stored in their own collection in the database.fiftyone.core.odm.embedded_document.DynamicEmbeddedDocument
- Base class for dynamic documents that are embedded within other documents and therefore aren't stored in their own collection in the database.fiftyone.core.odm.embedded_document.EmbeddedDocument
- Base class for documents that are embedded within other documents and therefore are not stored in their own collection in the database.fiftyone.core.groups.Group
- A named group membership.fiftyone.core.odm.dataset.ColorScheme
- Description of a color scheme in the App.fiftyone.core.odm.dataset.DatasetAppConfig
- Dataset-specific settings that customize how a dataset is visualized in the App.fiftyone.core.odm.dataset.KeypointSkeleton
- Description of a keypoint skeleton.fiftyone.core.odm.dataset.SampleFieldDocument
- Description of a sample field.fiftyone.core.odm.dataset.SidebarGroupDocument
- Description of a sidebar group in the App.fiftyone.core.odm.workspace.AppComponent
- Base class for App components.fiftyone.core.odm.workspace.Panel
- Document for a panel (tab) within a Workspace in the App.fiftyone.core.odm.workspace.Space
- Document for configuration of a Space in the App.fiftyone.core.odm.frame.NoDatasetFrameDocument
- Undocumentedfiftyone.core.odm.sample.NoDatasetSampleDocument
- Backing document for samples that have not been added to a dataset.fiftyone.core.odm.mixins.DatasetMixin
- Mixin interface for fiftyone.core.odm.document.Document
subclasses that are backed by a dataset.fiftyone.core.odm.frame.DatasetFrameDocument
- Undocumentedfiftyone.core.odm.sample.DatasetSampleDocument
- Base class for sample documents backing samples in datasets.fiftyone.core.odm.mixins.NoDatasetMixin
- Mixin for fiftyone.core.odm.document.SerializableDocument
subtypes that are not backed by a dataset.fiftyone.core.odm.frame.NoDatasetFrameDocument
- Undocumentedfiftyone.core.odm.sample.NoDatasetSampleDocument
- Backing document for samples that have not been added to a dataset.fiftyone.core.odm.utils.DocumentRegistry
- A registry of fiftyone.core.odm.document.MongoEngineBaseDocument
classes found when importing data from the database.fiftyone.core.plots.base.Plot
- Base class for all plots.fiftyone.core.plots.base.ResponsivePlot
- Base class for all responsive plots that can push/pull updates to a linked object.fiftyone.core.plots.base.InteractivePlot
- Base class for plots that support selection of their points.fiftyone.core.plots.matplotlib.InteractiveMatplotlibPlot
- Base class for interactive matplotlib plots.fiftyone.core.plots.matplotlib.InteractiveCollection
- Interactive wrapper for a matplotlib collection.fiftyone.core.plots.plotly.PlotlyInteractivePlot
- Base class for fiftyone.core.plots.base.InteractivePlot
instances with Plotly backends.fiftyone.core.plots.plotly.InteractiveHeatmap
- An interactive Plotly heatmap.fiftyone.core.plots.plotly.InteractiveScatter
- Wrapper class that turns a Plotly figure containing one or more scatter-type traces into an fiftyone.core.plots.base.InteractivePlot
.fiftyone.core.plots.base.ViewPlot
- Base class for plots that can be automatically populated given a fiftyone.core.collections.SampleCollection
instance.fiftyone.core.plots.views.PlotlyViewPlot
- Base class for ViewPlot
instances with Plotly backends.fiftyone.core.plots.views.CategoricalHistogram
- A histogram of a categorial field.fiftyone.core.plots.views.NumericalHistogram
- A histogram of a numerical field.fiftyone.core.plots.views.ViewGrid
- A grid of PlotlyViewPlot
instances.fiftyone.core.plots.plotly.PlotlyNotebookPlot
- A wrapper around a Plotly plot for Jupyter notebook contexts that allows it to be replaced with a screenshot by calling freeze
.fiftyone.core.plots.manager.PlotManager
- Class that manages communication between a fiftyone.core.session.Session
and one or more fiftyone.core.plots.base.ResponsivePlot
instances.fiftyone.core.plots.plotly.PlotlyWidgetMixin
- Mixin for Plotly plots that use widgets to display in Jupyter notebooks.fiftyone.core.plots.plotly.PlotlyInteractivePlot
- Base class for fiftyone.core.plots.base.InteractivePlot
instances with Plotly backends.fiftyone.core.plots.plotly.InteractiveHeatmap
- An interactive Plotly heatmap.fiftyone.core.plots.plotly.InteractiveScatter
- Wrapper class that turns a Plotly figure containing one or more scatter-type traces into an fiftyone.core.plots.base.InteractivePlot
.fiftyone.core.plots.plotly.PlotlyNotebookPlot
- A wrapper around a Plotly plot for Jupyter notebook contexts that allows it to be replaced with a screenshot by calling freeze
.fiftyone.core.plots.views.PlotlyViewPlot
- Base class for ViewPlot
instances with Plotly backends.fiftyone.core.plots.views.CategoricalHistogram
- A histogram of a categorial field.fiftyone.core.plots.views.NumericalHistogram
- A histogram of a numerical field.fiftyone.core.plots.views.ViewGrid
- A grid of PlotlyViewPlot
instances.fiftyone.core.sample._SampleMixin
- No class docstring; 2/4 properties, 5/15 methods documentedfiftyone.core.sample.Sample
- A sample in a fiftyone.core.dataset.Dataset
.fiftyone.core.sample.SampleView
- A view into a Sample
in a dataset.fiftyone.core.clips.ClipView
- A clip in a ClipsView
.fiftyone.core.patches._PatchView
- Undocumentedfiftyone.core.patches.EvaluationPatchView
- A patch in an EvaluationPatchesView
.fiftyone.core.patches.PatchView
- A patch in a PatchesView
.fiftyone.core.video.FrameView
- A frame in a FramesView
.fiftyone.core.service.Service
- Interface for FiftyOne services.fiftyone.core.service.MultiClientService
- Base class for services that support multiple clients.fiftyone.core.service.DatabaseService
- Service that controls the underlying MongoDB database.fiftyone.core.service.ServerService
- Service that controls the FiftyOne web server.fiftyone.core.session.session.Session
- Session that maintains a 1-1 shared state with the FiftyOne App.fiftyone.core.stages.ViewStage
- Abstract base class for all view stages.fiftyone.core.stages._GeoStage
- No class docstring; 2/2 properties, 0/3 instance variable, 0/2 method documentedfiftyone.core.stages.GeoNear
- Sorts the samples in a collection by their proximity to a specified geolocation.fiftyone.core.stages.GeoWithin
- Filters the samples in a collection to only match samples whose geolocation is within a specified boundary.fiftyone.core.stages.Concat
- Concatenates the contents of the given fiftyone.core.collections.SampleCollection
to this collection.fiftyone.core.stages.Exclude
- Excludes the samples with the given IDs from a collection.fiftyone.core.stages.ExcludeBy
- Excludes the samples with the given field values from a collection.fiftyone.core.stages.ExcludeFields
- Excludes the fields with the given names from the samples in a collection.fiftyone.core.stages.ExcludeFrames
- Excludes the frames with the given IDs from a video collection.fiftyone.core.stages.ExcludeGroups
- Excludes the groups with the given IDs from a grouped collection.fiftyone.core.stages.ExcludeLabels
- Excludes the specified labels from a collection.fiftyone.core.stages.Exists
- Returns a view containing the samples in a collection that have (or do not have) a non-None value for the given field or embedded field.fiftyone.core.stages.FilterField
- Filters the values of a given field or embedded field of each sample in a collection.fiftyone.core.stages.FilterKeypoints
- Filters the individual fiftyone.core.labels.Keypoint.points
elements in the specified keypoints field of each sample in the collection.fiftyone.core.stages.FilterLabels
- Filters the fiftyone.core.labels.Label
field of each sample in a collection.fiftyone.core.stages.Flatten
- Returns a flattened view that contains all samples in a dynamic grouped collection.fiftyone.core.stages.GroupBy
- Creates a view that groups the samples in a collection by a specified field or expression.fiftyone.core.stages.Limit
- Creates a view with at most the given number of samples.fiftyone.core.stages.LimitLabels
- Limits the number of fiftyone.core.labels.Label
instances in the specified labels list field of each sample in a collection.fiftyone.core.stages.MapLabels
- Maps the label values of a fiftyone.core.labels.Label
field to new values for each sample in a collection.fiftyone.core.stages.Match
- Filters the samples in the collection by the given filter.fiftyone.core.stages.MatchFrames
- Filters the frames in a video collection by the given filter.fiftyone.core.stages.MatchLabels
- Selects the samples from a collection that contain (or do not contain) at least one label that matches the specified criteria.fiftyone.core.stages.MatchTags
- Returns a view containing the samples in the collection that have or don't have any/all of the given tag(s).fiftyone.core.stages.Mongo
- A view stage defined by a raw MongoDB aggregation pipeline.fiftyone.core.stages.Select
- Selects the samples with the given IDs from a collection.fiftyone.core.stages.SelectBy
- Selects the samples with the given field values from a collection.fiftyone.core.stages.SelectFields
- Selects only the fields with the given names from the samples in the collection. All other fields are excluded.fiftyone.core.stages.SelectFrames
- Selects the frames with the given IDs from a video collection.fiftyone.core.stages.SelectGroups
- Selects the groups with the given IDs from a grouped collection.fiftyone.core.stages.SelectGroupSlices
- Selects the samples in a group collection from the given slice(s).fiftyone.core.stages.SelectLabels
- Selects only the specified labels from a collection.fiftyone.core.stages.SetField
- Sets a field or embedded field on each sample in a collection by evaluating the given expression.fiftyone.core.stages.Shuffle
- Randomly shuffles the samples in a collection.fiftyone.core.stages.Skip
- Omits the given number of samples from the head of a collection.fiftyone.core.stages.SortBy
- Sorts the samples in a collection by the given field(s) or expression(s).fiftyone.core.stages.SortBySimilarity
- Sorts a collection by similarity to a specified query.fiftyone.core.stages.Take
- Randomly samples the given number of samples from a collection.fiftyone.core.stages.ToClips
- Creates a view that contains one sample per clip defined by the given field or expression in a video collection.fiftyone.core.stages.ToEvaluationPatches
- Creates a view based on the results of the evaluation with the given key that contains one sample for each true positive, false positive, and false negative example in the collection, respectively.fiftyone.core.stages.ToFrames
- Creates a view that contains one sample per frame in a video collection.fiftyone.core.stages.ToPatches
- Creates a view that contains one sample per object patch in the specified field of a collection.fiftyone.core.stages.ToTrajectories
- Creates a view that contains one clip for each unique object trajectory defined by their (label, index) in a frame-level field of a video collection.fiftyone.core.storage.TempDir
- Context manager that creates and destroys a temporary directory.fiftyone.core.threed.object_3d.Object3D
- The base class for all 3D objects in the scene.fiftyone.core.threed.lights.Light
- Base class for 3D lights.fiftyone.core.threed.lights.AmbientLight
- Represents an ambient light.fiftyone.core.threed.lights.DirectionalLight
- Represents a directional light.fiftyone.core.threed.lights.PointLight
- Represents a point light.fiftyone.core.threed.lights.SpotLight
- Represents a spot light.fiftyone.core.threed.mesh.Mesh
- Represents an abstract 3D mesh.fiftyone.core.threed.mesh.FbxMesh
- Represents an FBX mesh.fiftyone.core.threed.mesh.GltfMesh
- Represents a gLTF mesh.fiftyone.core.threed.mesh.ObjMesh
- Represents an OBJ mesh.fiftyone.core.threed.mesh.PlyMesh
- Represents a PLY mesh. A PLY mesh can be a point cloud or a mesh.fiftyone.core.threed.mesh.StlMesh
- Represents an STL mesh.fiftyone.core.threed.shape_3d.Shape3D
- Represents an abstract 3D shape.fiftyone.core.threed.shape_3d.BoxGeometry
- Represents a 3D box.fiftyone.core.threed.shape_3d.CylinderGeometry
- Represents a 3D cylinder.fiftyone.core.threed.shape_3d.PlaneGeometry
- Represents a 3D plane.fiftyone.core.threed.shape_3d.SphereGeometry
- Represents a 3D sphere.fiftyone.core.threed.pointcloud.PointCloud
- Represents a point cloud.fiftyone.core.threed.scene_3d.Scene
- Represents a scene graph which contains a hierarchy of 3D objects.fiftyone.core.threed.validators.BaseValidatedDataClass
- Undocumentedfiftyone.core.threed.camera.PerspectiveCamera
- Represents the configuration of a 3D perspective camera.fiftyone.core.threed.material_3d.Material3D
- Base class for 3D materials.fiftyone.core.threed.material_3d.MeshMaterial
- Represents a mesh material.fiftyone.core.threed.material_3d.MeshBasicMaterial
- Represents a basic mesh material.fiftyone.core.threed.material_3d.MeshDepthMaterial
- Represents a depth mesh material.fiftyone.core.threed.material_3d.MeshLambertMaterial
- Represents a Lambert mesh material.fiftyone.core.threed.material_3d.MeshPhongMaterial
- Represents a Phong mesh material.fiftyone.core.threed.material_3d.MeshStandardMaterial
- Represents a standard mesh material.fiftyone.core.threed.material_3d.PointCloudMaterial
- Represents a point cloud material.fiftyone.core.threed.scene_3d.SceneBackground
- Represents the background of the scene.fiftyone.core.threed.transformation.Quaternion
- Represents a quaternion.fiftyone.core.threed.transformation.Vector3
- Represents a three-dimensional vector.fiftyone.core.threed.transformation.Euler
- Represents intrinsic rotations about the object's own principal axes.fiftyone.core.utils.add_sys_path
- Context manager that temporarily inserts a path to sys.path.fiftyone.core.utils.LoggingLevel
- Context manager that allows for a temporary change to the level of a logging.Logger.fiftyone.core.utils.MonkeyPatchFunction
- Context manager that temporarily monkey patches the given function.fiftyone.core.utils.ResourceLimit
- Context manager that allows for a temporary change to a resource limit exposed by the resource package.fiftyone.core.utils.ResponseStream
- Wrapper around a requests.Response that provides a file-like object interface with read(), seek(), and tell() methods.fiftyone.core.utils.SetAttributes
- Context manager that temporarily sets the attributes of a class to new values.fiftyone.core.utils.SuppressLogging
- Context manager that temporarily disables system-wide logging.fiftyone.core.utils.UniqueFilenameMaker
- A class that generates unique output paths in a directory.fiftyone.factory.DelegatedOperationPagingParams
- Paging parameters for delegated operations.fiftyone.factory.repo_factory.RepositoryFactory
- Undocumentedfiftyone.factory.repos.delegated_operation.DelegatedOperationRepo
- Base Class for a delegated operation repository.fiftyone.factory.repos.execution_store.ExecutionStoreRepo
- Base class for execution store repositories.fiftyone.factory.repos.execution_store.MongoExecutionStoreRepo
- MongoDB implementation of execution store repository.fiftyone.factory.SortByField
- Sort by enum for delegated operations.fiftyone.factory.SortDirection
- Sort direction enum for delegated operations.fiftyone.migrations.runner.MigrationRunner
- Class for running FiftyOne migrations.fiftyone.operators.delegated.DelegatedOperationService
- Service for executing delegated operations.fiftyone.operators.executor.ExecutionContext
- Represents the execution context of an operator.fiftyone.operators.executor.ExecutionOptions
- Represents the execution options of an operation.fiftyone.operators.executor.ExecutionProgress
- Represents the status of an operator execution.fiftyone.operators.executor.ExecutionResult
- Represents the result of an operator execution.fiftyone.operators.executor.ExecutionRunState
- Enumeration of the available operator run states.fiftyone.operators.executor.Executor
- Handles the execution phase of the operator lifecycle.fiftyone.operators.executor.InvocationRequest
- Represents a request to invoke an operator.fiftyone.operators.executor.ValidationContext
- Represents the validation context of an operator.fiftyone.operators.executor.ValidationError
- A validation error.fiftyone.operators.message.GeneratedMessage
- A message generated by an operator executed as a generator.fiftyone.operators.operations.Operations
- Interface to trigger builtin operations on an execution context.fiftyone.operators.operator.Operator
- A FiftyOne operator.fiftyone.operators.evaluation_metric.EvaluationMetric
- Base class for evaluation metric operators.fiftyone.operators.panel.Panel
- A panel.fiftyone.operators.operator.OperatorConfig
- A configuration for an operator.fiftyone.operators.evaluation_metric.EvaluationMetricConfig
- Configuration class for evaluation metrics.fiftyone.operators.panel.PanelConfig
- Configuration for a panel.fiftyone.operators.panel.PanelRef
- Class representing a panel.fiftyone.operators.panel.PanelRefBase
- Base class for panel state and data.fiftyone.operators.panel.PanelRefData
- Class representing the data of a panel.fiftyone.operators.panel.PanelRefState
- Class representing the state of a panel.fiftyone.operators.permissions.ManagedOperators
- Undocumentedfiftyone.operators.registry.OperatorRegistry
- Operator registry.fiftyone.operators.permissions.PermissionedOperatorRegistry
- Undocumentedfiftyone.operators.store.service.ExecutionStoreService
- Service for managing execution store operations.fiftyone.operators.store.store.ExecutionStore
- Execution store.fiftyone.operators.types.BaseType
- Base class for all types.fiftyone.operators.types.Boolean
- Represents a boolean.fiftyone.operators.types.Container
- Represents a base container for a container types.fiftyone.operators.types.OutlinedContainer
- Represents an elevated block for a view.fiftyone.operators.types.PaperContainer
- Represents an elevated block for a view.fiftyone.operators.types.Enum
- Represents an enum.fiftyone.operators.types.List
- Represents a list.fiftyone.operators.types.Map
- Represents a map.fiftyone.operators.types.Number
- Represents a number.fiftyone.operators.types.Object
- Represents a JSON object.fiftyone.operators.types.File
- Represents a file and related metadata for use with FileExplorerView
.fiftyone.operators.types.UploadedFile
- Represents an object with uploaded file content and its metadata in properties.fiftyone.operators.types.OneOf
- Represents a one-of type.fiftyone.operators.types.Property
- Represents a property on an fiftyone.operators.Operator
.fiftyone.operators.types.ViewTargetProperty
- Displays a view target selector.fiftyone.operators.types.String
- Represents a string.fiftyone.operators.types.SampleID
- Represents a fiftyone.core.samples.Sample
ID.fiftyone.operators.types.Tree
- Represents a tree selection type. Examples:fiftyone.operators.types.Tuple
- Represents a tuple of types.fiftyone.operators.types.Void
- Represents a void type.fiftyone.operators.types.Placement
- Represents the placement of an operator in the FiftyOne App.fiftyone.operators.types.View
- Represents a view of a Property
.fiftyone.operators.types.Action
- An action (currently supported only in a TableView
).fiftyone.operators.types.AlertView
- Displays an alert.fiftyone.operators.types.ArrowNavView
- Displays a floating navigation arrows.fiftyone.operators.types.Button
- Represents a button in a View
.fiftyone.operators.types.ButtonView
- Represents a button in a Button
.fiftyone.operators.types.IconButtonView
- Represents a button in a View
.fiftyone.operators.types.ModalView
- Represents a button in a View
that opens up an interactive modal.fiftyone.operators.types.OperatorExecutionButtonView
- Represents an operator execution button in a View
.fiftyone.operators.types.CheckboxView
- Displays a checkbox.fiftyone.operators.types.Choice
- Represents a choice in a Choices
view.fiftyone.operators.types.Choices
- Represents a set of choices in a View
.fiftyone.operators.types.AutocompleteView
- Displays an autocomplete input.fiftyone.operators.types.Dropdown
- Represents a set of choices in a View
that are displayed as a dropdown.fiftyone.operators.types.DropdownView
- Displays a dropdown selector input.fiftyone.operators.types.RadioGroup
- Represents a set of choices in a View
that are displayed as a radio group.fiftyone.operators.types.RadioView
- Displays a radio component for the given RadioGroup
instance.fiftyone.operators.types.TabsView
- Displays a tabbed view.fiftyone.operators.types.CodeView
- Displays a code editor.fiftyone.operators.types.ColorView
- Displays a color picker.fiftyone.operators.types.Column
- A column in a TableView
.fiftyone.operators.types.DashboardView
- Defines a Dashboard view.fiftyone.operators.types.DrawerView
- Renders an operator prompt as a left or right side drawer.fiftyone.operators.types.Error
- Represents an error in a View
.fiftyone.operators.types.ErrorView
- Displays an error.fiftyone.operators.types.FieldView
- Displays a text input.fiftyone.operators.types.FileExplorerView
- Displays a file explorer for interacting with files.fiftyone.operators.types.FileView
- Displays a file input.fiftyone.operators.types.Form
- A form view.fiftyone.operators.types.FrameLoaderView
- Utility for animating panel state based on the given timeline_name.fiftyone.operators.types.GridView
- Displays properties of an object as a grid of components in horizontal or vertical orientation.fiftyone.operators.types.ButtonGroupView
- Displays a group of buttons in a horizontal stack.fiftyone.operators.types.HStackView
- Displays properties of an object as a horizontal stack of components.fiftyone.operators.types.MenuView
- Displays a menu of options in a vertical stack.fiftyone.operators.types.VStackView
- Displays properties of an object as a vertical stack of components.fiftyone.operators.types.Header
- Represents a header in a View
.fiftyone.operators.types.HeaderView
- Displays a header component.fiftyone.operators.types.HiddenView
- Allows properties to be hidden from the user.fiftyone.operators.types.ImageView
- Displays an image.fiftyone.operators.types.InferredView
- Represents a view of a Property
that is inferred from the data.fiftyone.operators.types.JSONView
- Displays a JSON viewer.fiftyone.operators.types.KeyValueView
- Displays a key-value editor.fiftyone.operators.types.LabelValueView
- Displays a label-value component. Used for displaying a label and a corresponding value.fiftyone.operators.types.LazyFieldView
- Displays a lazy text input which only apply input field changes on blur or when user clicks the save button within the field.fiftyone.operators.types.LinkView
- Displays a hyperlink.fiftyone.operators.types.ListView
- Displays a list of View
instances.fiftyone.operators.types.MapView
- Displays a key-value mapping.fiftyone.operators.types.MarkdownView
- Renders a markdown string as HTML.fiftyone.operators.types.MediaPlayerView
- Renders a media player for audio and video files.fiftyone.operators.types.Notice
- Represents a notice in a View
.fiftyone.operators.types.ObjectView
- Displays an object component.fiftyone.operators.types.OneOfView
- Displays one of the given View
instances.fiftyone.operators.types.PillBadgeView
- Displays a pill shaped badge.fiftyone.operators.types.PlotlyView
- Displays a Plotly chart.fiftyone.operators.types.PrimitiveView
- Displays a primitive value component.fiftyone.operators.types.ProgressView
- Displays a progress bar.fiftyone.operators.types.PromptView
- Customizes how a prompt is rendered.fiftyone.operators.types.ReadOnlyView
- A read-only View
.fiftyone.operators.types.LoadingView
- Displays a loading indicator.fiftyone.operators.types.SliderView
- Displays a slider component.fiftyone.operators.types.StatusButtonView
- Renders a status button.fiftyone.operators.types.Success
- Represents a success in a View
.fiftyone.operators.types.SwitchView
- Displays a toggle switch.fiftyone.operators.types.TableView
- Displays a table.fiftyone.operators.types.TagsView
- Displays a list of tags component.fiftyone.operators.types.TextFieldView
- Displays a text input.fiftyone.operators.types.TextView
- Displays a text. .. note:fiftyone.operators.types.TimelineView
- Represents a timeline for playing animations.fiftyone.operators.types.TimerView
- Supports a timer for executing operators/events after a specified duration or interval.fiftyone.operators.types.ToastView
- Displays a snackbar style toast element.fiftyone.operators.types.Tooltip
- A tooltip (currently supported only in a TableView
).fiftyone.operators.types.TreeSelectionView
- Displays a tree selection checkbox groups.fiftyone.operators.types.TupleView
- Displays a tuple of View
instances.fiftyone.operators.types.Warning
- Represents a warning in a View
.fiftyone.operators.types.ViewTargetOptions
- Represents the options for a ViewTargetProperty
.fiftyone.plugins.context.PluginContext
- Context that represents a plugin and the Python objects it creates.fiftyone.plugins.definitions.PluginDefinition
- A plugin definition.fiftyone.server.metadata.Reader
- Asynchronous file-like reader.fiftyone.service.main.ChildStreamMonitor
- Monitor for an output stream (stdout or stderr) of a child process.fiftyone.service.main.ClientMonitor
- Monitor to keep track of all clients using this service.fiftyone.types.dataset_types.Dataset
- Base type for datasets.fiftyone.types.dataset_types.CSVDataset
- A flexible CSV format that represents slice(s) of field values of a dataset as columns of a CSV file.fiftyone.types.dataset_types.FiftyOneDataset
- A disk representation of an entire fiftyone.core.dataset.Dataset
stored on disk in a serialized JSON format along with its source media.fiftyone.types.dataset_types.FIWDataset
- A labeled dataset consisting of images and their associated annotations saved in Families in the Wild format.fiftyone.types.dataset_types.GroupDataset
- Base type for datasets that contain grouped samples of any type(s).fiftyone.types.dataset_types.LabeledDataset
- Base type for datasets that represent a collection of data samples and their associated labels.fiftyone.types.dataset_types.GeoJSONDataset
- An image or video dataset whose geolocation data and optional properties are stored in GeoJSON format.fiftyone.types.dataset_types.LabeledImageDataset
- Base type for datasets that represent a collection of images and their associated labels.fiftyone.types.dataset_types.ImageClassificationDataset
- Base type for datasets that represent a collection of images and a set of associated classification labels.fiftyone.types.dataset_types.FiftyOneImageClassificationDataset
- A labeled dataset consisting of images and their associated classification labels stored in a simple JSON format.fiftyone.types.dataset_types.ImageClassificationDirectoryTree
- A directory tree whose subfolders define an image classification dataset.fiftyone.types.dataset_types.PlacesDataset
- A labeled dataset consisting of images and their associated lables from the Places dataset
.fiftyone.types.dataset_types.TFImageClassificationDataset
- A labeled dataset consisting of images and their associated classification labels stored as TFRecords.fiftyone.types.dataset_types.ImageDetectionDataset
- Base type for datasets that represent a collection of images and a set of associated detections.fiftyone.types.dataset_types.COCODetectionDataset
- A labeled dataset consisting of images and their associated object detections saved in COCO Object Detection Format.fiftyone.types.dataset_types.FiftyOneImageDetectionDataset
- A labeled dataset consisting of images and their associated object detections stored in a simple JSON format.fiftyone.types.dataset_types.KITTIDetectionDataset
- A labeled dataset consisting of images and their associated object detections saved in KITTI format.fiftyone.types.dataset_types.OpenImagesV6Dataset
- A labeled dataset consisting of images and their associated annotations saved in Open Images format.fiftyone.types.dataset_types.OpenImagesV7Dataset
- A labeled dataset consisting of images and their associated annotations saved in Open Images format.fiftyone.types.dataset_types.TFObjectDetectionDataset
- A labeled dataset consisting of images and their associated object detections stored as TFRecords in TF Object Detection API format.fiftyone.types.dataset_types.VOCDetectionDataset
- A labeled dataset consisting of images and their associated object detections saved in VOC format.fiftyone.types.dataset_types.YOLOv4Dataset
- A labeled dataset consisting of images and their associated object detections saved in YOLOv4 format.fiftyone.types.dataset_types.YOLOv5Dataset
- A labeled dataset consisting of images and their associated object detections saved in YOLOv5 format.fiftyone.types.dataset_types.ImageLabelsDataset
- Base type for datasets that represent a collection of images and a set of associated multitask predictions.fiftyone.types.dataset_types.BDDDataset
- A labeled dataset consisting of images and their associated multitask predictions saved in Berkeley DeepDrive (BDD) format.fiftyone.types.dataset_types.CVATImageDataset
- A labeled dataset consisting of images and their associated labels stored in CVAT image format.fiftyone.types.dataset_types.DICOMDataset
- An image dataset whose image data and optional properties are stored in DICOM format.fiftyone.types.dataset_types.FiftyOneImageLabelsDataset
- A labeled dataset consisting of images and their associated multitask predictions stored in ETA ImageLabels format.fiftyone.types.dataset_types.GeoTIFFDataset
- An image dataset whose image and geolocation data are stored in GeoTIFF format.fiftyone.types.dataset_types.OpenLABELImageDataset
- Undocumentedfiftyone.types.dataset_types.ImageSegmentationDataset
- Base type for datasets that represent a collection of images and a set of associated semantic segmentations.fiftyone.types.dataset_types.ImageSegmentationDirectory
- An labeled dataset consisting of images and their associated semantic segmentations stored as images on disk.fiftyone.types.dataset_types.LabeledVideoDataset
- Base type for datasets that represent a collection of videos and their associated labels.fiftyone.types.dataset_types.VideoClassificationDataset
- Base type for datasets that represent a collection of videos and a set of associated classification labels.fiftyone.types.dataset_types.VideoClassificationDirectoryTree
- A directory tree whose subfolders define a video classification dataset.fiftyone.types.dataset_types.VideoDetectionDataset
- Base type for datasets that represent a collection of videos and a set of associated video detections.fiftyone.types.dataset_types.FiftyOneTemporalDetectionDataset
- A labeled dataset consisting of videos and their associated temporal detections stored in a simple JSON format.fiftyone.types.dataset_types.ActivityNetDataset
- A video dataset composed of temporal activity detections from the ActivityNet dataset.fiftyone.types.dataset_types.VideoLabelsDataset
- Base type for datasets that represent a collection of videos and a set of associated multitask predictions.fiftyone.types.dataset_types.CVATVideoDataset
- A labeled dataset consisting of images and their associated object detections stored in CVAT video format.fiftyone.types.dataset_types.FiftyOneVideoLabelsDataset
- A labeled dataset consisting of videos and their associated labels stored in ETA VideoLabels format.fiftyone.types.dataset_types.OpenLABELVideoDataset
- Undocumentedfiftyone.types.dataset_types.LegacyFiftyOneDataset
- Legacy disk representation of an entire fiftyone.core.dataset.Dataset
stored on disk in a serialized JSON format along with its source media.fiftyone.types.dataset_types.UnlabeledDataset
- Base type for datasets that represent an unlabeled collection of data samples.fiftyone.types.dataset_types.MediaDirectory
- A directory of media files.fiftyone.types.dataset_types.UnlabeledImageDataset
- Base type for datasets that represent an unlabeled collection of images.fiftyone.types.dataset_types.ImageDirectory
- A directory of images.fiftyone.types.dataset_types.VideoDirectory
- A directory of videos.fiftyone.types.dataset_types.UnlabeledVideoDataset
- Base type for datasets that represent an unlabeled collection of videos.fiftyone.utils.activitynet.ActivityNetDatasetManager
- Class that manages the sample IDs and labels that need to be downloaded to load the specified subset of an ActivityNet dataset.fiftyone.utils.activitynet.ActivityNetDownloadConfig
- Configuration class for downloading full or partial splits from the ActivityNet dataset.fiftyone.utils.activitynet.ActivityNetInfo
- Necessary information used to parse and format annotations.fiftyone.utils.activitynet.ActivityNetDatasetInfo
- Class that stores information related to paths, labels, and sample IDs for an ActivityNet dataset download.fiftyone.utils.activitynet.ActivityNet100DatasetInfo
- ActivityNet 100 dataset info.fiftyone.utils.activitynet.ActivityNet200DatasetInfo
- ActivityNet 200 dataset info.fiftyone.utils.activitynet.ActivityNetSplitInfo
- Class that contains information related to paths, labels, and sample IDs of a single ActivityNet split.fiftyone.utils.annotations.AnnotationAPI
- Base class for APIs that connect to annotation backends.fiftyone.utils.cvat.CVATAnnotationAPI
- A class to facilitate connection to and management of tasks in CVAT.fiftyone.utils.labelbox.LabelboxAnnotationAPI
- A class to facilitate connection to and management of projects in Labelbox.fiftyone.utils.labelstudio.LabelStudioAnnotationAPI
- A class to upload tasks and predictions to and fetch annotations from Label Studio.fiftyone.utils.clip.tokenizer.SimpleTokenizer
- Undocumentedfiftyone.utils.coco.COCOObject
- An object in COCO format.fiftyone.utils.cvat.CVATAttribute
- An attribute in CVAT image format.fiftyone.utils.cvat.CVATImage
- An annotated image in CVAT image format.fiftyone.utils.cvat.CVATImageAnno
- Mixin for annotations in CVAT image format.fiftyone.utils.cvat.CVATImageBox
- An object bounding box in CVAT image format.fiftyone.utils.cvat.CVATImagePoints
- A set of keypoints in CVAT image format.fiftyone.utils.cvat.CVATImagePolygon
- A polygon in CVAT image format.fiftyone.utils.cvat.CVATImagePolyline
- A polyline in CVAT image format.fiftyone.utils.cvat.CVATImageTag
- A tag in CVAT image format.fiftyone.utils.cvat.CVATImageAnnotationWriter
- Class for writing annotations in CVAT image format.fiftyone.utils.cvat.CVATLabel
- A label returned by the CVAT API.fiftyone.utils.cvat.CVATShape
- A shape returned by the CVAT API.fiftyone.utils.cvat.CVATTag
- A tag returned by the CVAT API.fiftyone.utils.cvat.CVATTaskLabels
- Description of the labels in a CVAT image annotation task.fiftyone.utils.cvat.CVATTrack
- An annotation track in CVAT video format.fiftyone.utils.cvat.CVATVideoAnno
- Mixin for annotations in CVAT video format.fiftyone.utils.cvat.CVATVideoBox
- An object bounding box in CVAT video format.fiftyone.utils.cvat.CVATVideoPoints
- A set of keypoints in CVAT video format.fiftyone.utils.cvat.CVATVideoPolygon
- A polygon in CVAT video format.fiftyone.utils.cvat.CVATVideoPolyline
- A polyline in CVAT video format.fiftyone.utils.cvat.CVATVideoAnnotationWriter
- Class for writing annotations in CVAT video format.fiftyone.utils.cvat.HasCVATBinaryMask
- Mixin for CVAT annotations that store RLE format instance masks.fiftyone.utils.cvat.HasCVATPoints
- Mixin for CVAT annotations that store a list of (x, y) pixel coordinates.fiftyone.utils.cvat.CVATImagePoints
- A set of keypoints in CVAT image format.fiftyone.utils.cvat.CVATImagePolygon
- A polygon in CVAT image format.fiftyone.utils.cvat.CVATImagePolyline
- A polyline in CVAT image format.fiftyone.utils.cvat.CVATVideoPoints
- A set of keypoints in CVAT video format.fiftyone.utils.cvat.CVATVideoPolygon
- A polygon in CVAT video format.fiftyone.utils.cvat.CVATVideoPolyline
- A polyline in CVAT video format.fiftyone.utils.data.exporters.DatasetExporter
- Base interface for exporting datasets.fiftyone.utils.data.exporters.BatchDatasetExporter
- Base interface for exporters that export entire fiftyone.core.collections.SampleCollection
instances in a single batch.fiftyone.utils.csv.CSVDatasetExporter
- A flexible CSV exporter that represents slice(s) of field values of a dataset as columns of a CSV file.fiftyone.utils.data.exporters.FiftyOneDatasetExporter
- Exporter that writes an entire FiftyOne dataset to disk in a serialized JSON format along with its source media.fiftyone.utils.data.exporters.GenericSampleDatasetExporter
- Interface for exporting datasets of arbitrary fiftyone.core.sample.Sample
instances.fiftyone.utils.data.exporters.LegacyFiftyOneDatasetExporter
- Legacy exporter that writes an entire FiftyOne dataset to disk in a serialized JSON format along with its source media.fiftyone.utils.geojson.GeoJSONDatasetExporter
- Exporter for image or video datasets whose location data and labels are stored in GeoJSON format.fiftyone.utils.data.exporters.GroupDatasetExporter
- Interface for exporting grouped datasets.fiftyone.utils.data.exporters.LabeledImageDatasetExporter
- Interface for exporting datasets of labeled image samples.fiftyone.utils.bdd.BDDDatasetExporter
- Exporter that writes BDD datasets to disk.fiftyone.utils.coco.COCODetectionDatasetExporter
- Exporter that writes COCO detection datasets to disk.fiftyone.utils.cvat.CVATImageDatasetExporter
- Exporter that writes CVAT image datasets to disk.fiftyone.utils.data.exporters.FiftyOneImageClassificationDatasetExporter
- Exporter that writes an image classification dataset to disk in a simple JSON format.fiftyone.utils.data.exporters.FiftyOneImageDetectionDatasetExporter
- Exporter that writes an image detection dataset to disk in a simple JSON format.fiftyone.utils.data.exporters.FiftyOneImageLabelsDatasetExporter
- Exporter that writes a labeled image dataset to disk with labels stored in ETA ImageLabels format.fiftyone.utils.data.exporters.ImageClassificationDirectoryTreeExporter
- Exporter that writes an image classification directory tree to disk.fiftyone.utils.data.exporters.ImageSegmentationDirectoryExporter
- Exporter that writes an image segmentation dataset to disk.fiftyone.utils.kitti.KITTIDetectionDatasetExporter
- Exporter that writes KITTI detection datasets to disk.fiftyone.utils.tf.TFRecordsDatasetExporter
- Base class for fiftyone.utils.data.exporters.LabeledImageDatasetExporter
instances that export labeled images as TFRecords datasets on disk.fiftyone.utils.tf.TFImageClassificationDatasetExporter
- Exporter that writes an image classification dataset to disk as TFRecords.fiftyone.utils.tf.TFObjectDetectionDatasetExporter
- Exporter that writes an object detection dataset to disk as TFRecords in the TF Object Detection API format.fiftyone.utils.voc.VOCDetectionDatasetExporter
- Exporter that writes VOC detection datasets to disk.fiftyone.utils.yolo.YOLOv4DatasetExporter
- Exporter that writes YOLOv4 datasets to disk.fiftyone.utils.yolo.YOLOv5DatasetExporter
- Exporter that writes YOLOv5 datasets to disk.fiftyone.utils.data.exporters.LabeledVideoDatasetExporter
- Interface for exporting datasets of labeled video samples.fiftyone.utils.cvat.CVATVideoDatasetExporter
- Exporter that writes CVAT video datasets to disk.fiftyone.utils.data.exporters.FiftyOneTemporalDetectionDatasetExporter
- Exporter that writes a temporal video detection dataset to disk in a simple JSON format.fiftyone.utils.data.exporters.FiftyOneVideoLabelsDatasetExporter
- Exporter that writes a labeled video dataset with labels stored in ETA VideoLabels format.fiftyone.utils.data.exporters.VideoClassificationDirectoryTreeExporter
- Exporter that writes a video classification directory tree to disk.fiftyone.utils.data.exporters.UnlabeledImageDatasetExporter
- Interface for exporting datasets of unlabeled image samples.fiftyone.utils.data.exporters.ImageDirectoryExporter
- Exporter that writes a directory of images to disk.fiftyone.utils.data.exporters.UnlabeledMediaDatasetExporter
- Interface for exporting datasets of unlabeled samples.fiftyone.utils.data.exporters.MediaDirectoryExporter
- Exporter that writes a directory of media files of arbitrary type to disk.fiftyone.utils.data.exporters.UnlabeledVideoDatasetExporter
- Interface for exporting datasets of unlabeled video samples.fiftyone.utils.data.exporters.VideoDirectoryExporter
- Exporter that writes a directory of videos to disk.fiftyone.utils.data.exporters.ExportPathsMixin
- Mixin for DatasetExporter
classes that provides convenience methods for parsing the data_path, labels_path, and export_media parameters supported by many exporters.fiftyone.utils.bdd.BDDDatasetExporter
- Exporter that writes BDD datasets to disk.fiftyone.utils.coco.COCODetectionDatasetExporter
- Exporter that writes COCO detection datasets to disk.fiftyone.utils.csv.CSVDatasetExporter
- A flexible CSV exporter that represents slice(s) of field values of a dataset as columns of a CSV file.fiftyone.utils.cvat.CVATImageDatasetExporter
- Exporter that writes CVAT image datasets to disk.fiftyone.utils.cvat.CVATVideoDatasetExporter
- Exporter that writes CVAT video datasets to disk.fiftyone.utils.data.exporters.FiftyOneImageClassificationDatasetExporter
- Exporter that writes an image classification dataset to disk in a simple JSON format.fiftyone.utils.data.exporters.FiftyOneImageDetectionDatasetExporter
- Exporter that writes an image detection dataset to disk in a simple JSON format.fiftyone.utils.data.exporters.FiftyOneTemporalDetectionDatasetExporter
- Exporter that writes a temporal video detection dataset to disk in a simple JSON format.fiftyone.utils.data.exporters.ImageSegmentationDirectoryExporter
- Exporter that writes an image segmentation dataset to disk.fiftyone.utils.geojson.GeoJSONDatasetExporter
- Exporter for image or video datasets whose location data and labels are stored in GeoJSON format.fiftyone.utils.kitti.KITTIDetectionDatasetExporter
- Exporter that writes KITTI detection datasets to disk.fiftyone.utils.tf.TFRecordsDatasetExporter
- Base class for fiftyone.utils.data.exporters.LabeledImageDatasetExporter
instances that export labeled images as TFRecords datasets on disk.fiftyone.utils.tf.TFImageClassificationDatasetExporter
- Exporter that writes an image classification dataset to disk as TFRecords.fiftyone.utils.tf.TFObjectDetectionDatasetExporter
- Exporter that writes an object detection dataset to disk as TFRecords in the TF Object Detection API format.fiftyone.utils.voc.VOCDetectionDatasetExporter
- Exporter that writes VOC detection datasets to disk.fiftyone.utils.yolo.YOLOv4DatasetExporter
- Exporter that writes YOLOv4 datasets to disk.fiftyone.utils.yolo.YOLOv5DatasetExporter
- Exporter that writes YOLOv5 datasets to disk.fiftyone.utils.data.exporters.MediaExporter
- Base class for DatasetExporter
utilities that provide support for populating a directory or manifest of media files.fiftyone.utils.data.exporters.ImageExporter
- Utility class for DatasetExporter
instances that export images.fiftyone.utils.data.exporters.VideoExporter
- Utility class for DatasetExporter
instances that export videos.fiftyone.utils.data.importers.DatasetImporter
- Base interface for importing datasets stored on disk into FiftyOne.fiftyone.utils.data.importers.BatchDatasetImporter
- Base interface for importers that load all of their samples in a single call to import_samples
.fiftyone.utils.data.importers.FiftyOneDatasetImporter
- Importer for FiftyOne datasets stored on disk in serialized JSON format.fiftyone.utils.fiw.FIWDatasetImporter
- Importer for Faces in the Wild-formatted datasets stored on disk.fiftyone.utils.data.importers.GenericSampleDatasetImporter
- Interface for importing datasets that contain arbitrary fiftyone.core.sample.Sample
instances.fiftyone.utils.csv.CSVDatasetImporter
- A flexible CSV importer that represents slice(s) of field values of a dataset as columns of a CSV file.fiftyone.utils.data.importers.GroupDatasetImporter
- Interface for importing datasets that contain arbitrary grouped fiftyone.core.sample.Sample
instances.fiftyone.utils.data.importers.LegacyFiftyOneDatasetImporter
- Legacy importer for FiftyOne datasets stored on disk in a serialized JSON format.fiftyone.utils.geojson.GeoJSONDatasetImporter
- Importer for image or video datasets whose location data and labels are stored in GeoJSON format.fiftyone.utils.data.importers.LabeledImageDatasetImporter
- Interface for importing datasets of labeled image samples.fiftyone.utils.bdd.BDDDatasetImporter
- Importer for BDD datasets stored on disk.fiftyone.utils.coco.COCODetectionDatasetImporter
- Importer for COCO detection datasets stored on disk.fiftyone.utils.cvat.CVATImageDatasetImporter
- Importer for CVAT image datasets stored on disk.fiftyone.utils.data.importers.FiftyOneImageClassificationDatasetImporter
- Importer for image classification datasets stored on disk in a simple JSON format.fiftyone.utils.data.importers.FiftyOneImageDetectionDatasetImporter
- Importer for image detection datasets stored on disk in a simple JSON format.fiftyone.utils.data.importers.FiftyOneImageLabelsDatasetImporter
- Importer for labeled image datasets whose labels are stored in ETA ImageLabels format.fiftyone.utils.data.importers.ImageClassificationDirectoryTreeImporter
- Importer for an image classification directory tree stored on disk.fiftyone.utils.data.importers.ImageSegmentationDirectoryImporter
- Importer for image segmentation datasets stored on disk.fiftyone.utils.data.ingestors.LabeledImageDatasetIngestor
- Dataset importer that ingests labeled images into the provided dataset_dir during import.fiftyone.utils.dicom.DICOMDatasetImporter
- Importer for DICOM datasets datasets stored on disk.fiftyone.utils.geotiff.GeoTIFFDatasetImporter
- Importer for a directory of GeoTIFF images with geolocation data.fiftyone.utils.kitti.KITTIDetectionDatasetImporter
- Importer for KITTI detection datasets stored on disk.fiftyone.utils.openimages.OpenImagesDatasetImporter
- Base class for importing datasets in Open Images format.fiftyone.utils.openimages.OpenImagesV6DatasetImporter
- Base class for importing datasets in Open Images V6 format.fiftyone.utils.openimages.OpenImagesV7DatasetImporter
- Base class for importing datasets in Open Images V7 format.fiftyone.utils.openlabel.OpenLABELImageDatasetImporter
- Importer for OpenLABEL image datasets stored on disk.fiftyone.utils.places.PlacesDatasetImporter
- Class for importing datasets written by download_places_dataset_split`.fiftyone.utils.tf.TFRecordsLabeledImageDatasetImporter
- Base class for fiftyone.utils.data.importers.LabeledImageDatasetImporter
instances that import tf.train.Example protos containing labeled images.fiftyone.utils.tf.TFImageClassificationDatasetImporter
- Importer for TF image classification datasets stored on disk.fiftyone.utils.tf.TFObjectDetectionDatasetImporter
- Importer for TF detection datasets stored on disk.fiftyone.utils.voc.VOCDetectionDatasetImporter
- Importer for VOC detection datasets stored on disk.fiftyone.utils.yolo.YOLOv4DatasetImporter
- Importer for YOLOv4 datasets stored on disk.fiftyone.utils.yolo.YOLOv5DatasetImporter
- Importer for YOLOv5 datasets stored on disk.fiftyone.utils.data.importers.LabeledVideoDatasetImporter
- Interface for importing datasets of labeled video samples.fiftyone.utils.cvat.CVATVideoDatasetImporter
- Importer for CVAT video datasets stored on disk.fiftyone.utils.data.importers.FiftyOneTemporalDetectionDatasetImporter
- Importer for temporal video detection datasets stored on disk in a simple JSON format.fiftyone.utils.activitynet.ActivityNetDatasetImporter
- Class for importing AcitivityNet dataset splits downloaded via download_activitynet_split
.fiftyone.utils.data.importers.FiftyOneVideoLabelsDatasetImporter
- Importer for labeled video datasets whose labels are stored in ETA VideoLabels format.fiftyone.utils.data.importers.VideoClassificationDirectoryTreeImporter
- Importer for a viideo classification directory tree stored on disk.fiftyone.utils.data.ingestors.LabeledVideoDatasetIngestor
- Dataset importer that ingests labeled videos into the provided dataset_dir during import.fiftyone.utils.openlabel.OpenLABELVideoDatasetImporter
- Importer for OpenLABEL video datasets stored on disk.fiftyone.utils.data.importers.UnlabeledImageDatasetImporter
- Interface for importing datasets of unlabeled image samples.fiftyone.utils.data.importers.ImageDirectoryImporter
- Importer for a directory of images stored on disk.fiftyone.utils.data.ingestors.UnlabeledImageDatasetIngestor
- Dataset importer that ingests unlabeled images into the provided dataset_dir during import.fiftyone.utils.data.importers.UnlabeledMediaDatasetImporter
- Interface for importing datasets of unlabeled media samples.fiftyone.utils.data.importers.MediaDirectoryImporter
- Importer for a directory of media files stored on disk.fiftyone.utils.data.importers.UnlabeledVideoDatasetImporter
- Interface for importing datasets of unlabeled video samples.fiftyone.utils.data.importers.VideoDirectoryImporter
- Importer for a directory of videos stored on disk.fiftyone.utils.data.ingestors.UnlabeledVideoDatasetIngestor
- Dataset importer that ingests unlabeled videos into the provided dataset_dir during import.fiftyone.utils.data.importers.ImportPathsMixin
- Mixin for DatasetImporter
classes that provides convenience methods for parsing the data_path and labels_path parameters supported by many importers.fiftyone.utils.bdd.BDDDatasetImporter
- Importer for BDD datasets stored on disk.fiftyone.utils.coco.COCODetectionDatasetImporter
- Importer for COCO detection datasets stored on disk.fiftyone.utils.csv.CSVDatasetImporter
- A flexible CSV importer that represents slice(s) of field values of a dataset as columns of a CSV file.fiftyone.utils.cvat.CVATImageDatasetImporter
- Importer for CVAT image datasets stored on disk.fiftyone.utils.cvat.CVATVideoDatasetImporter
- Importer for CVAT video datasets stored on disk.fiftyone.utils.data.importers.FiftyOneImageClassificationDatasetImporter
- Importer for image classification datasets stored on disk in a simple JSON format.fiftyone.utils.data.importers.FiftyOneImageDetectionDatasetImporter
- Importer for image detection datasets stored on disk in a simple JSON format.fiftyone.utils.data.importers.FiftyOneTemporalDetectionDatasetImporter
- Importer for temporal video detection datasets stored on disk in a simple JSON format.fiftyone.utils.activitynet.ActivityNetDatasetImporter
- Class for importing AcitivityNet dataset splits downloaded via download_activitynet_split
.fiftyone.utils.data.importers.ImageSegmentationDirectoryImporter
- Importer for image segmentation datasets stored on disk.fiftyone.utils.dicom.DICOMDatasetImporter
- Importer for DICOM datasets datasets stored on disk.fiftyone.utils.geojson.GeoJSONDatasetImporter
- Importer for image or video datasets whose location data and labels are stored in GeoJSON format.fiftyone.utils.geotiff.GeoTIFFDatasetImporter
- Importer for a directory of GeoTIFF images with geolocation data.fiftyone.utils.kitti.KITTIDetectionDatasetImporter
- Importer for KITTI detection datasets stored on disk.fiftyone.utils.openlabel.OpenLABELImageDatasetImporter
- Importer for OpenLABEL image datasets stored on disk.fiftyone.utils.openlabel.OpenLABELVideoDatasetImporter
- Importer for OpenLABEL video datasets stored on disk.fiftyone.utils.tf.TFRecordsLabeledImageDatasetImporter
- Base class for fiftyone.utils.data.importers.LabeledImageDatasetImporter
instances that import tf.train.Example protos containing labeled images.fiftyone.utils.tf.TFImageClassificationDatasetImporter
- Importer for TF image classification datasets stored on disk.fiftyone.utils.tf.TFObjectDetectionDatasetImporter
- Importer for TF detection datasets stored on disk.fiftyone.utils.voc.VOCDetectionDatasetImporter
- Importer for VOC detection datasets stored on disk.fiftyone.utils.yolo.YOLOv4DatasetImporter
- Importer for YOLOv4 datasets stored on disk.fiftyone.utils.yolo.YOLOv5DatasetImporter
- Importer for YOLOv5 datasets stored on disk.fiftyone.utils.data.ingestors.ImageIngestor
- Mixin for fiftyone.utils.data.importers.DatasetImporter
instances that ingest images into the provided dataset_dir during import.fiftyone.utils.data.ingestors.LabeledImageDatasetIngestor
- Dataset importer that ingests labeled images into the provided dataset_dir during import.fiftyone.utils.data.ingestors.UnlabeledImageDatasetIngestor
- Dataset importer that ingests unlabeled images into the provided dataset_dir during import.fiftyone.utils.data.ingestors.VideoIngestor
- Mixin for fiftyone.utils.data.importers.DatasetImporter
instances that ingest videos into the provided dataset_dir during import.fiftyone.utils.data.ingestors.LabeledVideoDatasetIngestor
- Dataset importer that ingests labeled videos into the provided dataset_dir during import.fiftyone.utils.data.ingestors.UnlabeledVideoDatasetIngestor
- Dataset importer that ingests unlabeled videos into the provided dataset_dir during import.fiftyone.utils.data.parsers.ExtractClipsMixin
- Mixin for sample parsers that extract clips from fiftyone.core.clips.ClipView
instances.fiftyone.utils.data.parsers.FiftyOneLabeledVideoSampleParser
- Parser for fiftyone.core.sample.Sample
instances that contain labeled videos.fiftyone.utils.data.parsers.FiftyOneUnlabeledVideoSampleParser
- Parser for fiftyone.core.sample.Sample
instances that contain videos.fiftyone.utils.data.parsers.SampleParser
- Base interface for sample parsers.fiftyone.utils.data.parsers.LabeledImageSampleParser
- Interface for SampleParser
instances that parse labeled image samples.fiftyone.utils.data.parsers.FiftyOneLabeledImageSampleParser
- Parser for fiftyone.core.sample.Sample
instances that contain labeled images.fiftyone.utils.data.parsers.LabeledImageTupleSampleParser
- Generic sample parser that parses samples that are (image_or_path, label) tuples, where:fiftyone.utils.data.parsers.ImageClassificationSampleParser
- Generic parser for image classification(s) samples whose labels are represented as fiftyone.core.labels.Classification
instances.fiftyone.utils.data.parsers.FiftyOneImageClassificationSampleParser
- Parser for samples in FiftyOne image classification datasets.fiftyone.utils.data.parsers.ImageDetectionSampleParser
- Generic parser for image detection samples whose labels are represented as fiftyone.core.labels.Detections
instances.fiftyone.utils.data.parsers.FiftyOneImageDetectionSampleParser
- Parser for samples in FiftyOne image detection datasets.fiftyone.zoo.datasets.tf._TFDSImageDetectionSampleParser
- Undocumentedfiftyone.zoo.datasets.torch._VOCDetectionSampleParser
- Undocumentedfiftyone.utils.data.parsers.ImageLabelsSampleParser
- Generic parser for multitask image prediction samples whose labels are stored in eta.core.image.ImageLabels format.fiftyone.utils.data.parsers.FiftyOneImageLabelsSampleParser
- Parser for samples in FiftyOne image labels datasets.fiftyone.utils.dicom.DICOMSampleParser
- Parser for labeled image samples stored in DICOM format.fiftyone.utils.tf.TFRecordSampleParser
- Base class for sample parsers that ingest tf.train.Example protos containing labeled images.fiftyone.utils.tf.TFImageClassificationSampleParser
- Parser for image classification samples stored as TFRecords.fiftyone.utils.tf.TFObjectDetectionSampleParser
- Parser for samples in TF Object Detection API format.fiftyone.utils.data.parsers.LabeledVideoSampleParser
- Interface for SampleParser
instances that parse labeled video samples.fiftyone.utils.data.parsers.FiftyOneLabeledVideoSampleParser
- Parser for fiftyone.core.sample.Sample
instances that contain labeled videos.fiftyone.utils.data.parsers.FiftyOneTemporalDetectionSampleParser
- Parser for samples in FiftyOne temporal detection datasets.fiftyone.utils.data.parsers.VideoLabelsSampleParser
- Generic parser for labeled video samples whose labels are represented in eta.core.video.VideoLabels format.fiftyone.utils.data.parsers.FiftyOneVideoLabelsSampleParser
- Parser for samples in FiftyOne video labels datasets.fiftyone.utils.data.parsers.UnlabeledImageSampleParser
- Interface for SampleParser
instances that parse unlabeled image samples.fiftyone.utils.data.parsers.FiftyOneUnlabeledImageSampleParser
- Parser for fiftyone.core.sample.Sample
instances that contain images.fiftyone.utils.data.parsers.ImageSampleParser
- Sample parser that parses unlabeled image samples.fiftyone.utils.data.parsers.UnlabeledMediaSampleParser
- Interface for SampleParser
instances that parse unlabeled media samples.fiftyone.utils.data.parsers.MediaSampleParser
- Sample parser that parses unlabeled media samples.fiftyone.utils.data.parsers.FiftyOneUnlabeledMediaSampleParser
- Parser for fiftyone.core.sample.Sample
instances that contain unlabeled media.fiftyone.utils.data.parsers.UnlabeledVideoSampleParser
- Interface for SampleParser
instances that parse unlabeled video samples.fiftyone.utils.data.parsers.FiftyOneUnlabeledVideoSampleParser
- Parser for fiftyone.core.sample.Sample
instances that contain videos.fiftyone.utils.data.parsers.VideoSampleParser
- Sample parser that parses unlabeled video samples.fiftyone.utils.github.GitHubRepository
- Class for interacting with a GitHub repository.fiftyone.utils.kinetics.KineticsDatasetDownloader
- Clas that downloads and extracts Kinetics tars from AWS.fiftyone.utils.kinetics.KineticsDatasetInfo
- Class that contains information such as paths, labels, and sample IDs for a Kinetics download.fiftyone.utils.kinetics.ClasswiseS3KineticsDatasetInfo
- Undocumentedfiftyone.utils.kinetics.Kinetics600DatasetInfo
- Kinetics 600-specific dataset info.fiftyone.utils.kinetics.Kinetics7002020DatasetInfo
- Kinetics 700-2020-specific dataset info.fiftyone.utils.kinetics.Kinetics700DatasetInfo
- Kinetics 700-specific dataset info.fiftyone.utils.kinetics.Kinetics400DatasetInfo
- Kinetics 400-specific dataset info.fiftyone.utils.kinetics.KineticsDatasetManager
- Class that manages the sample IDs and labels that need to be downloaded as well as performing the actual downloading.fiftyone.utils.kinetics.KineticsDownloadConfig
- Config class for a Kinetics download run.fiftyone.utils.kitti.KITTIAnnotationWriter
- Class for writing annotations in KITTI detection format.fiftyone.utils.labelbox._FiftyOneToLabelboxConverterBase
- Undocumentedfiftyone.utils.labelbox._FiftyOneToLabelboxExportConverterV1
- Undocumentedfiftyone.utils.labelbox._LabelboxExportToFiftyOneConverterV1
- Undocumentedfiftyone.utils.labelbox._LabelboxExportToFiftyOneConverterV2
- Undocumentedfiftyone.utils.labelbox.LabelboxExportVersion
- Enum for Labelbox export formats and API versions.fiftyone.utils.openlabel.AttributeParser
- Methods used to parse attributes from OpenLABEL annotations.fiftyone.utils.openlabel.OpenLABELObject
- An object parsed from OpenLABEL labels.fiftyone.utils.openlabel.OpenLABELShape
- A single OpenLABEL shape like a bounding box or polygon.fiftyone.utils.openlabel.OpenLABELBBox
- An OpenLABEL bounding box.fiftyone.utils.openlabel.OpenLABELPoint
- An OpenLABEL keypoint.fiftyone.utils.openlabel.OpenLABELPoly2D
- An OpenLABEL polyline.fiftyone.utils.openlabel.OpenLABELShapes
- A collection of OpenLABEL shapes.fiftyone.utils.openlabel.OpenLABELAnnotations
- Annotations parsed from OpenLABEL format able to be converted to FiftyOne labels.fiftyone.utils.openlabel.OpenLABELGroup
- A utility for parsing groups of OpenLABEL elementsfiftyone.utils.openlabel.OpenLABELObjects
- A collection of OpenLABELObject
and corresponding utility methods.fiftyone.utils.openlabel.OpenLABELStreams
- A collection of OpenLABEL streams.fiftyone.utils.openlabel.OpenLABELMetadata
- A parser and storage for OpenLABEL metadata.fiftyone.utils.openlabel.OpenLABELStream
- An OpenLABEL stream corresponding to one uri or file_id.fiftyone.utils.openlabel.OpenLABELStreamInfo
- Information about a stream used to gather specific objects for a media file.fiftyone.utils.openlabel.OpenLABELStreamInfos
- A collection of multiple OpenLABELStreamInfo
objects.fiftyone.utils.patches.ImagePatchesExtractor
- Class for iterating over the labeled/unlabeled image patches in a collection.fiftyone.utils.tf.TFExampleGenerator
- Base class for sample writers that emit tf.train.Example protos.fiftyone.utils.tf.TFImageClassificationExampleGenerator
- Class for generating tf.train.Example protos for samples in TF image classification format.fiftyone.utils.tf.TFObjectDetectionExampleGenerator
- Class for generating tf.train.Example protos for samples in TF Object Detection API format.fiftyone.utils.tf.TFRecordsWriter
- Class for writing TFRecords to disk.fiftyone.utils.torch.MaxResize
- Transform that resizes the PIL image or torch Tensor, if necessary, so that its maximum dimensions are at most the specified size.fiftyone.utils.torch.MinResize
- Transform that resizes the PIL image or torch Tensor, if necessary, so that its minimum dimensions are at least the specified size.fiftyone.utils.torch.OutputProcessor
- Interface for processing the outputs of Torch models.fiftyone.utils.torch.ClassifierOutputProcessor
- Output processor for single label classifiers.fiftyone.utils.torch.DetectorOutputProcessor
- Output processor for object detectors.fiftyone.utils.torch.InstanceSegmenterOutputProcessor
- Output processor for instance segementers.fiftyone.utils.torch.KeypointDetectorOutputProcessor
- Output processor for keypoint detection models.fiftyone.utils.torch.SemanticSegmenterOutputProcessor
- Output processor for semantic segementers.fiftyone.utils.ultralytics.UltralyticsOutputProcessor
- Converts Ultralytics PyTorch Hub model outputs to FiftyOne format.fiftyone.utils.torch.PatchSize
- Transform that center crops the PIL image or torch Tensor, if necessary, so that its dimensions are multiples of the specified patch size.fiftyone.utils.torch.SaveLayerTensor
- Callback that saves the input/output tensor of the specified layer of a Torch model during each forward() call.fiftyone.utils.torch.ToPILImage
- Transform that converts a tensor or ndarray to a PIL image, while also allowing PIL images to passthrough.fiftyone.utils.tracking.deepsort.DeepSort
- No class docstring; 2/2 static methods documentedfiftyone.utils.utils3d._Box
- No class docstring; 0/6 instance variable, 2/5 methods documentedfiftyone.utils.voc.VOCAnnotation
- Class representing a VOC annotations file.fiftyone.utils.voc.VOCAnnotationWriter
- Class for writing annotations in VOC format.fiftyone.utils.voc.VOCBoundingBox
- A bounding box in VOC detection format.fiftyone.utils.voc.VOCObject
- An object in VOC detection format.fiftyone.utils.yolo.YOLOAnnotationWriter
- Class for writing annotations in YOLO-style TXT format.fiftyone.zoo.datasets.ZooDataset
- Base class for datasets made available in the FiftyOne Dataset Zoo.fiftyone.zoo.datasets.base.FiftyOneDataset
- Base class for zoo datasets that are provided natively by FiftyOne.fiftyone.zoo.datasets.base.ActivityNet100Dataset
- ActivityNet is a large-scale video dataset for human activity understanding supporting the tasks of global video classification, trimmed activity classification, and temporal activity detection.fiftyone.zoo.datasets.base.ActivityNet200Dataset
- ActivityNet is a large-scale video dataset for human activity understanding supporting the tasks of global video classification, trimmed activity classification, and temporal activity detection.fiftyone.zoo.datasets.base.BDD100KDataset
- The Berkeley Deep Drive (BDD) dataset is one of the largest and most diverse video datasets for autonomous vehicles.fiftyone.zoo.datasets.base.Caltech101Dataset
- The Caltech-101 dataset of images.fiftyone.zoo.datasets.base.Caltech256Dataset
- The Caltech-256 dataset of images.fiftyone.zoo.datasets.base.CityscapesDataset
- Cityscapes is a large-scale dataset that contains a diverse set of stereo video sequences recorded in street scenes from 50 different cities, with high quality pixel-level annotations of 5,000 frames in addition to a larger set of 20,000 weakly annotated frames.fiftyone.zoo.datasets.base.COCO2014Dataset
- COCO is a large-scale object detection, segmentation, and captioning dataset.fiftyone.zoo.datasets.base.COCO2017Dataset
- COCO is a large-scale object detection, segmentation, and captioning dataset.fiftyone.zoo.datasets.base.FIWDataset
- Families in the Wild is a public benchmark for recognizing families via facial images. The dataset contains over 26,642 images of 5,037 faces collected from 978 families. A unique Family ID (FID) is assigned per family, ranging from F0001-F1018 (i...fiftyone.zoo.datasets.base.HMDB51Dataset
- HMDB51 is an action recognition dataset containing a total of 6,766 clips distributed across 51 action classes.fiftyone.zoo.datasets.base.ImageNetSampleDataset
- A small sample of images from the ImageNet 2012 dataset.fiftyone.zoo.datasets.base.Kinetics400Dataset
- Kinetics is a collection of large-scale, high-quality datasets of URL links of up to 650,000 video clips that cover 400/600/700 human action classes, depending on the dataset version. The videos include human-object interactions such as playing instruments, as well as human-human interactions such as shaking hands and hugging...fiftyone.zoo.datasets.base.Kinetics600Dataset
- Kinetics is a collection of large-scale, high-quality datasets of URL links of up to 650,000 video clips that cover 400/600/700 human action classes, depending on the dataset version. The videos include human-object interactions such as playing instruments, as well as human-human interactions such as shaking hands and hugging...fiftyone.zoo.datasets.base.Kinetics7002020Dataset
- Kinetics is a collection of large-scale, high-quality datasets of URL links of up to 650,000 video clips that cover 400/600/700 human action classes, depending on the dataset version. The videos include human-object interactions such as playing instruments, as well as human-human interactions such as shaking hands and hugging...fiftyone.zoo.datasets.base.Kinetics700Dataset
- Kinetics is a collection of large-scale, high-quality datasets of URL links of up to 650,000 video clips that cover 400/600/700 human action classes, depending on the dataset version. The videos include human-object interactions such as playing instruments, as well as human-human interactions such as shaking hands and hugging...fiftyone.zoo.datasets.base.KITTIDataset
- KITTI contains a suite of vision tasks built using an autonomous driving platform.fiftyone.zoo.datasets.base.KITTIMultiviewDataset
- KITTI contains a suite of vision tasks built using an autonomous driving platform.fiftyone.zoo.datasets.base.LabeledFacesInTheWildDataset
- Labeled Faces in the Wild is a public benchmark for face verification, also known as pair matching.fiftyone.zoo.datasets.base.OpenImagesV6Dataset
- Open Images V6 is a dataset of ~9 million images, roughly 2 million of which are annotated and available via this zoo dataset.fiftyone.zoo.datasets.base.OpenImagesV7Dataset
- Open Images V7 is a dataset of ~9 million images, roughly 2 million of which are annotated and available via this zoo dataset.fiftyone.zoo.datasets.base.PlacesDataset
- Places is a scene recognition dataset of 10 million images comprising ~400 unique scene categories.fiftyone.zoo.datasets.base.Quickstart3DDataset
- A small 3D dataset with meshes, point clouds, and oriented bounding boxes.fiftyone.zoo.datasets.base.QuickstartDataset
- A small dataset with ground truth bounding boxes and predictions.fiftyone.zoo.datasets.base.QuickstartGeoDataset
- A small dataset with geolocation data.fiftyone.zoo.datasets.base.QuickstartGroupsDataset
- A small dataset with grouped image and point cloud data.fiftyone.zoo.datasets.base.QuickstartVideoDataset
- A small video dataset with dense annotations.fiftyone.zoo.datasets.base.SamaCOCODataset
- Sama-COCO is a large-scale object detection, segmentation, and captioning dataset based on COCO2017. It is a relabeling of the original training and validation sets with tighter polygons and more individually annotated crowds.fiftyone.zoo.datasets.base.UCF101Dataset
- UCF101 is an action recognition data set of realistic action videos, collected from YouTube, having 101 action categories. This data set is an extension of UCF50 data set which has 50 action categories.fiftyone.zoo.datasets.DeprecatedZooDataset
- Class representing a zoo dataset that no longer exists in the FiftyOne Dataset Zoo.fiftyone.zoo.datasets.RemoteZooDataset
- Class for working with remotely-sourced datasets that are compatible with the FiftyOne Dataset Zoo.fiftyone.zoo.datasets.tf.TFDSDataset
- Base class for zoo datasets that are provided via the tensorflow_datasets package.fiftyone.zoo.datasets.tf.CIFAR100Dataset
- The CIFAR-100 dataset of images.fiftyone.zoo.datasets.tf.CIFAR10Dataset
- The CIFAR-10 dataset of images.fiftyone.zoo.datasets.tf.FashionMNISTDataset
- The Fashion-MNIST database of Zalando's fashion article images.fiftyone.zoo.datasets.tf.ImageNet2012Dataset
- The ImageNet 2012 dataset.fiftyone.zoo.datasets.tf.MNISTDataset
- The MNIST database of handwritten digits.fiftyone.zoo.datasets.tf.VOC2007Dataset
- The dataset for the PASCAL Visual Object Classes Challenge 2007 (VOC2007) for the detection competition.fiftyone.zoo.datasets.tf.VOC2012Dataset
- The dataset for the PASCAL Visual Object Classes Challenge 2012 (VOC2012) for the detection competition.fiftyone.zoo.datasets.torch.TorchVisionDataset
- Base class for zoo datasets that are provided via the torchvision:torchvision.datasets
package.fiftyone.zoo.datasets.torch.CIFAR100Dataset
- The CIFAR-100 dataset of images.fiftyone.zoo.datasets.torch.CIFAR10Dataset
- The CIFAR-10 dataset consists of 60,000 32 x 32 color images in 10 classes, with 6,000 images per class. There are 50,000 training images and 10,000 test images.fiftyone.zoo.datasets.torch.FashionMNISTDataset
- The Fashion-MNIST database of Zalando's fashion article images.fiftyone.zoo.datasets.torch.ImageNet2012Dataset
- The ImageNet 2012 dataset.fiftyone.zoo.datasets.torch.MNISTDataset
- The MNIST database of handwritten digits.fiftyone.zoo.datasets.torch.VOC2007Dataset
- The dataset for the PASCAL Visual Object Classes Challenge 2007 (VOC2007) for the classification and detection competitions.fiftyone.zoo.datasets.torch.VOC2012Dataset
- The dataset for the PASCAL Visual Object Classes Challenge 2012 (VOC2012) for the Classification and Detection competitions.reprlib.Repr
fiftyone.core.aggregations._AggregationRepr
- Undocumentedfiftyone.core.stages._ViewStageRepr
- UndocumentedRuntimeError
fiftyone.server.metadata.FFmpegNotFoundException
- Exception raised when FFmpeg or FFprobe cannot be found.socketserver.StreamRequestHandler
fiftyone.service.ipc.IPCRequestHandler
- Undocumentedsocketserver.TCPServer
fiftyone.service.ipc.IPCServer
- Server that listens for inter-process messages.starlette.endpoints.HTTPEndpoint
fiftyone.operators.server.ExecuteOperator
- Undocumentedfiftyone.operators.server.ExecuteOperatorAsGenerator
- Undocumentedfiftyone.operators.server.ListOperators
- Undocumentedfiftyone.operators.server.ResolveExecutionOptions
- Undocumentedfiftyone.operators.server.ResolvePlacements
- Undocumentedfiftyone.operators.server.ResolveType
- Undocumentedfiftyone.server.routes.aggregate.Aggregate
- Undocumentedfiftyone.server.routes.embeddings.ColorByChoices
- No class docstring; 1/2 method documentedfiftyone.server.routes.embeddings.EmbeddingsExtendedStage
- No class docstring; 1/2 method documentedfiftyone.server.routes.embeddings.EmbeddingsSelection
- No class docstring; 1/2 method documentedfiftyone.server.routes.embeddings.OnPlotLoad
- No class docstring; 1/2 method documentedfiftyone.server.routes.event.Event
- Undocumentedfiftyone.server.routes.events.Events
- Undocumentedfiftyone.server.routes.fiftyone.FiftyOne
- Undocumentedfiftyone.server.routes.frames.Frames
- Undocumentedfiftyone.server.routes.media.Media
- Undocumentedfiftyone.server.routes.plugins.Plugins
- Undocumentedfiftyone.server.routes.screenshot.Screenshot
- Undocumentedfiftyone.server.routes.sort.Sort
- Undocumentedfiftyone.server.routes.tag.Tag
- Undocumentedfiftyone.server.routes.tagging.Tagging
- Undocumentedfiftyone.server.routes.values.Values
- Undocumentedstarlette.middleware.base.BaseHTTPMiddleware
fiftyone.server.app.HeadersMiddleware
- Undocumentedstarlette.staticfiles.StaticFiles
fiftyone.server.app.Static
- Undocumentedstrawberry.asgi.GraphQL
fiftyone.server.context.GraphQL
- Undocumentedstrawberry.extensions.Extension
fiftyone.server.extensions.EndSession
- Undocumentedtorch.nn.LayerNorm
fiftyone.utils.clip.model.LayerNorm
- Subclass torch's LayerNorm to handle fp16.torch.nn.Module
fiftyone.utils.clip.model.AttentionPool2d
- Undocumentedfiftyone.utils.clip.model.Bottleneck
- Undocumentedfiftyone.utils.clip.model.CLIP
- Undocumentedfiftyone.utils.clip.model.ModifiedResNet
- A ResNet class that is similar to torchvision's but contains the following changes:fiftyone.utils.clip.model.QuickGELU
- Undocumentedfiftyone.utils.clip.model.ResidualAttentionBlock
- Undocumentedfiftyone.utils.clip.model.Transformer
- Undocumentedfiftyone.utils.clip.model.VisionTransformer
- Undocumentedtorch.utils.data.Dataset
fiftyone.utils.torch.TorchImageClassificationDataset
- A torch:torch.utils.data.Dataset
for image classification.fiftyone.utils.torch.TorchImageDataset
- A torch:torch.utils.data.Dataset
of images.fiftyone.utils.torch.TorchImagePatchesDataset
- A torch:torch.utils.data.Dataset
of image patch tensors extracted from a list of images.type
fiftyone.core.singletons.DatasetSingleton
- Singleton metaclass for fiftyone.core.dataset.Dataset
.fiftyone.core.singletons.DocumentSingleton
- Singleton metaclass interface for fiftyone.core.document.Document
subclasses.fiftyone.core.singletons.FrameSingleton
- Singleton metaclass for fiftyone.core.frame.Frame
.fiftyone.core.singletons.SampleSingleton
- Singleton metaclass for fiftyone.core.sample.Sample
.TypeError
fiftyone.core.media.MediaTypeError
- Exception raised when a problem with media types is encountered.types.ModuleType
fiftyone.core.utils.LazyModule
- Proxy module that lazily imports the underlying module the first time it is actually used.typing.Generic
fiftyone.server.aggregate.CountValuesResponse
- Undocumentedfiftyone.server.aggregate.BoolCountValuesResponse
- Undocumentedfiftyone.server.aggregate.IntCountValuesResponse
- Undocumentedfiftyone.server.aggregate.StrCountValuesResponse
- Undocumentedfiftyone.server.aggregate.HistogramValuesResponse
- Undocumentedfiftyone.server.aggregate.DatetimeHistogramValuesResponse
- Undocumentedfiftyone.server.aggregate.FloatHistogramValuesResponse
- Undocumentedfiftyone.server.aggregate.IntHistogramValuesResponse
- Undocumentedfiftyone.server.aggregate.ValueCount
- Undocumentedfiftyone.server.paginator.Connection
- Undocumentedfiftyone.server.paginator.Edge
- Undocumentedfiftyone.server.paginator.PageInfo
- UndocumentedValueError
fiftyone.core.dataset.DatasetNotFoundError
- Exception raised when a dataset is not found.fiftyone.core.media.SelectGroupSlicesError
- Exception raised when a grouped collection is passed to a method that expects a primitive media type to be selected.