多传感器融合学习笔记

目录

BevFusion

BEVFormer(ECCV 2022)

eagerMOT 利用2D+3D数据 多目标跟踪

Download 3D and 2D detections, which ones to download depends on what you want to run:


BevFusion

最小的模型530多m

BevFusion是一种多传感器融合技术,它可以将来自不同传感器(如LiDAR和相机)的数据融合到一个统一的BEV表示中。BevFusion的优点在于它能够结合多种传感器的优点,从而在物体检测和跟踪任务中取得更好的性能。

  1. 相机端采用BEV算法生成BEV特征,如bevformer、LSS
  2. LIDAR端用3D卷积提取BEV特征,与相机端特征concat起来。
  3. 采用通道注意力,全局池化+1*1卷积表示相机端和LIDAR端特征的权重比。

BEVFormer(ECCV 2022)

模型1个G

论文链接:https://arxiv.org/pdf/2203.1727

项目:https://github.com/fundamentalvision/BEVFormer

后续:DETR,DETR3D

eagerMOT 利用2D+3D数据 多目标跟踪

if __name__ == "__main__":
    # choose which one to run, comment out the other one
    run_on_nuscenes()  
    run_on_kitti()

GitHub - aleksandrkim61/EagerMOT: Official code for "EagerMOT: 3D Multi-Object Tracking via Sensor Fusion" [ICRA 2021]

Download 3D and 2D detections, which ones to download depends on what you want to run:

We thank other researchers for opening their code and data to the community and therefore provide links to their data directly in hopes that you will also check out their great work! Data that was not available directly but was generated by us using their open source code is given through a cloud download link.

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

AI算法网奇

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值