From 2cce9a91dd1522bebd190ef05c883665f8dfc7a1 Mon Sep 17 00:00:00 2001 From: Zhichao Ye <503417472@qq.com> Date: Mon, 27 Feb 2023 13:23:42 +0800 Subject: [PATCH] update readme (#13) * Update README.md * Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- README.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a4671b7..3e4f65d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: rev: v14.0.1 hooks: - id: clang-format - - repo: https://gitlab.com/pycqa/flake8.git + - repo: https://github.com/pycqa/flake8.git rev: 3.8.3 hooks: - id: flake8 diff --git a/README.md b/README.md index 40755e6..17badad 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,22 @@ If you use the covisibility-based matching method for your research, please cite ```bibtex @inproceedings{ye2020efficient, - title={Efficient covisibility-based image matching for large-scale sfm}, + title={Efficient Covisibility-based Image Matching for Large-Scale SfM}, author={Ye, Zhichao and Zhang, Guofeng and Bao, Hujun}, booktitle={IEEE International Conference on Robotics and Automation (ICRA)}, year={2020} } ``` +```bibtex +@misc{ecsfm, + title = {EC-SfM: Efficient Covisibility-based Structure-from-Motion for Both Sequential and Unordered Images}, + author = {Ye, Zhichao and Bao, Chong and Zhou, Xin and Liu, Haomin and Bao, Hujun and Zhang, Guofeng}, + url = {https://arxiv.org/abs/2302.10544}, + publisher = {arXiv}, + year = {2023} +} +``` + ## Getting Started