Skip to content

Commit b2432d2

Browse files
IasonTheodorouMatthijsBurgh
authored andcommitted
Updated config file for ed_sensor_integration Map_Anything algorithm
1 parent 1798d46 commit b2432d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

parameters/world_modeling/world_model_plugin_rgbd.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ enabled: 1
44
parameters:
55
topic: /hero/head_rgbd_sensor/rgbd
66
updater:
7+
78
segmenter:
9+
#yolo
10+
yolo_model: "/home/amigo/ros/noetic/repos/github.com/tue-robotics/yolo_onnx_ros/data/yolo11m.onnx"
11+
sam_encoder: "/home/amigo/Documents/repos/hero_sam.bak/sam_inference/model/SAM_encoder.onnx"
12+
sam_decoder: "/home/amigo/Documents/repos/hero_sam.bak/sam_inference/model/SAM_mask_decoder.onnx"
813
#gmm:
914
alpha: 1.0 # GMM alpha parameter (weights of the clusters 1 = uniform)
1015
kappa0: 0 # Weak prior on the mean (how much we trust the prior)
11-
psi0: 0.002 # Covariance prior (scale assumes spherical clusters)
16+
psi0: 0.05 # Covariance prior (scale assumes spherical clusters)
1217
nu0: 4.0 # Covariance strength
1318

1419
eps: 0.02 # DBSCAN epsilon parameter in cm (maximum distance between points in acluster)

0 commit comments

Comments
 (0)