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

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 小时前
设计模式笔记_行为型_访问者模式
笔记·设计模式·访问者模式
不羁。。4 小时前
【撸靶笔记】第七关:GET - Dump into outfile - String
数据库·笔记·oracle
好望角雾眠9 小时前
第一阶段C#基础-10:集合(Arraylist,list,Dictionary等)
笔记·学习·c#
艾伦~耶格尔9 小时前
【集合框架LinkedList底层添加元素机制】
java·开发语言·学习·面试
星仔编程9 小时前
python学习DAY46打卡
学习
大霞上仙9 小时前
实现自学习系统,输入excel文件,能学习后进行相应回答
python·学习·excel
yatingliu201911 小时前
HiveQL | 个人学习笔记
hive·笔记·sql·学习
郭庆汝11 小时前
CMake概述用法详细笔记
笔记
武当豆豆11 小时前
C++编程学习(第25天)
开发语言·c++·学习
张人玉11 小时前
XML 序列化与操作详解笔记
xml·前端·笔记