【实验记录】为了混毕业·读读论文叭

PR曲线

1. Robust_Place_Recognition_using_an_Imaging_Lidar

在第三节方法中,提到了一些列处理步骤,分析来与vins相似,在vins中是关键帧检索、特征提取、DBoW查询、描述子匹配、PnP RANSAC求解。

第四节的实验部分,没有绘制pr曲线,而是针对某一次实验计算了总共的loop次数、真阳性和假阳性,

If the position between the matched nodes is less than 2m, we consider this detection a true positive, otherwise a false positive.

如果匹配节点之间的位置小于2m,则认为该检测为真阳性,否则为假阳性。

结论部分,将激光雷达当作深度相机去用,提取DBoW词袋中的点云来查询,其他没区别。

2.Scan context: Egocentric spatial descriptor for place recognition within 3d point cloud map

Visual recognition is popular together with the widespread use of camera sensors, however, it is inherently difficult due to illumination variance and short-term (e.g., moving objects) or long-term (e.g., seasons) changes. Similar environments may occur at different locations often causing perception aliasing.

随着相机传感器的广泛使用,视觉识别变得越来越流行,然而,由于光照的变化和短期(如移动物体)或长期(如季节)的变化,视觉识别本身就很困难。相似的环境可能发生在不同的位置,经常导致感知混叠。

相关推荐
怀旧66623 分钟前
spring boot 项目配置https服务
java·spring boot·后端·学习·个人开发·1024程序员节
infiniteWei1 小时前
【Lucene】原理学习路线
学习·搜索引擎·全文检索·lucene
follycat2 小时前
[极客大挑战 2019]PHP 1
开发语言·学习·网络安全·php
weixin_518285053 小时前
深度学习笔记11-神经网络
笔记·深度学习·神经网络
并不会6 小时前
常见 CSS 选择器用法
前端·css·学习·html·前端开发·css选择器
龙鸣丿6 小时前
Linux基础学习笔记
linux·笔记·学习
Nu11PointerException8 小时前
JAVA笔记 | ResponseBodyEmitter等异步流式接口快速学习
笔记·学习
亦枫Leonlew9 小时前
三维测量与建模笔记 - 3.3 张正友标定法
笔记·相机标定·三维重建·张正友标定法
考试宝9 小时前
国家宠物美容师职业技能等级评价(高级)理论考试题
经验分享·笔记·职场和发展·学习方法·业界资讯·宠物
黑叶白树11 小时前
简单的签到程序 python笔记
笔记·python