Skip to content

Commit 75bbf70

Browse files
authored
Update README.md
1 parent d962692 commit 75bbf70

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,18 @@ The work here is based on the following literature available:
6565
Use the caffemodel zoo from the reference [4,5] mentioned above to vary the CNN models and Play around with the codes.
6666

6767
***Suggestion**: If you are looking for speed go for SSD-mobilenet. If you are looking for accurracy and speed go with YOLO. The best way is to train and fine tune your models on your dataset. Although, Faster-RCNN gives more accurate object detections, you will have to compromise on the detection speed as it is slower as compared to YOLO.*
68+
69+
70+
## Citation
71+
72+
If you find this repository useful in your work, please cite it as:
73+
```
74+
@misc{multiobjtracker_a,
75+
author = {Deshpande, Aditya M.},
76+
title = {multi-object-tracker},
77+
year = {2018},
78+
publisher = {GitHub},
79+
journal = {GitHub repository},
80+
howpublished = {\url{https://github.com/adipandas/multi-object-tracker}},
81+
}
82+
```

0 commit comments

Comments
 (0)