vertebrae.adapters
Typed structured-unit adapters built on top of UnitAnnotation workflows.
Classes
Per-parent detection or document-layout region annotations. |
|
Per-parent OCR, ASR, or sequence-labeling annotations. |
|
Per-parent pose or keypoint annotations. |
|
Per-parent sampled depth annotations for regression-style unit targets. |
|
Per-parent latent-slot or generative structured-unit annotations. |
|
Normalize detection and layout annotations into structured unit annotations. |
|
Normalize OCR, ASR, and token-sequence annotations. |
|
Normalize keypoint annotations into structured unit annotations. |
|
Normalize sampled depth annotations into regression-style structured units. |
|
Normalize latent-slot annotations into structured unit annotations. |
Module Contents
- class vertebrae.adapters.RegionAnnotation[source]
Per-parent detection or document-layout region annotations.
- class vertebrae.adapters.SequenceAnnotation[source]
Per-parent OCR, ASR, or sequence-labeling annotations.
- class vertebrae.adapters.DepthAnnotation[source]
Per-parent sampled depth annotations for regression-style unit targets.
- class vertebrae.adapters.LatentSlotAnnotation[source]
Per-parent latent-slot or generative structured-unit annotations.
- class vertebrae.adapters.DetectionLayoutAdapter(unit_type='region', task_family='detection_layout')[source]
Normalize detection and layout annotations into structured unit annotations.
- Parameters:
unit_type (str)
task_family (str)
- class vertebrae.adapters.SequenceLabelingAdapter(unit_type='token', task_family='sequence')[source]
Normalize OCR, ASR, and token-sequence annotations.
- Parameters:
unit_type (str)
task_family (str)
- class vertebrae.adapters.KeypointAdapter(unit_type='keypoint', task_family='keypoint')[source]
Normalize keypoint annotations into structured unit annotations.
- Parameters:
unit_type (str)
task_family (str)