Skip to content

Commit c34f9a7

Browse files
authored
Update README.md
1 parent ef1a77c commit c34f9a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ Video used in SSD-Mobilenet multi-object detection and tracking: https://flic.kr
5454
- To make the source as the webcam, use `video_src=0` else provide the path of the video file (example: `video_src="/path/of/videofile.mp4"`).
5555

5656
## References
57-
The work here is based on the following literature available:
58-
1. http://elvera.nue.tu-berlin.de/files/1517Bochinski2017.pdf
59-
2. Pyimagesearch [1](https://www.pyimagesearch.com/2018/07/23/simple-object-tracking-with-opencv/), [2](https://www.pyimagesearch.com/2018/11/12/yolo-object-detection-with-opencv/)
57+
This work is based on the following literature:
58+
1. Bochinski, E., Eiselein, V., & Sikora, T. (2017, August). High-speed tracking-by-detection without using image information. In 2017 14th IEEE International Conference on Advanced Video and Signal Based Surveillance (AVSS) (pp. 1-6). IEEE. [paper-pdf](http://elvera.nue.tu-berlin.de/files/1517Bochinski2017.pdf)
59+
2. Pyimagesearch [link-1](https://www.pyimagesearch.com/2018/07/23/simple-object-tracking-with-opencv/), [link-2](https://www.pyimagesearch.com/2018/11/12/yolo-object-detection-with-opencv/)
6060
3. [correlationTracker](https://github.com/Wenuka/correlationTracker)
6161
4. [Caffemodel zoo](http://caffe.berkeleyvision.org/model_zoo.html)
6262
5. [Caffemodel zoo GitHub](https://github.com/BVLC/caffe/tree/master/models)

0 commit comments

Comments
 (0)