module documentation
Undocumented
| Class | |
Exporter class and constructor arguments. |
| Function | annotation |
Undocumented |
| Function | check |
Undocumented |
| Function | create |
Undocumented |
| Function | decode |
Undocumented |
| Function | exporter |
Undocumented |
| Function | get |
Return labels and COCO-style edges for the single skeleton. |
| Function | split |
Undocumented |
def annotation_to_polygons(ann:
dict[ str, Any], file_path: Path) -> list[ list[ tuple[ float, float]]]:
¶
Undocumented
def create_zip_output(max_partition_size:
float | None, output_path: Path, part: int | None, dataset_identifier: str) -> Path | list[ Path]:
¶
Undocumented
def exporter_specific_annotation_warning(prepared_ldf:
PreparedLDF, supported_ann_types: list[ str]):
¶
Undocumented
def get_single_skeleton(allow_keypoints:
bool, skeletons: dict[ str, Any] | None = None) -> tuple[ list[ str], list[ list[ int]]]:
¶
Return labels and COCO-style edges for the single skeleton.
Edges are converted to 1-based indices per COCO spec.