Searched refs:CLASSES (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/ |
| H A D | yolov3_utils.py | 11 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 D | test.py | 21 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 D | ssd_post_process.py | 12 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 D | test.py | 13 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 D | sched-design-CFS.rst | 144 6. SCHEDULING CLASSES
|