You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@ Object detection using deep learning and multi-object tracking
11
11
![Output Sample with SSD][output_video_2]
12
12
13
13
14
-
###Install OpenCV
14
+
## Install OpenCV
15
15
Pip install for OpenCV (version 3.4.3 or later) is available [here](https://pypi.org/project/opencv-python/) and can be done with the following command:
16
16
17
17
`pip install opencv-contrib-python`
18
18
19
-
###Run with YOLO
19
+
## Run with YOLO
20
20
21
21
1. Open the terminal
22
22
2. Go to `yolo_dir` in this repository: `cd ./yolo_dir`
@@ -30,7 +30,7 @@ The model and the config files will be downloaded in `./yolo_dir`. These will be
30
30
31
31
Example video used in above demo: https://flic.kr/p/L6qyxj
32
32
33
-
###Run with TensorFlow SSD model
33
+
## Run with TensorFlow SSD model
34
34
35
35
1. Open the terminal
36
36
2. Go to the tensorflow_model_dir: `cd ./tensorflow_model_dir`
@@ -47,13 +47,13 @@ Other networks can be downloaded and ran: Go through `tracking-tensorflow-ssd_mo
47
47
48
48
Video used in SSD-Mobilenet multi-object detection and tracking: https://flic.kr/p/26WeEWy
49
49
50
-
###Run with Caffemodel
50
+
## Run with Caffemodel
51
51
- You have to use `tracking-caffe-model.ipynb`.
52
52
- The model for use is provided in the folder named `caffemodel_dir`.
53
53
- The video input can be specified in the cell named `Initiate opencv video capture object` in the notebook.
54
54
- 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"`).
55
55
56
-
###References
56
+
## References
57
57
The work here is based on the following literature available:
0 commit comments