forked from snowzach/doods2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
58 lines (58 loc) · 1.31 KB
/
config.yaml
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
doods:
log: detections
boxes:
enabled: True
boxColor: [0, 255, 0]
boxThickness: 1
fontScale: 1.2
fontColor: [0, 255, 0]
fontThickness: 1
regions:
enabled: True
boxColor: [255, 0, 255]
boxThickness: 1
fontScale: 1.2
fontColor: [255, 0, 255]
fontThickness: 1
globals:
enabled: True
fontScale: 1.2
fontColor: [255, 255, 0]
fontThickness: 1
detectors:
- name: default
type: tflite
modelFile: models/coco_ssd_mobilenet_v1_1.0_quant.tflite
labelFile: models/coco_labels0.txt
- name: tensorflow
type: tensorflow
modelFile: models/faster_rcnn_inception_v2_coco_2018_01_28.pb
labelFile: models/coco_labels1.txt
- name: pytorch
type: pytorch
modelFile: ultralytics/yolov5,yolov5s
mqtt:
metrics: true
broker:
host: "mqttBroker"
#port: 1883
#user: "username"
#password: "password"
requests:
- id: firstrequest
detector_name: default
preprocess: []
separate_detections: false
crop: false
binary_images: false
detect:
"*": 50
regions:
- top: 0.1
left: 0.1
bottom: 0.9
right: 0.9
detect:
"*": 50
covers: false
data: rtsp://user:pass@cameraip:554/cam/realmonitor?channel=1&subtype=1