Skip to content

Commit 5dea154

Browse files
authored
Update README.md
1 parent 424044b commit 5dea154

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ The work here is based on the following literature available:
88
4. [Caffemodel zoo](http://caffe.berkeleyvision.org/model_zoo.html)
99
5. [Caffemodel zoo GitHub](https://github.com/BVLC/caffe/tree/master/models)
1010

11-
1211
Use the caffemodel zoo from the reference [4,5] mentioned above to vary the CNN models and Play around with the codes.
1312

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.
22+
23+

0 commit comments

Comments
 (0)