-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
without gt_map #4
Comments
Hi, @Silentbarber Metrics like MME (Mean Map Entropy) or MPV (Mean Plane Variance) can be used to evaluate a map without requiring ground truth point clouds. Their underlying principles are quite straightforward: from an information-theoretic perspective, if the information content in a map is higher, the map's entropy will be lower, indicating that points in the map are more locally clustered, which implies better local continuity. However, as the formula shows, these metrics only consider the local characteristics of points (using only the covariance matrix). Therefore, they cannot provide a fair evaluation when changes occur at a different scale or point cloud density. For example, comparing a map generated by LIO with one optimized through loop closure. There is a brief explanation of this in the experiments section of my paper. |
thank you!Wishing the paper a smooth progress! |
Hello, I am very interested in your evaluation work, but if I don't have a gt_map, only a lio map, how should I evaluate it? Can you give me some guidance
The text was updated successfully, but these errors were encountered: