Skip to content

Commit 0ad902a

Browse files
committed
Update readme
1 parent c691abe commit 0ad902a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Various multi-object tracking algorithms.
66

77
[![DOI](https://zenodo.org/badge/148338463.svg)](https://zenodo.org/badge/latestdoi/148338463)
88

9-
### Available Multi Object Trackers
9+
## Available Multi Object Trackers
1010

1111
```
1212
CentroidTracker
@@ -29,7 +29,8 @@ detector.YOLOv3
2929
Video source: [link](https://flic.kr/p/L6qyxj) | Video source: [link](https://flic.kr/p/26WeEWy)
3030

3131

32-
### Installation
32+
## Installation
33+
3334
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:
3435

3536
```
@@ -54,22 +55,22 @@ For building opencv from source, you can refer the following:
5455
[[link-1](https://docs.opencv.org/master/df/d65/tutorial_table_of_content_introduction.html)],
5556
[[link-2](https://www.pyimagesearch.com/2020/02/03/how-to-use-opencvs-dnn-module-with-nvidia-gpus-cuda-and-cudnn/)]
5657

57-
#### How to use?: Examples
58+
## How to use?: Examples
5859

59-
Examples for how to use `motrackers` are provided [examples](./examples/) folder of this repository.
60+
Please refer [examples](./examples/) folder of this repository.
6061
You can clone and run the examples as shown in the [readme](examples/readme.md) inside the [examples](./examples/) folder.
6162

62-
#### Pretrained object detection models
63+
## Pretrained object detection models
6364

6465
You will have to download the pretrained weights for the neural-network models.
6566
The shell scripts for downloading these are provided in [examples](examples/) folder.
6667
Please refer [DOWNLOAD_WEIGHTS.md](DOWNLOAD_WEIGHTS.md) for more details.
6768

68-
#### References and Credits
69+
## References and Credits
6970

7071
Please see [REFERENCES.md](REFERENCES.md)
7172

72-
#### Citation
73+
## Citation
7374

7475
If you use this repository in your work, please consider citing it with:
7576
```

0 commit comments

Comments
 (0)