summaryrefslogtreecommitdiff
path: root/report/bibliography.bib
diff options
context:
space:
mode:
Diffstat (limited to 'report/bibliography.bib')
-rw-r--r--report/bibliography.bib42
1 files changed, 42 insertions, 0 deletions
diff --git a/report/bibliography.bib b/report/bibliography.bib
new file mode 100644
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}
+}