File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 33# multi-object-tracker
44object detection using deep learning and multi-object tracking
55
6+ ![ Output Sample] [ output_video ]
7+
68The work here is based on the following literature available:
791 . http://elvera.nue.tu-berlin.de/files/1517Bochinski2017.pdf
8102 . 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/ )
@@ -30,12 +32,7 @@ The model and the config files will be downloaded in `./yolo_dir`. These will be
3032- The video input can be specified in the cell named ` Initiate opencv video capture object ` in the notebook.
3133- 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" ` ).
3234
33- Example video link: https://flic.kr/p/L6qyxj
34-
35- Output of the example video:
36-
37- ![ Output Sample] [ output_video ]
38-
35+ Example video used in above demo: https://flic.kr/p/L6qyxj
3936
4037### Run with Caffemodel
4138- You have to use ` tracking-caffe-model.ipynb ` .
You can’t perform that action at this time.
0 commit comments