class documentation

Mixin for DatasetExporter classes that provides convenience methods for parsing the data_path, labels_path, and export_media parameters supported by many exporters.

Static Method _parse_data_path Helper function that computes default values for the data_path and export_media parameters supported by many exporters.
Static Method _parse_labels_path Helper function that computes default values for the labels_path parameter supported by many exporters.
@staticmethod
def _parse_data_path(export_dir=None, data_path=None, export_media=None, default=None): (source)

Helper function that computes default values for the data_path and export_media parameters supported by many exporters.

@staticmethod
def _parse_labels_path(export_dir=None, labels_path=None, default=None): (source)

Helper function that computes default values for the labels_path parameter supported by many exporters.