SLAM ---- 误差测评 ATE、RPE,与EVO

  • 一、误差
    • 1.1 ABSOLUTE TRAJECTORY ERROR (ATE)
    • 1.2 RELATIVE POSE ERROR (RPE)
    • 1.3 ABSOLUTE POSE ERROR (APE)
  • 二、EVO工具

一、误差

内容取自 TUM数据集:
https://vision.in.tum.de/data/datasets/rgbd-dataset/tools

The ATE is well-suited for measuring the performance of visual SLAM systems. In contrast, the RPE is well-suited for measuring the drift of a visual odometry system, for example the drift per second.
脚本代码下载链接:
https://vision.in.tum.de/data/datasets/rgbd-dataset/tools

1.1 ABSOLUTE TRAJECTORY ERROR (ATE)

The absolute trajectory error directly measures the difference between points of the true and the estimated trajectory. As a pre-processing step, we associate the estimated poses with ground truth poses using the timestamps. Based on this association, we align the true and the estimated trajectory using singular value decomposition. Finally, we compute the difference between each pair of poses, and output the mean/median/standard deviation of these differences. Optionally, the script can plot both trajectories to a png or pdf file.

1.2 RELATIVE POSE ERROR (RPE)

For computing the relative pose error, we provide a script ‘‘evaluate_rpe.py’’. This script computes the error in the relative motion between pairs of timestamps. By default, the script computes the error between all pairs of timestamps in the estimated trajectory file. As the number of timestamp pairs in the estimated trajectory is quadratic in the length of the trajectory, it can make sense to downsample this set to a fixed number (–max_pairs). Alternatively, one can choose to use a fixed window size (–fixed_delta). In this case, each pose in the estimated trajectory is associated with a later pose according to the window size (–delta) and unit (–delta_unit). This evaluation technique is useful for estimating the drift.

1.3 ABSOLUTE POSE ERROR (APE)

二、EVO工具

SLAM ---- 误差测评 ATE、RPE、APE,与EVO相关推荐

  1. SLAM轨迹评估ATE和RPE

    转自:https://zhuanlan.zhihu.com/p/105428199 1. RPE: relative pose error 相对位姿误差 相对位姿误差主要描述的是相隔固定时间差  两帧 ...

  2. 相对位姿误差(RPE)和绝对轨迹误差(ATE)

    1. 相对位姿误差(RPE) 用于计算两个相同时间戳上相机位姿的真实值与SLAM系统的估计值之间每隔一段时间位姿变化量之间的差值,也可以理解为位姿真实值与与估计值的实时比较.该标准适合于估计系统的漂移 ...

  3. ORB_SLAM2及其他SLAM精度测评

    ORB_SLAM2及其他SLAM精度测评 测试工具:https://svncvpr.in.tum.de/cvpr-ros-pkg/trunk/rgbd_benchmark/rgbd_benchmark ...

  4. SLAM精度测评——EVO进阶

    1. 基本概念 1.1 Umeyama算法 ATE: evo_ape tum state_groundtruth_estimate0/data.tum orb2/CameraTrajectory.tx ...

  5. SLAM精度测评——EVO

    1.install GitHub - MichaelGrupp/evo: Python package for the evaluation of odometry and SLAM 注意:安装好依赖 ...

  6. SLAM轨迹测评工具evo使用

    evo主要有以下几种命令: evo_ape : 计算绝对位姿误差 evo_rpe : 计算相对位姿误差 evo_traj : 轨迹管理的主要工具(常用来绘制轨迹) evo_config : 全局设置和 ...

  7. SLAM精度测评——rpg_trajectory_evaluatio

    1.  install https://github.com/ccxslam/rpg_trajectory_evaluation#install 下载catkin_simple:https://git ...

  8. 轨迹误差评估指标[APE/RPE]和EVO[TUM/KITTI]

    轨迹误差评估指标[APE/RPE]和EVO[TUM/KITTI] 1. ATE/APE 2. RPE 3. EVO 3.1 评估指标 3.2 使用 3.2.1 轨迹可视化 3.2.2 APE 3.2. ...

  9. SLAM评测工具EVO常用功能介绍【正在刷夜的李哈哈】

    看完这个我觉得你肯定会用evo了 前言 官方网页介绍 实际使用方法 绘制轨迹:evo_traj 比较绝对位姿误差:eva_ape 比较相对位姿误差:evo_rpe 如何对比kitti数据集下的轨迹(k ...

  10. SLAM算法评估篇:EVO

      当我们需要评估一个SLAM/VO算法的表现时,可以从时耗.精度多个角度分析,其中对精度的评价是我们最关注的.精度评估依据主要是绝对轨迹误差和相对位姿误差,最早在TUM数据集benchmark中定义 ...

最新文章

  1. 欢乐拼图发红包微信小程序开发过程实录成品展示
  2. 网络钓鱼大讲堂 Part4 | 网络钓鱼攻击战术
  3. Spring事务的实现方式和实现原理
  4. android NDK 知识汇总
  5. [PAT乙级]1010 一元多项式求导
  6. android选择多个文件_一分钟合并多个Excel、PDF文件,3种方法任你选择,好用到没朋友...
  7. MFC根据颜色数组自定义位图并显示到窗口
  8. Linux下autoconf与automake
  9. Asp.net基础概念之 委托
  10. filter:alpha(opacity=100,style=1)
  11. Eclipse技巧一:还原视图和编辑器
  12. php 数据访问框架,PHP Ice框架数据库访问层- Ice Framework(PHP Web开发框架)
  13. 问卷调查系统环境配置搭建
  14. JavaScript 获取元素方法
  15. 大数据平台的开发与思考一:
  16. NMock学习系列(三)--- NMock在DDD领域驱动的单元测试中的应用
  17. Python_爬虫_猫眼电影网电影预告片批量下载
  18. 小米usb测试软件,你还在用USB传文件?小米10系列USB详细测试——《小米10十大槽点》番外 图文版...
  19. 启动Oracle报错:本地计算机上的OracleOraDb11g_homeTNSListener服务启动后停止。某些服务在未由其他服务或程序使用时将自动停止。
  20. 第2周 Python基本图形绘制

热门文章

  1. JAVA 算法 回溯
  2. Windows10邮件添加qq邮箱已过期问题
  3. excel - 单元格的表示方式 (称为:单元格引用 )(类似:变量表示单元格)
  4. springboot集成easypoi实现excel多sheet导出,并设置表头样式
  5. linux ov7725模块驱动,stm32f4 驱动ov7725摄像头,使用dcmi一直无法产生中断
  6. 微信终于能注册小号了,无需绑定手机号!
  7. XtraBackUp 全量备份
  8. windows下使用命令打开pdf文件
  9. 返回短语的缩写python_邮件缩写短语
  10. XP WIN7局域网共享传输速度