class documentation

Base class for dataset exporters.

Method __init__ Undocumented
Method export Convert the prepared dataset into the exporter's format.
Method supported_ann_types Return task types supported by this exporter.
Instance Variable current_size Current partition size in bytes.
Instance Variable dataset_identifier Name or identifier used for exported paths.
Instance Variable image_indices Per-image export indices used by concrete exporters.
Instance Variable max_partition_size Optional maximum partition size in bytes.
Instance Variable max_partition_size_gb Optional maximum partition size in GiB.
Instance Variable output_path Directory where the export is written.
Instance Variable part Current partition index, or None when partitioning is disabled.
Method _dump_annotations Undocumented
Method _get_data_path Return the folder path to store data files for this split.
dataset_identifier =

Name or identifier used for exported paths.

image_indices: dict =

Per-image export indices used by concrete exporters.

max_partition_size =

Optional maximum partition size in bytes.

max_partition_size_gb =

Optional maximum partition size in GiB.

output_path =

Directory where the export is written.

part =

Current partition index, or None when partitioning is disabled.