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

Commit 7ee4343

Browse files
committed
README update
1 parent fa8525c commit 7ee4343

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ It is *Unofficial* pre-built OpenCV+dldt_module package for Python.
77
**Why:**
88
There is a [guy with an exellent pre-built set of OpenCV packages](https://github.com/skvark/opencv-python), but they are all came without [dldt module](https://github.com/opencv/dldt). And you need that module if you want to run models from [Intel's model zoo](https://github.com/opencv/open_model_zoo/).
99

10+
**UPD:** Presumably, you could also use speech2text model now -- [source](https://docs.openvinotoolkit.org/latest/_inference_engine_samples_speech_libs_and_demos_Speech_libs_and_demos.html)
11+
1012
**Limitations**:
1113
+ Package comes without contrib modules.
1214
+ You need to [add udev rules](https://github.com/opencv/dldt/blob/2019/inference-engine/README.md#for-linux-raspbian-stretch-os) if you want working MYRIAD plugin.
@@ -148,11 +150,11 @@ make -j8
148150
make install
149151

150152

151-
# see <https://github.com/opencv/dldt/issues/248>
152153
cd ../dldt
153154
./dldt_setup.sh
154155
make -j8
155156

157+
156158
cd ../opencv
157159
ABS_PORTION=YOUR_ABSOLUTE_PATH_TO_opencv-python-inference-engine_dir ./opencv_setup.sh
158160
make -j8

0 commit comments

Comments
 (0)