From 7b5b2741e693ba8007c95e3e8951e4e67fbc47ed Mon Sep 17 00:00:00 2001 From: YangJiao <46885562+SxJyJay@users.noreply.github.com> Date: Sat, 20 May 2023 12:36:43 +0800 Subject: [PATCH] Update README.md by substituting bibtex formats according to CVF open access --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0562b2d..e63f6cd 100644 --- a/README.md +++ b/README.md @@ -80,11 +80,13 @@ For testing and making a submission to the leaderboard, please refer to the [off If you find our paper useful, please cite: ```bash -@inproceedings{jiao2023msmdfusion, - title={MSMDFusion: Fusing LiDAR and Camera at Multiple Scales with Multi-Depth Seeds for 3D Object Detection}, - author={Jiao, Yang and Jie, Zequn and Chen, Shaoxiang and Chen, Jingjing and Ma, Lin and Jiang, Yu-Gang}, - booktitle = {Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, - year = {2023} +@InProceedings{Jiao_2023_CVPR, + author = {Jiao, Yang and Jie, Zequn and Chen, Shaoxiang and Chen, Jingjing and Ma, Lin and Jiang, Yu-Gang}, + title = {MSMDFusion: Fusing LiDAR and Camera at Multiple Scales With Multi-Depth Seeds for 3D Object Detection}, + booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, + month = {June}, + year = {2023}, + pages = {21643-21652} } ```