File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
parameters/world_modeling Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ parameters:
88 yolo_model : $(env TUE_ENV_WS_DIR)/build/yolo_onnx_ros/resources/yolo11m/yolo11m.onnx
99 sam_encoder : $(env TUE_ENV_WS_DIR)/build/sam_onnx_ros/resources/speed_SAM/SAM_encoder.onnx
1010 sam_decoder : $(env TUE_ENV_WS_DIR)/build/sam_onnx_ros/resources/speed_SAM/SAM_mask_decoder.onnx
11-
11+
1212 alpha : 1.0 # GMM alpha parameter (weights of the clusters 1 = uniform)
1313 kappa0 : 0 # Weak prior on the mean (how much we trust the prior)
1414 psi0 : 0.05 # Covariance prior (scale assumes spherical clusters)
1515 nu0 : 4.0 # Covariance strength
16-
16+
1717 eps : 0.02 # DBSCAN epsilon parameter in cm (maximum distance between points in acluster)
1818 min_samples : 60 # DBSCAN minimum number of points in a cluster
1919 logging : false
You can’t perform that action at this time.
0 commit comments