Skip to content

Commit

Permalink
Creating config to remapping image debug topic
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilly Lamotte committed Jul 4, 2023
1 parent 4f3758a commit 2f186c0
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions butia_recognition/config/yolo_tracker_face_recognition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
debug_kpt_threshold: 0.5

model_file: yolov8s-pose.pt

subscribers:

queue_size: 1
exact_time: false
slop: 0.5

image_rgb: /butia_vision/bvb/image_rgb

image_depth: /butia_vision/bvb/image_depth

camera_info: /butia_vision/bvb/camera_info


publishers:

recognition:
topic: /butia_vision/br/recognitions2D
queue_size: 1

debug:
topic: /butia_vision/br/debug_recog
queue_size: 1

tracking:
topic: /butia_vision/pt/tracking2D
queue_size: 1

servers:
start:
service: /butia_vision/br/yolo_tracking/start

stop:
service: /butia_vision/br/yolo_tracking/stop

services:
tracking:
start: /butia_vision/pt/start
stop: /butia_vision/pt/stop

tracking:
start_on_init: false
use_boxmot: false
model_file: osnet_x0_25_msmt17.pt
thresholds:
reid_threshold: 0.3
det_threshold: 0.5
iou_threshold: 0.15
max_age: 10
max_time: 10

0 comments on commit 2f186c0

Please sign in to comment.