Fix citation booktitle for CVPR Findings
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ with the checkpoint.
|
|
| 49 |
@inproceedings{ide2026beyondsingleobject,
|
| 50 |
title={BeyondSingleObject: Learning 3D Relations with Large Language Models},
|
| 51 |
author={Ide, Kohsuke and Yamada, Ryousuke and Qiu, Yue and Ma, Xianzheng and Fukuhara, Yoshihiro and Kataoka, Hirokatsu and Satoh, Yutaka},
|
| 52 |
-
booktitle={CVPR},
|
| 53 |
year={2026}
|
| 54 |
}
|
| 55 |
```
|
|
|
|
| 49 |
@inproceedings{ide2026beyondsingleobject,
|
| 50 |
title={BeyondSingleObject: Learning 3D Relations with Large Language Models},
|
| 51 |
author={Ide, Kohsuke and Yamada, Ryousuke and Qiu, Yue and Ma, Xianzheng and Fukuhara, Yoshihiro and Kataoka, Hirokatsu and Satoh, Yutaka},
|
| 52 |
+
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Findings},
|
| 53 |
year={2026}
|
| 54 |
}
|
| 55 |
```
|