OpenPCDet
is a clear, simple, self-contained open source project for LiDAR-based 3D object detection.
It is also the official code release of [PointRCNN]
, [Part-A^2 net]
and [PV-RCNN]
.
[2020-08-10] NEW: Bugfixed: The provided NuScenes models have been updated to fix the loading bugs. Please redownload it if you need to use the pretrained NuScenes models.
[2020-07-30] NEW: OpenPCDet
v0.3.0 is released with the following features:
- The Point-based and Anchor-Free models (
PointRCNN
,PartA2-Free
) are supported now. - The NuScenes dataset is supported with strong baseline results (
SECOND-MultiHead (CBGS)
andPointPillar-MultiHead
). - High efficiency than last version, support
PyTorch 1.1~1.5
andspconv 1.0~1.2
simultaneously.
[2020-07-17] Add simple visualization codes and a quick demo to test with custom data.
[2020-06-24] OpenPCDet
v0.2.0 is released with pretty new structures to support more models and datasets.
[2020-03-16] OpenPCDet
v0.1.0 is released.