datumaro.plugins.data_formats.datumaro_binary.format#
Classes
- class datumaro.plugins.data_formats.datumaro_binary.format.DatumaroBinaryPath[source]#
Bases:
object
- IMAGES_DIR = 'images'#
- ANNOTATIONS_DIR = 'annotations'#
- PCD_DIR = 'point_clouds'#
- VIDEO_DIR = 'videos'#
- MASKS_DIR = 'masks'#
- ANNOTATION_EXT = '.datum'#
- IMAGE_EXT = '.jpg'#
- MASK_EXT = '.png'#
- SIGNATURE = 'signature:datumaro_binary'#
- SIGNATURE_LEN = 25#
- SECRET_KEY_FILE = 'secret_key.txt'#
- MAX_BLOB_SIZE = 1048576#
- MP_TIMEOUT = 300.0#