@@ -7,6 +7,8 @@ As of now, it mainly consists of `PCDet` toolbox for 3D object detection from po
...
@@ -7,6 +7,8 @@ As of now, it mainly consists of `PCDet` toolbox for 3D object detection from po
### What does `PCDet` toolbox do?
### What does `PCDet` toolbox do?
Note that we have upgrated `PCDet` from `v0.1` to `v0.2` with prety new structures to support various datasets and models.
`PCDet` is a general PyTorch-based codebase for 3D object detection from point cloud.
`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.
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.
...
@@ -32,13 +34,14 @@ Contributions are also welcomed.
...
@@ -32,13 +34,14 @@ Contributions are also welcomed.
Selected supported methods are shown in the below table. The results are the 3D detection performance of car class on the *val* set of KITTI dataset.
Selected supported methods are shown in the below table. The results are the 3D detection performance of car class on the *val* set of KITTI dataset.
All models are trained with 8 GPUs and are available for download.
All models are trained with 8 GPUs and are available for download.
Currently we provide the dataloader of KITTI dataset, and the supporting of more datasets are on the way.
Currently we provide the dataloader of KITTI dataset, and the supporting of more datasets are on the way.
### KITTI Dataset
### KITTI Dataset
* Please download the official [KITTI 3D object detection](http://www.cvlibs.net/datasets/kitti/eval_object.php?obj_benchmark=3d) dataset and organize the downloaded files as follows (the road planes could be downloaded from [[road plane]](https://drive.google.com/file/d/1d5mq0RXRnvHPVeKx6Q612z0YRO1t2wAp/view?usp=sharing), which are optional for data augmentation in the training):
* Please download the official [KITTI 3D object detection](http://www.cvlibs.net/datasets/kitti/eval_object.php?obj_benchmark=3d) dataset and organize the downloaded files as follows (the road planes could be downloaded from [[road plane]](https://drive.google.com/file/d/1d5mq0RXRnvHPVeKx6Q612z0YRO1t2wAp/view?usp=sharing), which are optional for data augmentation in the training):
* NOTE: You need to create the infos and gt database again even you already have them from `pcdet v0.1`