OMG / inference /core /constants.py
Fucius's picture
Upload 422 files
df6c67d verified
raw
history blame
183 Bytes
CLASSIFICATION_TASK = "classification"
OBJECT_DETECTION_TASK = "object-detection"
INSTANCE_SEGMENTATION_TASK = "instance-segmentation"
KEYPOINTS_DETECTION_TASK = "keypoint-detection"