Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
turing-motors
/
OpenLenda
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3851a99
OpenLenda
/
yolox
/
data
/
datasets
/
coco_classes.py
yutyan
Add app
37f5c2f
over 1 year ago
raw
Copy download link
history
blame
Safe
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"
)