From 6ee38cd5627a328c9a3d52dd6f62166d68e1cf3e Mon Sep 17 00:00:00 2001 From: liaoxingyu Date: Sun, 7 Jun 2020 18:45:28 +0800 Subject: [PATCH] add cite bibtex --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f36e500..9ca945e 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,14 @@ Fastreid is released under the [Apache 2.0 license](https://github.com/JDAI-CV/f ## Citing Fastreid If you use Fastreid in your research or wish to refer to the baseline results published in the Model Zoo, please use the following BibTeX entry. + +```BibTeX +@misc{he2020fastreid, + title={FastReID: A Pytorch Toolbox for Real-world Person Re-identification}, + author={Lingxiao He and Xingyu Liao and Wu Liu and Xinchen Liu and Peng Cheng and Tao Mei}, + year={2020}, + eprint={2006.02631}, + archivePrefix={arXiv}, + primaryClass={cs.CV} +} +```