Skip to content

Commit 15f8d17

Browse files
committed
Update readme
1 parent 0ad902a commit 15f8d17

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

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

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

9+
10+
`YOLOv3 + CentroidTracker` | `TF-MobileNetSSD + CentroidTracker`
11+
:-------------------------:|:-------------------------:
12+
![Cars with YOLO][cars-yolo-output] | ![Cows with tf-SSD][cows-tf-ssd-output]
13+
Video source: [link](https://flic.kr/p/L6qyxj) | Video source: [link](https://flic.kr/p/26WeEWy)
14+
15+
916
## Available Multi Object Trackers
1017

1118
```
@@ -15,20 +22,14 @@ CentroidKF_Tracker
1522
SORT
1623
```
1724

18-
### Available OpenCV-based object detectors:
25+
## Available OpenCV-based object detectors:
1926

2027
```
2128
detector.TF_SSDMobileNetV2
2229
detector.Caffe_SSDMobileNet
2330
detector.YOLOv3
2431
```
2532

26-
`YOLOv3 + CentroidTracker` | `TF-MobileNetSSD + CentroidTracker`
27-
:-------------------------:|:-------------------------:
28-
![Cars with YOLO][cars-yolo-output] | ![Cows with tf-SSD][cows-tf-ssd-output]
29-
Video source: [link](https://flic.kr/p/L6qyxj) | Video source: [link](https://flic.kr/p/26WeEWy)
30-
31-
3233
## Installation
3334

3435
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:
@@ -49,6 +50,8 @@ cd multi-object-tracker
4950
pip install -e .
5051
```
5152

53+
Note - for using neural network models with GPU
54+
---
5255
For using the opencv `dnn`-based object detection modules provided in this repository with GPU, you may have to compile a CUDA enabled version of OpenCV from source.
5356

5457
For building opencv from source, you can refer the following:

0 commit comments

Comments
 (0)