Home
last modified time | relevance | path

Searched refs:CLASSES (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/
H A Dyolov3_utils.py11 CLASSES = ("person", "bicycle", "car","motorbike ","aeroplane ","bus ","train","truck ","boat","tra… variable
168 print('class: {}, score: {}'.format(CLASSES[cl], score))
180 cv2.putText(image, '{0} {1:.2f}'.format(CLASSES[cl], score),
/OK3568_Linux_fs/external/rknn-toolkit2/examples/onnx/yolov5/
H A Dtest.py21 CLASSES = ("person", "bicycle", "car", "motorbike ", "aeroplane ", "bus ", "train", "truck ", "boat… variable
197 print('class: {}, score: {}'.format(CLASSES[cl], score))
205 cv2.putText(image, '{0} {1:.2f}'.format(CLASSES[cl], score),
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/hybrid_quant/
H A Dssd_post_process.py12 CLASSES = ('__background__', 'person', 'bicycle', 'car', 'motorcycle', 'airplane', 'bus', 'train', … variable
156 display_str = CLASSES[box_class_score[i][4]] + ":" + str('%.2f' % box_class_score[i][5])
/OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/vgg-ssd/
H A Dtest.py13 CLASSES = ('__background__', variable
133 display_str = CLASSES[box_class_score[i][4]] + ":" + str(box_class_score[i][5])
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-design-CFS.rst144 6. SCHEDULING CLASSES