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
Use the caffemodel zoo from the reference [4,5] mentioned above to vary the CNN models and Play around with the codes.
13
12
13
+
### Install OpenCV
14
+
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:
15
+
16
+
`pip install opencv-contrib-python`
17
+
18
+
19
+
20
+
21
+
NOTE: The algorithm shared in this repository was programmed and tested on Windows PC.
0 commit comments