Skip to content

Commit f40d8d2

Browse files
authored
[Docs] Add 6 models in benchmark & model zoo in README.md (#2600)
* [Docs]: Add BEVFusion in benchmark & model zoo in README * [Docs]: Add CenterFormer in benchmark & model zoo in README * [Docs]: Add TR3D in benchmark & model zoo in README * [Docs]: Add DETR3D and PETR in benchmark & model zoo in README * [Docs]: Add TPVFormer in benchmark & model zoo in README * [Docs]: Add 6 models in benchmark & model zoo in README_zh-CN * [Docs]: Add 6 models in model_zoo.md * [Style]: Stylize the code
1 parent e753ecb commit f40d8d2

File tree

4 files changed

+137
-60
lines changed

4 files changed

+137
-60
lines changed

README.md

Lines changed: 42 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ Results and models are available in the [model zoo](docs/en/model_zoo.md).
162162
<tbody>
163163
<tr align="center" valign="middle">
164164
<td>
165-
<b>3D Object Detection</b>
165+
<b>LiDAR-based 3D Object Detection</b>
166166
</td>
167167
<td>
168-
<b>Monocular 3D Object Detection</b>
168+
<b>Camera-based 3D Object Detection</b>
169169
</td>
170170
<td>
171171
<b>Multi-modal 3D Object Detection</b>
@@ -187,13 +187,15 @@ Results and models are available in the [model zoo](docs/en/model_zoo.md).
187187
<li><a href="configs/parta2">Part-A2 (TPAMI'2020)</a></li>
188188
<li><a href="configs/centerpoint">CenterPoint (CVPR'2021)</a></li>
189189
<li><a href="configs/pv_rcnn">PV-RCNN (CVPR'2020)</a></li>
190+
<li><a href="projects/CenterFormer">CenterFormer (ECCV'2022)</a></li>
190191
</ul>
191192
<li><b>Indoor</b></li>
192193
<ul>
193194
<li><a href="configs/votenet">VoteNet (ICCV'2019)</a></li>
194195
<li><a href="configs/h3dnet">H3DNet (ECCV'2020)</a></li>
195196
<li><a href="configs/groupfree3d">Group-Free-3D (ICCV'2021)</a></li>
196197
<li><a href="configs/fcaf3d">FCAF3D (ECCV'2022)</a></li>
198+
<li><a href="projects/TR3D">TR3D (ArXiv'2023)</a></li>
197199
</ul>
198200
</td>
199201
<td>
@@ -204,6 +206,8 @@ Results and models are available in the [model zoo](docs/en/model_zoo.md).
204206
<li><a href="configs/fcos3d">FCOS3D (ICCVW'2021)</a></li>
205207
<li><a href="configs/pgd">PGD (CoRL'2021)</a></li>
206208
<li><a href="configs/monoflex">MonoFlex (CVPR'2021)</a></li>
209+
<li><a href="projects/DETR3D">DETR3D (CoRL'2021)</a></li>
210+
<li><a href="projects/PETR">PETR (ECCV'2022)</a></li>
207211
</ul>
208212
<li><b>Indoor</b></li>
209213
<ul>
@@ -214,6 +218,7 @@ Results and models are available in the [model zoo](docs/en/model_zoo.md).
214218
<li><b>Outdoor</b></li>
215219
<ul>
216220
<li><a href="configs/mvxnet">MVXNet (ICRA'2019)</a></li>
221+
<li><a href="projects/BEVFusion">BEVFusion (ICRA'2023)</a></li>
217222
</ul>
218223
<li><b>Indoor</b></li>
219224
<ul>
@@ -226,6 +231,7 @@ Results and models are available in the [model zoo](docs/en/model_zoo.md).
226231
<li><a href="configs/minkunet">MinkUNet (CVPR'2019)</a></li>
227232
<li><a href="configs/spvcnn">SPVCNN (ECCV'2020)</a></li>
228233
<li><a href="configs/cylinder3d">Cylinder3D (CVPR'2021)</a></li>
234+
<li><a href="projects/TPVFormer">TPVFormer (CVPR'2023)</a></li>
229235
</ul>
230236
<li><b>Indoor</b></li>
231237
<ul>
@@ -241,34 +247,40 @@ Results and models are available in the [model zoo](docs/en/model_zoo.md).
241247
</tbody>
242248
</table>
243249

244-
| | ResNet | PointNet++ | SECOND | DGCNN | RegNetX | DLA | MinkResNet | Cylinder3D | MinkUNet |
245-
| :-----------: | :----: | :--------: | :----: | :---: | :-----: | :-: | :--------: | :--------: | :------: |
246-
| SECOND ||||||||||
247-
| PointPillars ||||||||||
248-
| FreeAnchor ||||||||||
249-
| VoteNet ||||||||||
250-
| H3DNet ||||||||||
251-
| 3DSSD ||||||||||
252-
| Part-A2 ||||||||||
253-
| MVXNet ||||||||||
254-
| CenterPoint ||||||||||
255-
| SSN ||||||||||
256-
| ImVoteNet ||||||||||
257-
| FCOS3D ||||||||||
258-
| PointNet++ ||||||||||
259-
| Group-Free-3D ||||||||||
260-
| ImVoxelNet ||||||||||
261-
| PAConv ||||||||||
262-
| DGCNN ||||||||||
263-
| SMOKE ||||||||||
264-
| PGD ||||||||||
265-
| MonoFlex ||||||||||
266-
| SA-SSD ||||||||||
267-
| FCAF3D ||||||||||
268-
| PV-RCNN ||||||||||
269-
| Cylinder3D ||||||||||
270-
| MinkUNet ||||||||||
271-
| SPVCNN ||||||||||
250+
| | ResNet | VoVNet | Swin-T | PointNet++ | SECOND | DGCNN | RegNetX | DLA | MinkResNet | Cylinder3D | MinkUNet |
251+
| :-----------: | :----: | :----: | :----: | :--------: | :----: | :---: | :-----: | :-: | :--------: | :--------: | :------: |
252+
| SECOND ||||||||||||
253+
| PointPillars ||||||||||||
254+
| FreeAnchor ||||||||||||
255+
| VoteNet ||||||||||||
256+
| H3DNet ||||||||||||
257+
| 3DSSD ||||||||||||
258+
| Part-A2 ||||||||||||
259+
| MVXNet ||||||||||||
260+
| CenterPoint ||||||||||||
261+
| SSN ||||||||||||
262+
| ImVoteNet ||||||||||||
263+
| FCOS3D ||||||||||||
264+
| PointNet++ ||||||||||||
265+
| Group-Free-3D ||||||||||||
266+
| ImVoxelNet ||||||||||||
267+
| PAConv ||||||||||||
268+
| DGCNN ||||||||||||
269+
| SMOKE ||||||||||||
270+
| PGD ||||||||||||
271+
| MonoFlex ||||||||||||
272+
| SA-SSD ||||||||||||
273+
| FCAF3D ||||||||||||
274+
| PV-RCNN ||||||||||||
275+
| Cylinder3D ||||||||||||
276+
| MinkUNet ||||||||||||
277+
| SPVCNN ||||||||||||
278+
| BEVFusion ||||||||||||
279+
| CenterFormer ||||||||||||
280+
| TR3D ||||||||||||
281+
| DETR3D ||||||||||||
282+
| PETR ||||||||||||
283+
| TPVFormer ||||||||||||
272284

273285
**Note:** All the about **300+ models, methods of 40+ papers** in 2D detection supported by [MMDetection](https://github.com/open-mmlab/mmdetection/blob/3.x/docs/en/model_zoo.md) can be trained or used in this codebase.
274286

0 commit comments

Comments
 (0)