-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Checklist
- I've read the contribution guidelines.
- I've searched other issues and no duplicate issues were found.
- I've agreed with the maintainers that I can plan this task.
Description
BEVDet is a BEV perception algorithm based on panoramic cameras. It unifies multi-view images into the perspective of BEV for 3D object detection task. It is different from the current 3D perception feature of Autoware.
BEVDet code repos
Purpose
Integrating BEVDet into Autoware for 3D object detection based on multi-view images, this task related to Sensing& Perception task.
Possible approaches
BEVDet is a 3D object detection model trained on NuScenes dataset using 6 surround view camera images. The 6 cameras form a 360 degree field of view with overlapping fields of view. When mapping from 2D to 3D, some parameters are required, including camera intrinsic parameters and extrinsic parameters between each camera and ego.
Integrating BEVDet into Autoware involves the placement of 6 cameras and calibration. Convert BEVDet model into ONNX format for deployment in Autoware.
Related PRs
- feat: api support trt 10.x.x bevdet_vendor#1
- feat(words): add bevdet autoware-spell-check-dict#41
- fix(autoware.repos): add bevdet_vendor external package #5456
- feat: add tensorrt_bevdet artifacts #6138
- feat(autoware_bevdet): implementation of bevdet using tensorrt autoware_universe#10441
Definition of done
- The placement of 6 cameras and calibration
- Convert BEVDet model into ONNX format
- Deploying BEVDet model on device using TensorRT
- BEVDet output result adaptation to Autoware topics
Metadata
Metadata
Assignees
Labels
Type
Projects
Status