Skip to content

Commit dd0826b

Browse files
committed
Add FSD README
1 parent b29be44 commit dd0826b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

configs/fsd/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# FSD: Fully Sparse 3D Object Detection & SST: Single-stride Sparse Transformer
2+
3+
> [Fully Sparse 3D Object Detection](https://arxiv.org/abs/2207.10035)
4+
5+
<!-- [ALGORITHM] -->
6+
7+
## Abstract
8+
9+
## Introduction
10+
11+
12+
## Usage
13+
14+
### Modify config
15+
16+
17+
## Results and models
18+
19+
### PointPillars
20+
21+
| Backbone | Lr schd | Mem (GB) | Inf time (fps) | mAP | NDS | Download |
22+
|:--------:| :-----: | :------: | :------------: | :---: | :---: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
23+
| [x](x) | 2x | 17.1 | | 40.0 | 53.3 | [model]() \| [log]() |
24+
25+
## Citation
26+
27+
```latex
28+
@article{fan2022fully,
29+
title={{Fully Sparse 3D Object Detection}},
30+
author={Fan, Lue and Wang, Feng and Wang, Naiyan and Zhang, Zhaoxiang},
31+
journal={arXiv preprint arXiv:2207.10035},
32+
year={2022}
33+
}
34+
```

0 commit comments

Comments
 (0)