module documentation
View stages.
Class |
|
Concatenates the contents of the given fiftyone.core.collections.SampleCollection to this collection. |
Class |
|
Excludes the samples with the given IDs from a collection. |
Class |
|
Excludes the samples with the given field values from a collection. |
Class |
|
Excludes the fields with the given names from the samples in a collection. |
Class |
|
Excludes the frames with the given IDs from a video collection. |
Class |
|
Excludes the groups with the given IDs from a grouped collection. |
Class |
|
Excludes the specified labels from a collection. |
Class |
|
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. |
Class |
|
Filters the values of a given field or embedded field of each sample in a collection. |
Class |
|
Filters the individual fiftyone.core.labels.Keypoint.points elements in the specified keypoints field of each sample in the collection. |
Class |
|
Filters the fiftyone.core.labels.Label field of each sample in a collection. |
Class |
|
Returns a flattened view that contains all samples in a dynamic grouped collection. |
Class |
|
Sorts the samples in a collection by their proximity to a specified geolocation. |
Class |
|
Filters the samples in a collection to only match samples whose geolocation is within a specified boundary. |
Class |
|
Creates a view that groups the samples in a collection by a specified field or expression. |
Class |
|
Creates a view with at most the given number of samples. |
Class |
|
Limits the number of fiftyone.core.labels.Label instances in the specified labels list field of each sample in a collection. |
Class |
|
Maps the label values of a fiftyone.core.labels.Label field to new values for each sample in a collection. |
Class |
|
Filters the samples in the collection by the given filter. |
Class |
|
Filters the frames in a video collection by the given filter. |
Class |
|
Selects the samples from a collection that contain (or do not contain) at least one label that matches the specified criteria. |
Class |
|
Returns a view containing the samples in the collection that have or don't have any/all of the given tag(s). |
Class |
|
A view stage defined by a raw MongoDB aggregation pipeline. |
Class |
|
Selects the samples with the given IDs from a collection. |
Class |
|
Selects the samples with the given field values from a collection. |
Class |
|
Selects only the fields with the given names from the samples in the collection. All other fields are excluded. |
Class |
|
Selects the frames with the given IDs from a video collection. |
Class |
|
Selects the groups with the given IDs from a grouped collection. |
Class |
|
Selects the samples in a group collection from the given slice(s). |
Class |
|
Selects only the specified labels from a collection. |
Class |
|
Sets a field or embedded field on each sample in a collection by evaluating the given expression. |
Class |
|
Randomly shuffles the samples in a collection. |
Class |
|
Omits the given number of samples from the head of a collection. |
Class |
|
Sorts the samples in a collection by the given field(s) or expression(s). |
Class |
|
Sorts a collection by similarity to a specified query. |
Class |
|
Randomly samples the given number of samples from a collection. |
Class |
|
Creates a view that contains one sample per clip defined by the given field or expression in a video collection. |
Class |
|
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. |
Class |
|
Creates a view that contains one sample per frame in a video collection. |
Class |
|
Creates a view that contains one sample per object patch in the specified field of a collection. |
Class |
|
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. |
Class |
|
Abstract base class for all view stages. |
Exception |
|
An error raised when a problem with a ViewStage is encountered. |
Variable | fob |
Undocumented |
Variable | foc |
Undocumented |
Variable | focl |
Undocumented |
Variable | fod |
Undocumented |
Variable | fop |
Undocumented |
Variable | foug |
Undocumented |
Variable | fov |
Undocumented |
Variable | fovi |
Undocumented |
Class | _ |
No class docstring; 2/2 properties, 0/3 instance variable, 0/2 method documented |
Class | _ |
Undocumented |
Function | _extract |
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 | _get |
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 | _get |
Undocumented |
Function | _get |
Undocumented |
Function | _get |
Undocumented |
Function | _make |
Undocumented |
Function | _make |
Undocumented |
Function | _matches |
Undocumented |
Function | _merge |
Undocumented |
Function | _parse |
Undocumented |
Function | _parse |
Undocumented |
Function | _parse |
Undocumented |
Function | _parse |
Undocumented |
Function | _parse |
Undocumented |
Function | _parse |
Undocumented |
Function | _parse |
Undocumented |
Function | _parse |
Undocumented |
Function | _parse |
Undocumented |
Function | _recursive |
Undocumented |
Function | _remove |
Undocumented |
Function | _render |
Undocumented |
Function | _replace |
Undocumented |
Function | _serialize |
Undocumented |
Constant | _STAGES |
Undocumented |
Constant | _STAGES |
Undocumented |
Constant | _STAGES |
Undocumented |
Variable | _repr |
Undocumented |
def _get_filter_field_pipeline(sample_collection, filter_field, new_field, filter_arg, only_matches=True):
(source)
¶
Undocumented
def _get_filter_frames_field_pipeline(sample_collection, filter_field, new_field, filter_arg, only_matches=True):
(source)
¶
Undocumented
def _get_filter_frames_list_field_pipeline(sample_collection, filter_field, new_field, filter_arg, only_matches=True):
(source)
¶
Undocumented
def _get_filter_list_field_pipeline(sample_collection, filter_field, new_field, filter_arg, only_matches=True):
(source)
¶
Undocumented
def _get_label_field_only_matches_expr(sample_collection, field, new_field=None, prefix=''):
(source)
¶
Undocumented
def _render_filter(sample_collection, id_tag_expr, filter_expr_or_dict, field, var_prefix):
(source)
¶
Undocumented
Undocumented
Value |
|