Skip to content

Commit 51d7322

Browse files
authored
Update README.md
1 parent 975e57f commit 51d7322

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,24 @@ https://user-images.githubusercontent.com/45144254/229673708-648e8da5-4c70-4346-
2727
- VAD implicitly and explicitly utilizes the vectorized scene information to improve planning safety, via query interaction and vectorized planning constraints.
2828
- VAD achieves SOTA end-to-end planning performance, outperforming previous methods by a large margin. Not only that, because of the vectorized scene representation and our concise model design, VAD greatly improves the inference speed, which is critical for the real-world deployment of an autonomous driving system.
2929

30+
## Results
31+
- Open-loop planning results on [nuScenes](https://github.com/nutonomy/nuscenes-devkit). See the [paper](https://arxiv.org/abs/2303.12077) for more details.
32+
33+
| Method | L2 (m) 1s | L2 (m) 2s | L2 (m) 3s | Col. (%) 1s | Col. (%) 2s | Col. (%) 3s | FPS |
34+
| :---: | :---: | :---: | :---: | :---:| :---: | :---: | :---: |
35+
| ST-P3 | 1.33 | 2.11 | 2.90 | 0.23 | 0.62 | 1.27 | 1.6 |
36+
| UniAD | 0.48 | 0.96 | 1.65 | **0.05** | 0.17 | 0.71 | 1.8 |
37+
| VAD-Tiny | 0.20 | 0.38 | 0.65 | 0.10 | 0.12 | 0.27 | **16.8** |
38+
| VAD-Base | **0.17** | **0.34** | **0.60** | **0.07** | **0.10** | **0.24** | 4.5 |
39+
3040
## Catalog
3141
- [ ] Code & Checkpoints Release
3242
- [x] Initialization
3343

34-
## Acknowledgement
35-
VAD is based on the following projects: [mmdet3d](https://github.com/open-mmlab/mmdetection3d), [detr3d](https://github.com/WangYueFt/detr3d), [BEVFormer](https://github.com/fundamentalvision/BEVFormer) and [MapTR](https://github.com/hustvl/MapTR). Many thanks to their excellent contributions to the community.
36-
37-
3844
## Contact
3945
If you have any questions or suggestions about this repo, please feel free to contact us ([email protected], [email protected]).
4046

4147
## Citation
42-
4348
If you find VAD is useful in your research or applications, please consider giving us a star 🌟 and citing it by the following BibTeX entry.
4449

4550
```BibTeX
@@ -50,3 +55,9 @@ If you find VAD is useful in your research or applications, please consider givi
5055
year={2023}
5156
}
5257
```
58+
59+
## License
60+
All code in this repository is under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
61+
62+
## Acknowledgement
63+
VAD is based on the following projects: [mmdet3d](https://github.com/open-mmlab/mmdetection3d), [detr3d](https://github.com/WangYueFt/detr3d), [BEVFormer](https://github.com/fundamentalvision/BEVFormer) and [MapTR](https://github.com/hustvl/MapTR). Many thanks to their excellent contributions to the community.

0 commit comments

Comments
 (0)