Files
cls_inference/labels.py

6 lines
153 B
Python
Raw Normal View History

2025-10-31 17:21:02 +08:00
# the labels come from synset.txt, download link: https://s3.amazonaws.com/onnx-model-zoo/synset.txt
labels = \
{0: 'cover_noready',
1: 'cover_ready'
}