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
{{ message }}
This repository was archived by the owner on Oct 23, 2024. It is now read-only.
### 2.2 Install on host machine<aname="dependencies2"></a>
59
+
### 2.2 Install running dependencies on host machine<aname="dependencies2"></a>
60
60
61
-
Besides basic OWT dependencies, analytics agent requires OpenVINO and GStreamer to do video analytics. Please refer to [dlstreamer_gst install guide](https://github.com/openvinotoolkit/dlstreamer_gst/wiki/Install-Guide#install-on-host-machine) to install OpenVINO, gst-video-analytics plugins and related dependencies.
61
+
Besides basic OWT dependencies, analytics agent requires OpenVINO and GStreamer to do video analytics. Please download OpenVINO 2021.1.110 and dlstreamer_gst 1.2.1 version and refer to option 3 steps in [dlstreamer_gst install guide](https://github.com/openvinotoolkit/dlstreamer_gst/wiki/Install-Guide#install-on-host-machine) to install OpenVINO, gst-video-analytics plugins and related dependencies.
62
62
63
63
### 2.3 Download models for analytics<aname="dependencies3"></a>
64
64
@@ -68,7 +68,10 @@ Download [open model zoo package](https://github.com/opencv/open_model_zoo/relea
68
68
#tar zxf 2020.4.tar.gz
69
69
#cd open_model_zoo-2020.4/tools/downloader
70
70
````
71
-
Follow Model Downloader guide (open_model_zoo-2020.4/tools/downloader/README.md) to install dependencies and then download models.
71
+
Follow Model Downloader guide (open_model_zoo-2020.4/tools/downloader/README.md) to install dependencies and then download models. To try OWT analytics sample plugins, you can follow steps below to only download the used model:
72
+
````
73
+
./downloader.py --name face-detection-retail-0004
74
+
````
72
75
73
76
## 3 Test Pipelines Shipped with Open WebRTC Toolkit<aname="test"></a>
74
77
@@ -120,13 +123,20 @@ Start up MCU in Docker container:
0 commit comments