OpenLenda / yolox /data /datasets /coco_classes.py
yutyan's picture
Add app
37f5c2f
raw
history blame
185 Bytes
#!/usr/bin/env python3
# -*- coding:utf-8 -*-
# Copyright (c) Megvii, Inc. and its affiliates.
COCO_CLASSES = ("red", "green", "yellow", "empty", "straight", "left", "right", "other")