From 20a0f07b1154d711c1608200d65989c39ffb3dc0 Mon Sep 17 00:00:00 2001 From: Tai-Wang Date: Fri, 8 Oct 2021 16:46:52 +0800 Subject: [PATCH 1/5] Update bibtex --- configs/fcos3d/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/fcos3d/README.md b/configs/fcos3d/README.md index de1aae6b2..0931abbff 100644 --- a/configs/fcos3d/README.md +++ b/configs/fcos3d/README.md @@ -10,17 +10,17 @@ It serves as a baseline built on top of mmdetection and mmdetection3d for 3D det Currently we first support the benchmark on the large-scale nuScenes dataset, which achieved 1st place out of all the vision-only methods in the [nuScenes 3D detecton challenge](https://www.nuscenes.org/object-detection?externalData=all&mapData=all&modalities=Camera) of NeurIPS 2020. ``` -@article{wang2021fcos3d, - title={{FCOS3D}: Fully Convolutional One-Stage Monocular 3D Object Detection}, - author={Wang, Tai and Zhu, Xinge and Pang, Jiangmiao and Lin, Dahua}, - journal={arXiv preprint arXiv:2104.10956}, - year={2021} +@inproceedings{wang2021fcos3d, + title={{FCOS3D}: Fully Convolutional One-Stage Monocular 3D Object Detection}, + author={Wang, Tai and Zhu, Xinge and Pang, Jiangmiao and Lin, Dahua}, + booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) Workshops}, + year={2021} } # For the original 2D version @inproceedings{tian2019fcos, title = {{FCOS}: Fully Convolutional One-Stage Object Detection}, author = {Tian, Zhi and Shen, Chunhua and Chen, Hao and He, Tong}, - booktitle = {Proc. Int. Conf. Computer Vision (ICCV)}, + booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)}, year = {2019} } ``` From ac82007e6cc0c843f22941491da28e04a8d87315 Mon Sep 17 00:00:00 2001 From: Tai-Wang Date: Fri, 8 Oct 2021 16:53:10 +0800 Subject: [PATCH 2/5] Update bibtex in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb425d4ca..960237423 100644 --- a/README.md +++ b/README.md @@ -97,9 +97,9 @@ Support methods - [x] [CenterPoint (CVPR'2021)](configs/centerpoint/README.md) - [x] [SSN (ECCV'2020)](configs/ssn/README.md) - [x] [ImVoteNet (CVPR'2020)](configs/imvotenet/README.md) -- [x] [FCOS3D (Arxiv'2021)](configs/fcos3d/README.md) +- [x] [FCOS3D (ICCVW'2021)](configs/fcos3d/README.md) - [x] [PointNet++ (NeurIPS'2017)](configs/pointnet2/README.md) -- [x] [Group-Free-3D (Arxiv'2021)](configs/groupfree3d/README.md) +- [x] [Group-Free-3D (ICCV'2021)](configs/groupfree3d/README.md) - [x] [ImVoxelNet (Arxiv'2021)](configs/imvoxelnet/README.md) - [x] [PAConv (CVPR'2021)](configs/paconv/README.md) From 9aa459fea2738619ed301dfe9c941779b010029b Mon Sep 17 00:00:00 2001 From: Tai-Wang Date: Fri, 8 Oct 2021 16:53:25 +0800 Subject: [PATCH 3/5] Update bibtex in the Chinese README --- README_zh-CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_zh-CN.md b/README_zh-CN.md index 535aac2b8..e1ea297a7 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -96,9 +96,9 @@ MMDetection3D 是一个基于 PyTorch 的目标检测开源工具箱, 下一代 - [x] [CenterPoint (CVPR'2021)](configs/centerpoint/README.md) - [x] [SSN (ECCV'2020)](configs/ssn/README.md) - [x] [ImVoteNet (CVPR'2020)](configs/imvotenet/README.md) -- [x] [FCOS3D (Arxiv'2021)](configs/fcos3d/README.md) +- [x] [FCOS3D (ICCVW'2021)](configs/fcos3d/README.md) - [x] [PointNet++ (NeurIPS'2017)](configs/pointnet2/README.md) -- [x] [Group-Free-3D (Arxiv'2021)](configs/groupfree3d/README.md) +- [x] [Group-Free-3D (ICCV'2021)](configs/groupfree3d/README.md) - [x] [ImVoxelNet (Arxiv'2021)](configs/imvoxelnet/README.md) - [x] [PAConv (CVPR'2021)](configs/paconv/README.md) From 9e14234cb0a46bfee8747d1ba279c4011e26a357 Mon Sep 17 00:00:00 2001 From: Tai-Wang Date: Fri, 8 Oct 2021 16:56:04 +0800 Subject: [PATCH 4/5] Update Group-Free-3D bibtex --- configs/groupfree3d/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/groupfree3d/README.md b/configs/groupfree3d/README.md index 2dd01f1cc..fede6af7f 100644 --- a/configs/groupfree3d/README.md +++ b/configs/groupfree3d/README.md @@ -10,7 +10,7 @@ We implement Group-Free-3D and provide the result and checkpoints on ScanNet dat @article{liu2021, title={Group-Free 3D Object Detection via Transformers}, author={Liu, Ze and Zhang, Zheng and Cao, Yue and Hu, Han and Tong, Xin}, - journal={arXiv preprint arXiv:2104.00678}, + journal={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)}, year={2021} } ``` From 8c1435631db2b81f8b90b518c585271eb44e8d92 Mon Sep 17 00:00:00 2001 From: Tai-Wang Date: Fri, 8 Oct 2021 17:06:20 +0800 Subject: [PATCH 5/5] Fix to be compatible with bibtex grammer --- configs/fcos3d/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/fcos3d/README.md b/configs/fcos3d/README.md index 0931abbff..5e22e2760 100644 --- a/configs/fcos3d/README.md +++ b/configs/fcos3d/README.md @@ -11,14 +11,14 @@ Currently we first support the benchmark on the large-scale nuScenes dataset, wh ``` @inproceedings{wang2021fcos3d, - title={{FCOS3D}: Fully Convolutional One-Stage Monocular 3D Object Detection}, + title={{FCOS3D: Fully} Convolutional One-Stage Monocular 3D Object Detection}, author={Wang, Tai and Zhu, Xinge and Pang, Jiangmiao and Lin, Dahua}, booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV) Workshops}, year={2021} } # For the original 2D version @inproceedings{tian2019fcos, - title = {{FCOS}: Fully Convolutional One-Stage Object Detection}, + title = {{FCOS: Fully} Convolutional One-Stage Object Detection}, author = {Tian, Zhi and Shen, Chunhua and Chen, Hao and He, Tong}, booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)}, year = {2019}