Skip to content

Commit 1a5a399

Browse files
authored
Update README.md
1 parent ed80194 commit 1a5a399

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,32 @@ The pipeline consists of stages such as clustring with CSF, footprint and LoD ge
3939
"time_step": 0.65,
4040
"class_threshold": 0.5,
4141
"interations": 500
42-
}
42+
},
43+
"output_tag": "{segment}_{cloth_resolution}"
4344
},
4445
{
4546
"name": "cluster",
47+
"input_filter": ".*non_ground.*",
4648
"config": {
4749
"eps": 3.0,
4850
"min_samples": 10,
4951
"remove_samples": 100,
5052
"random_color": false
51-
}
53+
},
54+
"output_tag": "{segment}"
5255
},
5356
{
5457
"name": "footprint",
5558
"config": {
5659
"alpha_shape_factor": 0.2,
5760
"simplify_tolerance": 0.1
58-
}
61+
},
62+
"output_tag": "{segment}"
5963
},
6064
{
6165
"name": "LoD",
6266
"config": {
63-
"ground": "$ground"
67+
"csf.ground": "$ground"
6468
}
6569
},
6670
{

0 commit comments

Comments
 (0)