Skip to content

Commit

Permalink
update readme (#13)
Browse files Browse the repository at this point in the history
* Update README.md

* Update .pre-commit-config.yaml
  • Loading branch information
oneLOH authored Feb 27, 2023
1 parent 2263679 commit 2cce9a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2cce9a9

Please sign in to comment.