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
### What's the difference between raw rendered map and inlier rendered map? (remindered by [John-Henawy](https://github.com/John-Henawy) in [issue 5](https://github.com/JokerJohn/Cloud_Map_Evaluation/issues/5))
197
+
### What's the difference between raw rendered map and inlier rendered map?
198
198
199
-
The primary function of the r**aw rendered map** (left) is to color-code the error of all points in the map estimated by the algorithm. For each point in the estimated map that does not find a corresponding point in the **ground truth (gt) map**, it is defaulted to the maximum error (**20cm**), represented as red. On the other hand, the i**nlier rendered map** (right) excludes the non-overlapping regions of the point cloud and colors only the error of the inlier points after point cloud matching. This map therefore contains only a portion of the points from the original estimated map.
199
+
The primary function of the r**aw rendered map** (left) is to color-code the error of all points in the map estimated by the algorithm. For each point in the estimated map that does not find a corresponding point in the **ground truth (gt) map**, it is defaulted to the maximum error (**20cm**), represented as red. On the other hand, the i**nlier rendered map** (right) excludes the non-overlapping regions of the point cloud and colors only the error of the inlier points after point cloud matching. This map therefore contains only a portion of the points from the original estimated map. (remindered by [John-Henawy](https://github.com/John-Henawy) in [issue 5](https://github.com/JokerJohn/Cloud_Map_Evaluation/issues/5))
200
200
201
201
.png)
202
202
@@ -206,13 +206,12 @@ The primary function of the r**aw rendered map** (left) is to color-code the err
206
206
207
207
2.**Without a ground truth map** (remindered by [@Silentbarber](https://github.com/Silentbarber), [ZOUYIyi](https://github.com/ZOUYIyi) in [issue 4](https://github.com/JokerJohn/Cloud_Map_Evaluation/issues/4) and [issue 7](https://github.com/JokerJohn/Cloud_Map_Evaluation/issues/7)):
208
208
209
-
Only **MME** can be used for evaluation. It is crucial to remember that the maps being evaluated must be on the same scale.
210
-
211
-
- 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.
209
+
- Only **MME** can be used for evaluation. It is crucial to remember that the maps being evaluated must be on the same scale.
210
+
- 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.
212
211
213
212
## Publications
214
213
215
-
We kindly recommend to cite [our paper](https://arxiv.org/abs/2411.17928) if you find this library useful:
214
+
We recommend to cite [our paper](https://arxiv.org/abs/2411.17928) if you find this library useful:
216
215
217
216
```latex
218
217
@misc{hu2024mapeval,
@@ -225,15 +224,14 @@ We kindly recommend to cite [our paper](https://arxiv.org/abs/2411.17928) if you
225
224
doi={10.1109/LRA.2025.3548441}
226
225
}
227
226
228
-
@ARTICLE{hu2024paloc,
229
-
author={Hu, Xiangcheng and Zheng, Linwei and Wu, Jin and Geng, Ruoyu and Yu, Yang and Wei, Hexiang and Tang, Xiaoyu and Wang, Lujia and Jiao, Jianhao and Liu, Ming},
230
-
journal={IEEE/ASME Transactions on Mechatronics},
231
-
title={PALoc: Advancing SLAM Benchmarking With Prior-Assisted 6-DoF Trajectory Generation and Uncertainty Estimation},
227
+
@article{wei2024fpv2,
228
+
title={Fusionportablev2: A unified multi-sensor dataset for generalized slam across diverse platforms and scalable environments},
229
+
author={Wei, Hexiang and Jiao, Jianhao and Hu, Xiangcheng and Yu, Jingwen and Xie, Xupeng and Wu, Jin and Zhu, Yilong and Liu, Yuxuan and Wang, Lujia and Liu, Ming},
230
+
journal={The International Journal of Robotics Research},
0 commit comments