Skip to content

Commit cc225ae

Browse files
committed
fix error due erroneous 'threshold' instead of 'z_threshold' in GroundElevation parametrization in datamodule configs
1 parent bd4d6fa commit cc225ae

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

configs/datamodule/semantic/dales.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ pre_transform:
139139
k_min_search: ${datamodule.knn_min_search}
140140
- transform: GroundElevation
141141
params:
142-
threshold: ${datamodule.ground_threshold}
142+
z_threshold: ${datamodule.ground_threshold}
143143
scale: ${datamodule.ground_scale}
144144
- transform: DataTo
145145
params:

configs/datamodule/semantic/kitti360.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ pre_transform:
146146
k_min_search: ${datamodule.knn_min_search}
147147
- transform: GroundElevation
148148
params:
149-
threshold: ${datamodule.ground_threshold}
149+
z_threshold: ${datamodule.ground_threshold}
150150
scale: ${datamodule.ground_scale}
151151
- transform: DataTo
152152
params:

configs/datamodule/semantic/s3dis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pre_transform:
151151
k_min_search: ${datamodule.knn_min_search}
152152
- transform: GroundElevation
153153
params:
154-
threshold: ${datamodule.ground_threshold}
154+
z_threshold: ${datamodule.ground_threshold}
155155
scale: ${datamodule.ground_scale}
156156
- transform: DataTo
157157
params:

configs/datamodule/semantic/scannet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ pre_transform:
149149
overwrite: False
150150
- transform: GroundElevation
151151
params:
152-
threshold: ${datamodule.ground_threshold}
152+
z_threshold: ${datamodule.ground_threshold}
153153
scale: ${datamodule.ground_scale}
154154
- transform: DataTo
155155
params:

0 commit comments

Comments
 (0)