datumaro.plugins.data_formats.tf_detection_api.exporter#

Functions

bytes_feature(value)

bytes_list_feature(value)

float_list_feature(value)

int64_feature(value)

int64_list_feature(value)

Classes

TfDetectionApiExporter(extractor, save_dir)

datumaro.plugins.data_formats.tf_detection_api.exporter.int64_feature(value)[source]#
datumaro.plugins.data_formats.tf_detection_api.exporter.int64_list_feature(value)[source]#
datumaro.plugins.data_formats.tf_detection_api.exporter.bytes_feature(value)[source]#
datumaro.plugins.data_formats.tf_detection_api.exporter.bytes_list_feature(value)[source]#
datumaro.plugins.data_formats.tf_detection_api.exporter.float_list_feature(value)[source]#
class datumaro.plugins.data_formats.tf_detection_api.exporter.TfDetectionApiExporter(extractor, save_dir, save_masks=False, **kwargs)[source]#

Bases: Exporter

DEFAULT_IMAGE_EXT = '.jpg'#
classmethod build_cmdline_parser(**kwargs)[source]#
classmethod patch(dataset, patch, save_dir, **kwargs)[source]#