forked from galliot-us/smart-social-distancing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-x86-openvino.ini
38 lines (33 loc) · 1.02 KB
/
config-x86-openvino.ini
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
[App]
VideoPath = /repo/data/gard1-4.mp4
Resolution = 640,480
Encoder = videoconvert ! video/x-raw,format=I420 ! x264enc speed-preset=ultrafast
; WIP https://github.com/neuralet/neuralet/issues/91
;Encoder: videoconvert ! video/x-raw,format=I420 ! vaapih264enc
[API]
Host = 0.0.0.0
Port = 8000
[CORE]
Host = 0.0.0.0
QueuePort = 8010
QueueAuthKey = shibalba
[Detector]
; Supported devices: Jetson , EdgeTPU, Dummy, x86
Device = x86
Name = openvino
;ImageSize should be 3 numbers seperated by commas, no spaces: 300,300,3
ImageSize = 300,300,3
ModelPath =
ClassID = 1
MinScore = 0.25
[PostProcessor]
MaxTrackFrame = 5
NMSThreshold = 0.98
; distance threshold for smart distancing in (cm)
DistThreshold = 150
; ditance mesurement method, CenterPointsDistance: compare center of pedestrian boxes together, FourCornerPointsDistance: compare four corresponding points of pedestrian boxes and get the minimum of them.
DistMethod = CenterPointsDistance
[Logger]
Name = csv_logger
TimeInterval = 0.5
LogDirectory = /repo/data/web_gui/static/data