【论文阅读】【三维目标检测】RT3D: Real-Time 3-D Vehicle Detection in LiDAR Point Cloud for Autonomous Driving

RT3D: Real-Time 3-D Vehicle Detection in LiDAR Point Cloud for Autonomous Driving
IEEE ROBOTICS AND AUTOMATION LETTERS, 2018

RT3D

本方法是个两阶段模型,总体来说就是使用R-FCN在栅格上进行检测。本文时间较早,所以方法上感觉比较简单。
在这里插入图片描述

体素化

0.05x0.05的体素,统计高度最大值,最小值和均值。不包括点的用(0,0,0)补充。
The point cloud is projected onto a ground-plane grid with resolution 0.05×0.05 m, where each grid cell records (min(z),ave(z),max(z)) of relevant projected points. Grid cells with no point clouds are assigned a triple of (0, 0, 0).
KITTI的场景一般是70mx80m,这样看,体素化之后的大小是1400x1600的大小。

检测网络

基于ResNet-50的R-FCN。作者将R-FCN在提取ROI之前的卷积,K2C个通道的feature map解释为通过车辆不同位置预测车辆的位置、轮廓。另外作者提到要注意的两点是
Two issues caused by the sparsity of the point cloud need to be addressed: 1) during sliding window on feature maps, there are many anchors which have no data. To reduce computation, we delete these empty anchors; 2) many region proposals contain no vehicles or many region proposals contain simple examples, so online hard example mining (OHEM) [19] is adopted to automatically select hard examples to make training more effective and efficient.

实验结果

精度不高,但是快。Ablation Study也是在讨论一些超参数的设计问题。

  • 1
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值