File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
parameters/world_modeling Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,16 @@ enabled: 1
44parameters :
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)
You can’t perform that action at this time.
0 commit comments