@@ -11,12 +11,17 @@ It is also the official code release of [`[PointRCNN]`](https://arxiv.org/abs/18
...
@@ -11,12 +11,17 @@ It is also the official code release of [`[PointRCNN]`](https://arxiv.org/abs/18
-[Changelog](#changelog)
-[Changelog](#changelog)
-[Design Pattern](#openpcdet-design-pattern)
-[Design Pattern](#openpcdet-design-pattern)
-[Model Zoo](#model-zoo)
-[Model Zoo](#model-zoo)
-[Quick Demo](#quick-demo)
-[Installation](docs/INSTALL.md)
-[Getting Started](#Getting-Started)
-[Quick Demo](docs/DEMO.md)
-[Getting Started](docs/GETTING_STARTED.md)
-[Citation](#citation)
-[Citation](#citation)
## Changelog
## Changelog
[2020-07-29] `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 (`CBGS`).
[2020-07-17] Add simple visualization codes and a quick demo to test with custom data.
[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-06-24] `OpenPCDet` v0.2.0 is released with pretty new structures to support more models and datasets.
...
@@ -75,7 +80,7 @@ Contributions are also welcomed.
...
@@ -75,7 +80,7 @@ Contributions are also welcomed.
## Model Zoo
## Model Zoo
### KITTI 3D Object Detection Baselines
### KITTI 3D Object Detection Baselines
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 moderate difficulty on the *val* set of KITTI dataset.
All models are trained with 8 GTX 1080Ti GPUs and are available for download.
All models are trained with 8 GTX 1080Ti GPUs and are available for download.
| | training time | Car | Pedestrian | Cyclist | download |
| | training time | Car | Pedestrian | Cyclist | download |
...
@@ -90,10 +95,12 @@ All models are trained with 8 GTX 1080Ti GPUs and are available for download.
...
@@ -90,10 +95,12 @@ All models are trained with 8 GTX 1080Ti GPUs and are available for download.