From 0dc731d0cfc88efcaa5252ccfe25b25c020b69f1 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Wed, 12 Dec 2018 22:57:10 +0000 Subject: Rename report folder --- report/bibliography.bib | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100755 report/bibliography.bib (limited to 'report/bibliography.bib') diff --git a/report/bibliography.bib b/report/bibliography.bib new file mode 100755 index 0000000..8890439 --- /dev/null +++ b/report/bibliography.bib @@ -0,0 +1,42 @@ +@article{rerank-paper, + author = {Zhun Zhong and + Liang Zheng and + Donglin Cao and + Shaozi Li}, + title = {Re-ranking Person Re-identification with k-reciprocal Encoding}, + journal = {CoRR}, + volume = {abs/1701.08398}, + year = {2017}, + url = {http://arxiv.org/abs/1701.08398}, + archivePrefix = {arXiv}, + eprint = {1701.08398}, + timestamp = {Mon, 13 Aug 2018 16:47:43 +0200}, + biburl = {https://dblp.org/rec/bib/journals/corr/ZhongZCL17}, + bibsource = {dblp computer science bibliography, https://dblp.org} +} + +@article{mAP, + author = {Jonathan Hui}, + title = {mAP (mean Average Precision) for Object Detection}, + year = {2018}, + url = {https://medium.com/@jonathan_hui/map-mean-average-precision-for-object-detection-45c121a31173}, +} + +@inproceedings{deepreid, +title={DeepReID: Deep Filter Pairing Neural Network for Person Re-identification}, +author={Li, Wei and Zhao, Rui and Xiao, Tong and Wang, Xiaogang}, +booktitle={CVPR}, +year={2014} +} + +@article{sklearn, + title={Scikit-learn: Machine Learning in {P}ython}, + author={Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V. + and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P. + and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and + Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, E.}, + journal={Journal of Machine Learning Research}, + volume={12}, + pages={2825--2830}, + year={2011} +} -- cgit v1.2.3-54-g00ecf