`OpenLidarPercept` is an open source project for LiDAR-based 3D scene perception.
As of now, it mainly consists of `PCDet` toolbox for 3D object detection from point cloud.
`OpenLidarPerceptron` is an open source project for LiDAR-based 3D scene perception.
As of now, it mainly consists of `PCDet` toolbox for 3D object detection from point cloud,
and we are going to support LiDAR segmentation and odometry in the next phase.
### What does `PCDet` toolbox do?
...
...
@@ -12,6 +13,10 @@ Note that we have upgrated `PCDet` from `v0.1` to `v0.2` with pretty new structu
`PCDet` is a general PyTorch-based codebase for 3D object detection from point cloud.
It currently supports multiple state-of-the-art 3D object detection methods with highly refactored codes for both one-stage and two-stage 3D detection frameworks.
Based on `PCDet` toolbox, we win the Waymo Open Dataset challenge in [3D Detection](https://waymo.com/open/challenges/3d-detection/),