module documentation
Utilities for working with annotations in Label Studio.
Class |
|
A class to upload tasks and predictions to and fetch annotations from Label Studio. |
Class |
|
Class that stores all relevant information needed to monitor the progress of an annotation run sent to Label Studio and download the results. |
Class |
|
Class for interacting with the Label Studio annotation backend. |
Class |
|
Class for configuring LabelStudioBackend instances. |
Function | export |
Exports a label to the Label Studio format. |
Function | generate |
Generates a labeling config for a Label Studio project. |
Function | import |
Imports an annotation from Label Studio. |
Variable | brush |
Undocumented |
Variable | etree |
Undocumented |
Variable | logger |
Undocumented |
Variable | ls |
Undocumented |
Function | _check |
Undocumented |
Function | _denormalize |
Undocumented |
Function | _from |
Undocumented |
Function | _from |
Undocumented |
Function | _from |
Undocumented |
Function | _from |
Undocumented |
Function | _from |
Undocumented |
Function | _from |
Undocumented |
Function | _generate |
Undocumented |
Function | _get |
Undocumented |
Function | _label |
Maps Label Studio parent tag to FiftyOne Label type. |
Function | _ls |
Maps fiftyone types to Label Studio tags. |
Function | _normalize |
Undocumented |
Function | _result |
Undocumented |
Function | _tag |
Undocumented |
Function | _to |
Undocumented |
Function | _to |
Undocumented |
Function | _to |
Undocumented |
Function | _to |
Undocumented |
Function | _to |
Undocumented |
Function | _to |
Undocumented |
Function | _to |
Undocumented |
Function | _update |
Undocumented |
Constant | _LABEL |
Undocumented |
Constant | _LABEL |
Undocumented |
Exports a label to the Label Studio format.
Parameters | |
label | a fiftyone.core.labels.Label or list of
fiftyone.core.labels.Label instances |
labelNone | the label type to use when exporting the annotation. This argument is only used when exporting object detections. By default, only the bounding boxes are exported, but you can pass label_type="instances" to export them as brush labels encoding the instance masks instead |
fullNone | if non-empty, return the full Label Studio result |
Returns | |
a dictionary or a list in Label Studio format |
Generates a labeling config for a Label Studio project.
Parameters | |
label | Undocumented |
media | The media type to label |
label | dict defining each label type |
Returns | |
a labeling config |
Imports an annotation from Label Studio.
Parameters | |
result | the annotation result from Label Studio |
Returns | |
a fiftyone.core.labels.Label |
Maps fiftyone types to Label Studio tags.
Parameters | |
label | label studio type |
Returns | |
A tuple of parent tag, child tag and parent_tag kwargs |
Undocumented
Value |
|