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