Alfred Liu commited on
Commit ·
162e7a4
1
Parent(s): fe8222e
Update README.md
Browse files- README.md +15 -1
- asserts/banner.jpg +3 -0
README.md
CHANGED
|
@@ -1,9 +1,23 @@
|
|
| 1 |
# SparseBEV
|
| 2 |
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
中文解读:[https://zhuanlan.zhihu.com/p/654821380](https://zhuanlan.zhihu.com/p/654821380)
|
| 6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
## Model Zoo
|
| 8 |
|
| 9 |
| Setting | Pretrain | Training Cost | NDS<sub>val</sub> | NDS<sub>test</sub> | FPS | Weights |
|
|
|
|
| 1 |
# SparseBEV
|
| 2 |
|
| 3 |
+
[](https://paperswithcode.com/sota/3d-object-detection-on-nuscenes-camera-only?p=sparsebev-high-performance-sparse-3d-object)
|
| 4 |
+
|
| 5 |
+
This is the official PyTorch implementation for our ICCV 2023 paper:
|
| 6 |
+
|
| 7 |
+
> [**SparseBEV: High-Performance Sparse 3D Object Detection from Multi-Camera Videos**](https://arxiv.org/abs/2308.09244)<br>
|
| 8 |
+
> [Haisong Liu](https://scholar.google.com/citations?user=Z9yWFA0AAAAJ&hl=en&oi=sra), [Yao Teng](https://scholar.google.com/citations?user=eLIsViIAAAAJ&hl=en&oi=sra), [Tao Lu](https://scholar.google.com/citations?user=Ch28NiIAAAAJ&hl=en&oi=sra), [Haiguang Wang](https://miraclesinwang.github.io/), [Limin Wang](https://scholar.google.com/citations?user=HEuN8PcAAAAJ&hl=en&oi=sra)<br>Nanjing University, Shanghai AI Lab
|
| 9 |
|
| 10 |
中文解读:[https://zhuanlan.zhihu.com/p/654821380](https://zhuanlan.zhihu.com/p/654821380)
|
| 11 |
|
| 12 |
+

|
| 13 |
+
|
| 14 |
+
## News
|
| 15 |
+
|
| 16 |
+
* 2023-09-23: We release [the native PyTorch implementation of sparse sampling](https://github.com/MCG-NJU/SparseBEV/blob/97c8c798284555accedd0625395dd397fa4511d2/models/csrc/wrapper.py#L14). You can use this version if you encounter problems when compiling CUDA operators. It’s only about 15% slower.
|
| 17 |
+
* 2023-08-21: We release the paper, code and pretrained weights.
|
| 18 |
+
* 2023-07-14: SparseBEV is accepted to ICCV 2023.
|
| 19 |
+
* 2023-02-09: SparseBEV-Beta achieves 65.6 NDS on [the nuScenes leaderboard](https://eval.ai/web/challenges/challenge-page/356/leaderboard/1012).
|
| 20 |
+
|
| 21 |
## Model Zoo
|
| 22 |
|
| 23 |
| Setting | Pretrain | Training Cost | NDS<sub>val</sub> | NDS<sub>test</sub> | FPS | Weights |
|
asserts/banner.jpg
ADDED
|
Git LFS Details
|