fiftyone.core.tags#
Exceptions:
Raised when a temporal tag ID is not found in the current scope. |
Functions:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- exception fiftyone.core.tags.TemporalTagNotFoundError#
Bases:
ValueErrorRaised when a temporal tag ID is not found in the current scope.
Methods:
Exception.add_note(note) -- add a note to the exception
Exception.with_traceback(tb) -- set self.__traceback__ to tb and return self.
Attributes:
- add_note()#
Exception.add_note(note) – add a note to the exception
- args#
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- fiftyone.core.tags.clone_tags(source_dataset, target_dataset, sample_collection=None, now=None) → int#
- fiftyone.core.tags.count_for_dataset_id(dataset_id) → int#
- fiftyone.core.tags.count_for_dataset_ids(dataset_ids) → int#
- fiftyone.core.tags.delete_for_dataset_id(dataset_id) → int#
- fiftyone.core.tags.delete_for_dataset_ids(dataset_ids) → int#
- fiftyone.core.tags.delete_for_sample_ids(dataset_id, sample_ids) → int#
- fiftyone.core.tags.export_tags(sample_collection, export_path, progress=None) → int#
- fiftyone.core.tags.import_tags(dataset, import_path, sample_ids=None, progress=None) → int#