You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.2 KiB
49 lines
1.2 KiB
connection: |
|
broker_address: 127.0.0.1 |
|
broker_port: 1883 |
|
client_id: 38-lilin |
|
topic: edge-stream/38-lilin |
|
keep_alive: 60 |
|
timeout: 10 |
|
tls_enable: false |
|
username: guest |
|
password: guest |
|
messaging: |
|
enable: true |
|
format: Protobuf |
|
strategy: OnNewAndInterval |
|
interval: 500 |
|
allow_empty_messages: true |
|
face_detection: |
|
detection_threshold: 0.5 |
|
landmarks_threshold: 0.5 |
|
mask_status_threshold: 0.5 |
|
max_detections: 10 |
|
tracking: |
|
threshold: 0.1 |
|
high_threshold: 0.2 |
|
match_threshold: 0.8 |
|
max_time_lost: 25 |
|
face_extraction: |
|
enable: true |
|
face_identification: |
|
enable: true |
|
storage: /root/sfe/storage |
|
candidate_count: 1 |
|
threshold: 0.25 |
|
crop: |
|
enable: true |
|
size_extension: 2 |
|
max_size: 50.0 |
|
image_format: RawBGR |
|
full_frame: |
|
enable: false |
|
image_width: null |
|
image_height: null |
|
image_format: RawBGR |
|
solvers: |
|
frame_input: /root/sfe/solver/camera-input.ambarella.solver.0.7.1 |
|
frame_output: null |
|
face_detection: /root/sfe/solver/face_detect_accurate_mask_w1280h720_perf.ambarella.solver.0.7.1 |
|
face_landmarks: /root/sfe/solver/face_landmarks_0.25_acc.ambarella.solver.0.7.1 |
|
face_extraction: /root/sfe/solver/face_template_extract_balanced_perf.ambarella.solver.0.7.1
|
|
|