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
![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)
7
+
```
8
+
NanoDet-Plus
9
+
```
14
10
15
11
## Available Multi Object Trackers
16
12
@@ -21,18 +17,8 @@ CentroidKF_Tracker
21
17
SORT
22
18
```
23
19
24
-
## Available OpenCV-based object detectors:
25
-
26
-
```
27
-
detector.TF_SSDMobileNetV2
28
-
detector.Caffe_SSDMobileNet
29
-
detector.YOLOv3
30
-
```
31
-
32
20
## Installation
33
21
34
-
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:
**Note - for using neural network models with GPU**
46
-
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.
47
-
* To build opencv from source, refer the following links:
frame, id, bb_left, bb_top, bb_width, bb_height, confidence, x, y, z = track
74
-
assert len(track) == 10
75
-
print(track)
76
-
```
77
-
78
-
Please refer [examples](https://github.com/adipandas/multi-object-tracker/tree/master/examples) folder of this repository for more details. You can clone and run the examples.
79
-
80
-
## Pretrained object detection models
81
-
82
-
You will have to download the pretrained weights for the neural-network models.
83
-
The shell scripts for downloading these are provided [here](https://github.com/adipandas/multi-object-tracker/tree/master/examples/pretrained_models) below respective folders.
84
-
Please refer [DOWNLOAD_WEIGHTS.md](https://github.com/adipandas/multi-object-tracker/blob/master/DOWNLOAD_WEIGHTS.md) for more details.
85
-
86
-
### Notes
87
-
* There are some variations in implementations as compared to what appeared in papers of `SORT` and `IoU Tracker`.
88
-
* In case you find any bugs in the algorithm, I will be happy to accept your pull request or you can create an issue to point it out.
89
-
90
-
## References, Credits and Contributions
91
-
Please see [REFERENCES.md](https://github.com/adipandas/multi-object-tracker/blob/master/docs/readme/REFERENCES.md) and [CONTRIBUTING.md](https://github.com/adipandas/multi-object-tracker/blob/master/docs/readme/CONTRIBUTING.md).
92
-
93
-
## Citation
94
-
95
-
If you use this repository in your work, please consider citing it with:
0 commit comments