module documentation
Labels stored in dataset samples.
Class |
|
Base class for attributes. |
Class |
|
A boolean attribute. |
Class |
|
A categorical attribute. |
Class |
|
A classification label. |
Class |
|
A list of classifications for an image. |
Class |
|
An object detection. |
Class |
|
A list of object detections in an image. |
Class |
|
Location data in GeoJSON format. |
Class |
|
A batch of location data in GeoJSON format. |
Class |
|
A heatmap for an image. |
Class |
|
A list of keypoints in an image. |
Class |
|
A list of Keypoint instances in an image. |
Class |
|
Base class for labels. |
Class |
|
A list attribute. |
Class |
|
A numeric attribute. |
Class |
|
A set of semantically related polylines or polygons. |
Class |
|
A list of polylines or polygons in an image. |
Class |
|
A regression value. |
Class |
|
A semantic segmentation for an image. |
Class |
|
A temporal detection in a video whose support is defined by a start and end frame. |
Class |
|
A list of temporal detections for a video. |
Variable | foue |
Undocumented |
Variable | foug |
Undocumented |
Variable | foui |
Undocumented |
Variable | no |
Undocumented |
Variable | sg |
Undocumented |
Class | _ |
Mixin for Label classes that have an attributes field that contains a dict of Attribute instances. |
Class | _ |
Mixin for Label classes that expose a UUID via an id property, as well as a tags attribute. |
Class | _ |
Mixin for Label classes that contain a list of Label instances. |
Class | _ |
Mixin for Label classes that contain a media field. |
Class | _ |
Undocumented |
Function | _convert |
Convert segmentation to a collection of detections, polylines, etc. |
Function | _find |
Return slices that tightly bound each unique object in mask . |
Function | _from |
Undocumented |
Function | _from |
Undocumented |
Function | _get |
Undocumented |
Function | _heatmap |
Undocumented |
Function | _hex |
Undocumented |
Function | _hex |
Undocumented |
Function | _int |
Undocumented |
Function | _int |
Undocumented |
Function | _mask |
Undocumented |
Function | _mask |
Undocumented |
Function | _mask |
Undocumented |
Function | _parse |
Undocumented |
Function | _parse |
Undocumented |
Function | _parse |
Undocumented |
Function | _parse |
Undocumented |
Function | _parse |
Undocumented |
Function | _read |
Undocumented |
Function | _read |
Undocumented |
Function | _render |
Undocumented |
Function | _render |
Undocumented |
Function | _rgb |
Undocumented |
Function | _rgb |
Undocumented |
Function | _rotation |
Undocumented |
Function | _segmentation |
Undocumented |
Function | _segmentation |
Undocumented |
Function | _transform |
Undocumented |
Function | _write |
Undocumented |
Function | _write |
Undocumented |
Constant | _INDEX |
Undocumented |
Constant | _LABEL |
Undocumented |
Constant | _LABEL |
Undocumented |
Constant | _PATCHES |
Undocumented |
Constant | _SINGLE |
Undocumented |
Convert segmentation to a collection of detections, polylines, etc.
converter(label_mask, label, label_type, offset, frame_size)
is
a function that returns a list of detections, polylines, etc. It
gets called for each value in mask_targets
, or for all values in
the mask if mask_targets
is None
.
Undocumented
Value |
|
Undocumented
Value |
|