module documentation
Interface for sample collections.
Class |
|
Abstract class representing an ordered collection of fiftyone.core.sample.Sample instances in a fiftyone.core.dataset.Dataset . |
Class |
|
Context that saves samples from a collection according to a configurable batching strategy. |
Variable | aggregation |
Undocumented |
Variable | fod |
Undocumented |
Variable | foos |
Undocumented |
Variable | fos |
Undocumented |
Variable | foua |
Undocumented |
Variable | foud |
Undocumented |
Variable | foue |
Undocumented |
Variable | fov |
Undocumented |
Variable | logger |
Undocumented |
Variable | view |
Undocumented |
Function | _add |
Undocumented |
Function | _export |
Undocumented |
Function | _finalize |
Undocumented |
Function | _get |
Undocumented |
Function | _get |
Undocumented |
Function | _get |
Undocumented |
Function | _get |
Undocumented |
Function | _get |
Undocumented |
Function | _get |
Undocumented |
Function | _get |
Undocumented |
Function | _get |
Undocumented |
Function | _handle |
Undocumented |
Function | _handle |
Undocumented |
Function | _handle |
Undocumented |
Function | _is |
Undocumented |
Function | _iter |
Undocumented |
Function | _iter |
Undocumented |
Function | _make |
Undocumented |
Function | _make |
Undocumented |
Function | _parse |
Undocumented |
Function | _parse |
Undocumented |
Function | _parse |
Undocumented |
Function | _parse |
Undocumented |
Function | _parse |
Undocumented |
Function | _parse |
Undocumented |
Function | _render |
Undocumented |
Function | _serialize |
Undocumented |
Function | _set |
Undocumented |
Function | _to |
Undocumented |
Function | _transform |
Undocumented |
Function | _unwind |
Undocumented |
def _export(sample_collection, export_dir=None, dataset_type=None, data_path=None, labels_path=None, export_media=None, rel_dir=None, dataset_exporter=None, label_field=None, frame_labels_field=None, overwrite=False, progress=None, **kwargs):
(source)
¶
Undocumented
def _get_default_frame_label_fields_for_exporter(sample_collection, dataset_exporter, allow_coercion=True, required=True):
(source)
¶
Undocumented
def _get_default_label_fields_for_exporter(sample_collection, dataset_exporter, allow_coercion=True, required=True):
(source)
¶
Undocumented
def _get_field_with_type(media_type, label_schema, label_cls, frames=False, allow_coercion=False):
(source)
¶
Undocumented
def _get_fields_with_types(media_type, label_schema, label_cls, frames=False, allow_coercion=False):
(source)
¶
Undocumented
def _handle_existing_dirs(dataset_exporter=None, export_dir=None, data_path=None, labels_path=None, export_media=False, overwrite=False):
(source)
¶
Undocumented
def _make_set_field_pipeline(sample_collection, field, expr, embedded_root=False, allow_missing=False, new_field=None, context=None):
(source)
¶
Undocumented
def _parse_field_name(sample_collection, field_name, auto_unwind, omit_terminal_lists, allow_missing, new_field=None):
(source)
¶
Undocumented
def _parse_frame_labels_field(sample_collection, frame_labels_field, dataset_exporter=None, allow_coercion=False, force_dict=False, required=False):
(source)
¶
Undocumented