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.
17
-
18
8
### Install OpenCV
19
9
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:
20
10
@@ -39,3 +29,14 @@ Example video used in above demo: https://flic.kr/p/L6qyxj
39
29
- The model for use is provided in the folder named `caffemodel_dir`.
40
30
- The video input can be specified in the cell named `Initiate opencv video capture object` in the notebook.
41
31
- To make the source as the webcam, use `video_src=0` else provide the path of the video file (example: `video_src="/path/of/videofile.mp4"`).
32
+
33
+
### References
34
+
The work here is based on the following literature available:
0 commit comments