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

Commit db8cb94

Browse files
authored
Update README.md
1 parent f87ed33 commit db8cb94

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

README.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -113,29 +113,7 @@ sudo apt install build-essential cmake git pkg-config python3-dev nasm python3 v
113113
### Preparing
114114

115115
0. `git clone https://github.com/banderlog/opencv-python-inference-engine`
116-
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)
117-
2. Unpack archives to `dldt`,`opencv` and `ffmpeg` folders (e.g.: `tar -xf 2020.1.tar.gz --strip-components=1 -C ./opencv-python-inference-engine/dldt/`).
118-
119-
3. You'll need to get 3rd party `ade` and `ngraph` repos of certain commit for dldt ([#2](https://github.com/banderlog/opencv-python-inference-engine/issues/2)):
120-
121-
```bash
122-
cd ./opencv-python-inference-engine/dldt/inference-engine/thirdparty/ade
123-
git clone https://github.com/opencv/ade/ ./
124-
git reset --hard cbe2db6
125-
126-
cd ../../../ngraph
127-
git clone https://github.com/NervanaSystems/ngraph ./
128-
git reset --hard b0bb801
129-
```
130-
131-
4. Next, we will need a python3 virtual environment with `numpy`:
132-
133-
```bash
134-
# return to "opencv-python-inference-engine" dir
135-
cd ../../
136-
virtualenv --clear --always-copy -p /usr/bin/python3 ./venv
137-
./venv/bin/pip3 install numpy
138-
```
116+
1. run `download_all_stuff.sh` (refer for script code for details)
139117

140118
### Compilation
141119

0 commit comments

Comments
 (0)