-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.json
24 lines (24 loc) · 918 Bytes
/
config.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
{
"input_camera": "/dev/video0",
"input_takeCrop": false,
"input_cropPos": [470, 400, 1150, 900],
"input_frameWidth": 640,
"input_frameHeight": 480,
"input_embeddingsFile": "/home/jetson/face/retina_arcface/data/test.json",
"input_numImagesFile": "/home/jetson/face/retina_arcface/data/test_count.txt",
"det_engine": "../weights/retina-mobile025-trim-288x320-fp16.engine",
"det_inputShape": [3, 288, 320],
"det_threshold_nms": 0.4,
"det_threshold_bbox": 0.6,
"det_maxFacesPerScene": 4,
"rec_engine": "../weights/ir50_asia-l2norm-fp16-b1.engine",
"rec_inputShape": [3, 112, 112],
"rec_outputDim": 512,
"rec_knownPersonThreshold": 0.65,
"out_visualize": true,
"gen_imgSource": "/home/jetson/face/data/allstaff",
"gen_imgIsCropped": true,
"send_request": false,
"send_server": "http://10.0.11.59:8088/api/data",
"send_location": 7
}