forked from open-mmlab/mmdetection3d
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
72 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Dynamic Voxelization | ||
|
||
## Introduction | ||
|
||
We implement Dynamic Voxelization proposed in and provide its results and models on KITTI dataset. | ||
``` | ||
@article{zhou2019endtoend, | ||
title={End-to-End Multi-View Fusion for 3D Object Detection in LiDAR Point Clouds}, | ||
author={Yin Zhou and Pei Sun and Yu Zhang and Dragomir Anguelov and Jiyang Gao and Tom Ouyang and James Guo and Jiquan Ngiam and Vijay Vasudevan}, | ||
year={2019}, | ||
eprint={1910.06528}, | ||
archivePrefix={arXiv}, | ||
primaryClass={cs.CV} | ||
} | ||
``` | ||
|
||
## Results | ||
|
||
### KITTI | ||
|
||
| Model |Class| Lr schd | Mem (GB) | Inf time (fps) | mAP | Download | | ||
| :---------: | :-----: |:-----: | :------: | :------------: | :----: | :------: | | ||
|[SECOND](./dv_second_secfpn_6x8_80e_kitti-3d-car.py)|Car |cyclic 80e|5.5||78.83|| | ||
|[SECOND](./dv_second_secfpn_2x8_cosine_80e_kitti-3d-3class.py)| 3 Class|cosine 80e|5.5||65.10|| | ||
|[PointPillars](./dv_pointpillars_secfpn_6x8_160e_kitti-3d-car.py)| Car|cyclic 80e|4.7||77.76|| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# Second: Sparsely embedded convolutional detection | ||
|
||
## Introduction | ||
|
||
We implement SECOND and provide the results and checkpoints on KITTI dataset. | ||
``` | ||
@article{yan2018second, | ||
title={Second: Sparsely embedded convolutional detection}, | ||
author={Yan, Yan and Mao, Yuxing and Li, Bo}, | ||
journal={Sensors}, | ||
volume={18}, | ||
number={10}, | ||
pages={3337}, | ||
year={2018}, | ||
publisher={Multidisciplinary Digital Publishing Institute} | ||
} | ||
``` | ||
## Usage | ||
## Results | ||
|
||
### KITTI | ||
| Backbone | Lr schd | Mem (GB) | Inf time (fps) | mAP |NDS| Download | | ||
| Backbone |Class| Lr schd | Mem (GB) | Inf time (fps) | mAP |Download | | ||
| :---------: | :-----: | :------: | :------------: | :----: |:----: | :------: | | ||
| [SECFPN](../) ||||| | ||
| [SECFPN](./hv_second_secfpn_6x8_80e_kitti-3d-car.py)| Car |cyclic 80e|5.4||79.07| | ||
| [SECFPN](./hv_second_secfpn_6x8_80e_kitti-3d-3class.py)| 3 Class |cyclic 80e|5.4||64.41| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Deep Hough Voting for 3D Object Detection in Point Clouds | ||
|
||
## Introduction | ||
We implement VoteNet and provide the result and checkpoints on ScanNet and SUNRGBD datasets. | ||
``` | ||
|
@@ -9,14 +10,15 @@ We implement VoteNet and provide the result and checkpoints on ScanNet and SUNRG | |
year = {2019} | ||
} | ||
``` | ||
## Usage | ||
|
||
## Results | ||
|
||
### ScanNet | ||
| Backbone | Lr schd | Mem (GB) | Inf time (fps) | mAP |NDS| Download | | ||
| Backbone | Lr schd | Mem (GB) | Inf time (fps) | [email protected] |[email protected]| Download | | ||
| :---------: | :-----: | :------: | :------------: | :----: |:----: | :------: | | ||
| [PointNet++](../) | 3x |3.9717||| | ||
| [PointNet++](./votenet_8x8_scannet-3d-18class.py) | 3x |4.1||62.90|39.91|| | ||
|
||
### SUNRGBD | ||
| Backbone | Lr schd | Mem (GB) | Inf time (fps) | mAP |NDS| Download | | ||
| Backbone | Lr schd | Mem (GB) | Inf time (fps) | [email protected] |[email protected]| Download | | ||
| :---------: | :-----: | :------: | :------------: | :----: |:----: | :------: | | ||
| [PointNet++](../) | 3x |7.878||| | ||
| [PointNet++](./) | 3x |8.1||59.07|35.77|| |