From c0737bbb766d3e905882a1ab8084e7ed2c298fcd Mon Sep 17 00:00:00 2001 From: Fabien Castan Date: Mon, 30 Aug 2021 17:23:41 +0200 Subject: [PATCH] [doc] readme: add citation --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5435efe3..d9e7a5ae 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,20 @@ Presentation of the Meshroom software with a focus on using it for Match Moving. The project is released under MPLv2, see [**COPYING.md**](COPYING.md). +## Citation + +If you use this project for research, please cite: + ``` + @inproceedings{alicevision2021, + title={{A}liceVision {M}eshroom: An open-source {3D} reconstruction pipeline}, + authors={Carsten Griwodz, Simone Gasparini, Lilian Calvet, Pierre Gurdjos, Fabien Castan, Benoit Maujean, Gregoire De Lillo, Yann Lanthony}, + booktitle={Proc. 12th ACM Multimed. Syst. Conf. - MMSys '21}, + doi = {10.1145/3458305.3478443} + publisher = {ACM Press}, + year = {2021} + } + ``` + ## Get the project See [**INSTALL.md**](INSTALL.md) to setup the project and pre-requisites.