-
Notifications
You must be signed in to change notification settings - Fork 14
/
yolov5_classthresh_roi_example.json
113 lines (113 loc) · 2.31 KB
/
yolov5_classthresh_roi_example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"configure": {
"model_path": "../yolov5/data/models/BM1684X_tpukernel/yolov5s_tpukernel_int8_1b.bmodel",
"threshold_conf": {
"person": 0.3,
"bicycle": 0.5,
"car": 0.5,
"motorbike": 1,
"aeroplane": 0.5,
"bus": 0.5,
"train": 0.5,
"truck": 0.5,
"boat": 0.5,
"traffic light": 0.5,
"fire hydrant": 0.5,
"stop sign": 0.5,
"parking meter": 0.5,
"bench": 0.5,
"bird": 0.5,
"cat": 0.5,
"dog": 0.5,
"horse": 0.5,
"sheep": 0.5,
"cow": 0.5,
"elephant": 0.5,
"bear": 0.5,
"zebra": 0.5,
"giraffe": 0.5,
"backpack": 0.5,
"umbrella": 0.5,
"handbag": 0.5,
"tie": 0.5,
"suitcase": 0.5,
"frisbee": 0.5,
"skis": 0.5,
"snowboard": 0.5,
"sports ball": 0.5,
"kite": 0.5,
"baseball bat": 0.5,
"baseball glove": 0.5,
"skateboard": 0.5,
"surfboard": 0.5,
"tennis racket": 0.5,
"bottle": 0.5,
"wine glass": 0.5,
"cup": 0.5,
"fork": 0.5,
"knife": 0.5,
"spoon": 0.5,
"bowl": 0.5,
"banana": 0.5,
"apple": 0.5,
"sandwich": 0.5,
"orange": 0.5,
"broccoli": 0.5,
"carrot": 0.5,
"hot dog": 0.5,
"pizza": 0.5,
"donut": 0.5,
"cake": 0.5,
"chair": 0.5,
"sofa": 0.5,
"pottedplant": 0.5,
"bed": 0.5,
"diningtable": 0.5,
"toilet": 0.5,
"tvmonitor": 0.5,
"laptop": 0.5,
"mouse": 0.5,
"remote": 0.5,
"keyboard": 0.5,
"cell phone": 0.5,
"microwave": 0.5,
"oven": 0.5,
"toaster": 0.5,
"sink": 0.5,
"refrigerator": 0.5,
"book": 0.5,
"clock": 0.5,
"vase": 0.5,
"scissors": 0.5,
"teddy bear": 0.5,
"hair drier": 0.5,
"toothbrush": 0.5
},
"threshold_nms": 0.5,
"bgr2rgb": true,
"mean": [
0,
0,
0
],
"std": [
255,
255,
255
],
"roi": {
"left": 600,
"top": 400,
"width": 800,
"height": 600
},
"maxdet": 640,
"mindet": 50,
"class_names_file": "../yolov5/data/coco.names",
"use_tpu_kernel": true
},
"shared_object": "../../build/lib/libyolov5.so",
"name": "yolov5_group",
"side": "sophgo",
"thread_number": 1
}