deepstack-ui/app/const.py

9 lines
206 B
Python

BOX = "box"
FILE = "file"
OBJECT = "object"
# rgb(red, green, blue)
RED = (255, 0, 0) # For objects within the ROI
GREEN = (0, 255, 0) # For ROI box
YELLOW = (255, 255, 0) # For objects outside the ROI