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]
29
-
Video source: [link](https://flic.kr/p/L6qyxj) | Video source: [link](https://flic.kr/p/26WeEWy)
30
-
31
-
32
33
## Installation
33
34
34
35
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
49
50
pip install -e .
50
51
```
51
52
53
+
Note - for using neural network models with GPU
54
+
---
52
55
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.
53
56
54
57
For building opencv from source, you can refer the following:
0 commit comments