Skip to content

Commit

Permalink
added storing groceries config file
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisMilczarek committed Jul 6, 2023
1 parent 2f186c0 commit f5d1ea4
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
debug_kpt_threshold: 0.5

model_file: storing_groceries.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
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
2 changes: 1 addition & 1 deletion butia_vision_msgs

0 comments on commit f5d1ea4

Please sign in to comment.