Skip to content

Commit

Permalink
v2021-09-10 (#22)
Browse files Browse the repository at this point in the history
* Update TODO.md

* inference engine version update

* TODO upd

* inference engine version number changed

* package version number changed
  • Loading branch information
banderlog committed Sep 10, 2021
1 parent 3e7d668 commit 144e111
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
+ <https://answers.opencv.org/question/236271/what-the-difference-between-cv_version_status-values/>
+ `ENABLE_AVX512F`, how often you see such CPUs in clouds?
+ `avresample` from ffmpeg to the opencv, do we need it?
+ results of `test_inference_engine()[::-1]`
2 changes: 1 addition & 1 deletion build/opencv/opencv_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cmake -D CMAKE_BUILD_TYPE=RELEASE \
-D FFMPEG_INCLUDE_DIRS=$FFMPEG_PATH/include \
-D INF_ENGINE_INCLUDE_DIRS=$ABS_PORTION/dldt/inference-engine/include \
-D INF_ENGINE_LIB_DIRS=$ABS_PORTION/dldt/bin/intel64/Release/lib \
-D INF_ENGINE_RELEASE=2021040000 \
-D INF_ENGINE_RELEASE=2021040100 \
-D INSTALL_CREATE_DISTRIB=ON \
-D INSTALL_C_EXAMPLES=OFF \
-D INSTALL_PYTHON_EXAMPLES=OFF \
Expand Down
2 changes: 1 addition & 1 deletion create_wheel/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __len__(self):

setuptools.setup(
name='opencv-python-inference-engine',
version='2021.07.10',
version='2021.09.10',
url="https://github.com/banderlog/opencv-python-inference-engine",
maintainer="Kabakov Borys",
license='MIT, Apache 2.0',
Expand Down
2 changes: 1 addition & 1 deletion dldt
Submodule dldt updated 226 files

0 comments on commit 144e111

Please sign in to comment.