Skip to content

Commit

Permalink
Create config file and change publisher for debug image
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilly Lamotte committed Jul 3, 2023
1 parent 8a4cc40 commit a5c4d4a
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions butia_recognition/config/yolo_face_tracker_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 a5c4d4a

Please sign in to comment.