From 7d2d5b65177bd8052af7183ad2546bd8aadeedcc Mon Sep 17 00:00:00 2001 From: THU17cyz Date: Fri, 26 Mar 2021 17:24:45 +0800 Subject: [PATCH] change bibtex and more doc --- README.md | 2 ++ README_zh-CN.md | 2 ++ configs/imvotenet/README.md | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f89cde8da..3f98c3bf41 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Support methods - [x] [MVXNet (ICRA'2019)](configs/mvxnet/README.md) - [x] [CenterPoint (CVPR'2021)](configs/centerpoint/README.md) - [x] [SSN (ECCV'2020)](configs/ssn/README.md) +- [x] [ImVoteNet (CVPR'2020)](configs/imvotenet/README.md) | | ResNet | ResNeXt | SENet |PointNet++ | HRNet | RegNetX | Res2Net | |--------------------|:--------:|:--------:|:--------:|:---------:|:-----:|:--------:|:-----:| @@ -99,6 +100,7 @@ Support methods | MVXNet | ☐ | ☐ | ☐ | ✗ | ☐ | ✓ | ☐ | | CenterPoint | ☐ | ☐ | ☐ | ✗ | ☐ | ✓ | ☐ | | SSN | ☐ | ☐ | ☐ | ✗ | ☐ | ✓ | ☐ | +| ImVoteNet | ✗ | ✗ | ✗ | ✓ | ✗ | ✗ | ✗ | Other features - [x] [Dynamic Voxelization](configs/dynamic_voxelization/README.md) diff --git a/README_zh-CN.md b/README_zh-CN.md index 1daa58842d..065ec6b9fc 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -85,6 +85,7 @@ MMDetection3D 是一个基于 PyTorch 的目标检测开源工具箱, 下一代 - [x] [MVXNet (ICRA'2019)](configs/mvxnet/README.md) - [x] [CenterPoint (CVPR'2021)](configs/centerpoint/README.md) - [x] [SSN (ECCV'2020)](configs/ssn/README.md) +- [x] [ImVoteNet (CVPR'2020)](configs/imvotenet/README.md) | | ResNet | ResNeXt | SENet |PointNet++ | HRNet | RegNetX | Res2Net | |--------------------|:--------:|:--------:|:--------:|:---------:|:-----:|:--------:|:-----:| @@ -98,6 +99,7 @@ MMDetection3D 是一个基于 PyTorch 的目标检测开源工具箱, 下一代 | MVXNet | ☐ | ☐ | ☐ | ✗ | ☐ | ✓ | ☐ | | CenterPoint | ☐ | ☐ | ☐ | ✗ | ☐ | ✓ | ☐ | | SSN | ☐ | ☐ | ☐ | ✗ | ☐ | ✓ | ☐ | +| ImVoteNet | ✗ | ✗ | ✗ | ✓ | ✗ | ✗ | ✗ | 其他特性 - [x] [Dynamic Voxelization](configs/dynamic_voxelization/README.md) diff --git a/configs/imvotenet/README.md b/configs/imvotenet/README.md index b9d19640bb..66bee533e7 100644 --- a/configs/imvotenet/README.md +++ b/configs/imvotenet/README.md @@ -8,7 +8,7 @@ We implement ImVoteNet and provide the result and checkpoints on SUNRGBD. ``` @inproceedings{qi2020imvotenet, - title={Imvotenet: Boosting 3d object detection in point clouds with image votes}, + title={Imvotenet: Boosting 3D object detection in point clouds with image votes}, author={Qi, Charles R and Chen, Xinlei and Litany, Or and Guibas, Leonidas J}, booktitle={Proceedings of the IEEE/CVF conference on computer vision and pattern recognition}, pages={4404--4413},