You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can also get a rendered raw distance-error map(10cm) and inlier distance-error map(2cm) in this process, the color R->G->B represent for the distance error at a level of 0-10cm.
156
152
157
153
.png)
158
154
159
-
if we do not have gt map, we can evaluate the **Mean Map Entropy (MME)**, smaller means better consistency. just set `evaluate_mme: false` in **[config.yaml](map_eval/config/config.yaml)**.
155
+
**if we do not have gt ma**p, we can only evaluate the **Mean Map Entropy (MME)**, smaller means better consistency. just set `evaluate_mme: false` in **[config.yaml](map_eval/config/config.yaml)**.
160
156
161
157
.png)
162
158
@@ -176,8 +172,9 @@ we can also get a simpe mesh reconstructed from point cloud map.
@@ -199,6 +196,18 @@ The primary function of the r**aw rendered map** (left) is to color-code the err
199
196
200
197
.png)
201
198
199
+
### **Applicable Scenarios:**
200
+
201
+
1. **With a ground truth map:** All metrics are applicable.
202
+
203
+
2. **Without a ground truth map**:
204
+
205
+
Only **MME** can be used for evaluation. It is crucial to remember that the maps being evaluated must be on the same scale.
206
+
207
+
- For example, **you cannot compare a LIO map with a LIO SLAM map** that has performed loop closure optimization. This is because loop closure adjusts the local point cloud structure, leading to inaccurate MME evaluation. You can compare the MME of different LIO maps.
208
+
209
+
210
+
202
211
## Publications
203
212
204
213
We kindly recommend to cite [our paper](https://arxiv.org/abs/2411.17928) if you find this library useful:
@@ -227,16 +236,16 @@ We kindly recommend to cite [our paper](https://arxiv.org/abs/2411.17928) if you
227
236
228
237
## Related Package
229
238
230
-
The folloing work using MapEval for map evalution.
0 commit comments