From e139d93caf814c125e6276595577a556e6d5c9a5 Mon Sep 17 00:00:00 2001 From: Zitong Zhan Date: Tue, 21 Apr 2026 09:43:54 -0400 Subject: [PATCH 1/2] Update journal in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4bd2fec..34a4107 100644 --- a/README.md +++ b/README.md @@ -209,11 +209,11 @@ This command invokes `prepare_bae(...)` inside `vggt/demo_colmap.py`, which wrap If you use `bae` in your research, please cite: ```bibtex -@article{zhan2025bundle, +@article{zhan2026bundle, title = {Bundle Adjustment in the Eager Mode}, author = {Zhan, Zitong and Xu, Huan and Fang, Zihang and Wei, Xinpeng and Hu, Yaoyu and Wang, Chen}, - journal = {arXiv preprint arXiv:2409.12190}, - year = {2024}, + journal={IEEE Transactions on Robotics}, + year = {2026}, url = {https://arxiv.org/abs/2409.12190} } ``` From 287fef595d02744d6012135438b3716338ef40ab Mon Sep 17 00:00:00 2001 From: Zitong Zhan Date: Tue, 21 Apr 2026 09:44:47 -0400 Subject: [PATCH 2/2] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34a4107..154bdfe 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ If you use `bae` in your research, please cite: @article{zhan2026bundle, title = {Bundle Adjustment in the Eager Mode}, author = {Zhan, Zitong and Xu, Huan and Fang, Zihang and Wei, Xinpeng and Hu, Yaoyu and Wang, Chen}, - journal={IEEE Transactions on Robotics}, + journal = {IEEE Transactions on Robotics}, year = {2026}, url = {https://arxiv.org/abs/2409.12190} }