Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit c7f254d

Browse files
committed
2 parents 5244b35 + e9e69a0 commit c7f254d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,14 @@ sudo apt install build-essential cmake git pkg-config python3-dev nasm python3 v
112112
1. Download releases of [dldt](https://github.com/opencv/dldt/releases), [opencv](https://github.com/opencv/opencv/releases) and [ffmpeg](https://github.com/FFmpeg/FFmpeg/releases) (or clone their repos)
113113
2. Unpack archives to `dldt`,`opencv` and `ffmpeg` folders.
114114

115-
3. You'll need to get 3rd party `ade` (and `ngraph` for >=v2019_R2) code for dldt of certain commit (if you did not download a `sources_with_submodules`, they are avaliable from v2019_R2):
115+
3. You'll need to get 3rd party `ade` and `ngraph` repos of certain commit for dldt:
116116

117117
```bash
118118
cd dldt/inference-engine/thirdparty/ade
119119
git clone https://github.com/opencv/ade/ ./
120-
git reset --hard 562e301
120+
git reset --hard cbe2db6
121121

122-
# for >=2019_R2
123-
cd dldt/inference-engine/thirdparty/ngraph
122+
cd ../ngraph
124123
git clone https://github.com/NervanaSystems/ngraph ./
125124
git reset --hard ac02fb9
126125
```
@@ -146,10 +145,9 @@ cd build/ffmpeg
146145
make -j8
147146
make install
148147

148+
149+
# see <https://github.com/opencv/dldt/issues/248>
149150
cd ../dldt
150-
# if <v2019_R2:
151-
# comment L:142 in `dldt/inference-engine/CMakeLists.txt`
152-
# see <https://github.com/opencv/dldt/issues/248>
153151
./dldt_setup.sh
154152
make -j8
155153
make ie_cpu_extension
@@ -168,6 +166,7 @@ cp build/opencv/lib/python3/cv2.cpython*.so create_wheel/cv2/cv2.so
168166

169167
cp dldt/inference-engine/bin/intel64/Release/lib/*.so create_wheel/cv2/
170168
cp dldt/inference-engine/bin/intel64/Release/lib/*.mvcmd create_wheel/cv2/
169+
cp dldt/inference-engine/bin/intel64/Release/lib/plugins.xml create_wheel/cv2/
171170
cp dldt/inference-engine/temp/tbb/lib/libtbb.so.2 create_wheel/cv2/
172171

173172
cp build/ffmpeg/binaries/lib/*.so create_wheel/cv2/

0 commit comments

Comments
 (0)