Unverified Commit bea20f3b authored by Shaoshuai Shi's avatar Shaoshuai Shi Committed by GitHub
Browse files

update README.md (#166)

parent 45311136
...@@ -25,18 +25,22 @@ Contributions are also welcomed. ...@@ -25,18 +25,22 @@ Contributions are also welcomed.
### `OpenPCDet` design pattern ### `OpenPCDet` design pattern
* Data-Model separation with unified point cloud coordinate for easily extending to custom datasets: * Data-Model separation with unified point cloud coordinate for easily extending to custom datasets:
<p align="center"> <p align="center">
<img src="docs/dataset_vs_model.png" width="95%" height="320"> <img src="docs/dataset_vs_model.png" width="95%" height="320">
</p> </p>
* Unified 3D box definition: (x, y, z, dx, dy, dz, heading).
* Flexible and clear model structure to easily support various 3D detection models: * Flexible and clear model structure to easily support various 3D detection models:
<p align="center"> <p align="center">
<img src="docs/model_framework.png" width="95%"> <img src="docs/model_framework.png" width="95%">
</p> </p>
* Support various models within one framework as:
* Clear, simple, self-contained code structure for better understanding and use. <p align="center">
<img src="docs/multiple_models_demo.png" width="95%">
</p>
### Currently Supported Features ### Currently Supported Features
...@@ -53,7 +57,7 @@ Contributions are also welcomed. ...@@ -53,7 +57,7 @@ Contributions are also welcomed.
## ChangeLog ## ChangeLog
[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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment