Skip to content

liweiwp/optimus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

任务4 基于视觉传感器的3D目标检测

概述:多视觉传感器的3D目标检测算法主要应用于汽车智能驾驶,基于车载多摄像头的输入,完成车辆周围多目标的3D位置的检测,并能适应城市工况下的复杂场景。 且指标性能接近使用激光雷达的检测水平。

指标:NDS > 0.569, mAP > 0.481


1 学习

  • 从零开始学习机器学习,深度学习知识
  • 掌握软件工具NumPy, PyTorch,
  • 阅读论文学习算法思想,并复现论文算法

课程

课程视频在B站有搬运

软件

论文

2 数据集

探索数据,数据预处理

nuScenes 数据集

KITTI 数据集

3 算法

通过复现基本的算法,掌握算法的原理,并提出自己的改进。

NDS mAP
DETR3D 0.479 0.412
PETR 0.481 0.434
BEVFormer 0.569 0.481
PETRv2 0.582 0.490

DETR

Official Code https://github.com/facebookresearch/detr

DETR3D

Official Code https://github.com/wangyueft/detr3d

BEVFormer

Official Code https://github.com/fundamentalvision/BEVFormer

PETR, PETRv2

Official Code https://github.com/megvii-research/PETR

About

resources for 3d object detection task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published