This commit is contained in:
2025-09-26 20:41:44 +08:00
commit 8c28da9300
16 changed files with 2152 additions and 0 deletions

6
cls_inference/labels.py Normal file
View File

@ -0,0 +1,6 @@
# the labels come from synset.txt, download link: https://s3.amazonaws.com/onnx-model-zoo/synset.txt
labels = \
{0: 'cover_noready',
1: 'cover_ready'
}