Spaces:
Runtime error
Runtime error
File size: 340 Bytes
2eafbc4 |
1 2 3 4 5 6 7 8 9 10 11 12 |
IMAGE_TYPE_KEY = "type"
IMAGE_VALUE_KEY = "value"
PARENT_ID_KEY = "parent_id"
ORIGIN_COORDINATES_KEY = "origin_coordinates"
CENTER_X_KEY = "center_x"
CENTER_Y_KEY = "center_y"
ORIGIN_SIZE_KEY = "origin_image_size"
WIDTH_KEY = "width"
HEIGHT_KEY = "height"
DETECTION_ID_KEY = "detection_id"
PARENT_COORDINATES_SUFFIX = "_parent_coordinates"
|