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

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.

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

相关推荐
_落纸2 天前
三大基础无源电子元件——电阻(R)、电感(L)、电容(C)
笔记
Alice-YUE2 天前
【CSS学习笔记3】css特性
前端·css·笔记·html
2303_Alpha2 天前
SpringBoot
笔记·学习
萘柰奈2 天前
Unity学习----【进阶】TextMeshPro学习(三)--进阶知识点(TMP基础设置,材质球相关,两个辅助工具类)
学习·unity
沐矢羽2 天前
Tomcat PUT方法任意写文件漏洞学习
学习·tomcat
好奇龙猫2 天前
日语学习-日语知识点小记-进阶-JLPT-N1阶段蓝宝书,共120语法(10):91-100语法+考え方13
学习
向阳花开_miemie2 天前
Android音频学习(十八)——混音流程
学习·音视频
工大一只猿2 天前
51单片机学习
嵌入式硬件·学习·51单片机
c0d1ng2 天前
量子计算学习(第十四周周报)
学习·量子计算
Hello_Embed2 天前
STM32HAL 快速入门(二十):UART 中断改进 —— 环形缓冲区解决数据丢失
笔记·stm32·单片机·学习·嵌入式软件