Skip to content

Commit 01d1d41

Browse files
authored
Update README.md
1 parent 8ab0efc commit 01d1d41

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Object detection using deep learning and multi-object tracking
1111
![Output Sample with SSD][output_video_2]
1212

1313

14-
### Install OpenCV
14+
## Install OpenCV
1515
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:
1616

1717
`pip install opencv-contrib-python`
1818

19-
### Run with YOLO
19+
## Run with YOLO
2020

2121
1. Open the terminal
2222
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
3030

3131
Example video used in above demo: https://flic.kr/p/L6qyxj
3232

33-
### Run with TensorFlow SSD model
33+
## Run with TensorFlow SSD model
3434

3535
1. Open the terminal
3636
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
4747

4848
Video used in SSD-Mobilenet multi-object detection and tracking: https://flic.kr/p/26WeEWy
4949

50-
### Run with Caffemodel
50+
## Run with Caffemodel
5151
- You have to use `tracking-caffe-model.ipynb`.
5252
- The model for use is provided in the folder named `caffemodel_dir`.
5353
- The video input can be specified in the cell named `Initiate opencv video capture object` in the notebook.
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

56-
### References
56+
## References
5757
The work here is based on the following literature available:
5858
1. http://elvera.nue.tu-berlin.de/files/1517Bochinski2017.pdf
5959
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/)

0 commit comments

Comments
 (0)