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

Commit 144e111

Browse files
authored
v2021-09-10 (#22)
* Update TODO.md * inference engine version update * TODO upd * inference engine version number changed * package version number changed
1 parent 3e7d668 commit 144e111

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

TODO.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
+ <https://answers.opencv.org/question/236271/what-the-difference-between-cv_version_status-values/>
55
+ `ENABLE_AVX512F`, how often you see such CPUs in clouds?
66
+ `avresample` from ffmpeg to the opencv, do we need it?
7-
+ results of `test_inference_engine()[::-1]`

build/opencv/opencv_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cmake -D CMAKE_BUILD_TYPE=RELEASE \
4444
-D FFMPEG_INCLUDE_DIRS=$FFMPEG_PATH/include \
4545
-D INF_ENGINE_INCLUDE_DIRS=$ABS_PORTION/dldt/inference-engine/include \
4646
-D INF_ENGINE_LIB_DIRS=$ABS_PORTION/dldt/bin/intel64/Release/lib \
47-
-D INF_ENGINE_RELEASE=2021040000 \
47+
-D INF_ENGINE_RELEASE=2021040100 \
4848
-D INSTALL_CREATE_DISTRIB=ON \
4949
-D INSTALL_C_EXAMPLES=OFF \
5050
-D INSTALL_PYTHON_EXAMPLES=OFF \

create_wheel/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def __len__(self):
1515

1616
setuptools.setup(
1717
name='opencv-python-inference-engine',
18-
version='2021.07.10',
18+
version='2021.09.10',
1919
url="https://github.com/banderlog/opencv-python-inference-engine",
2020
maintainer="Kabakov Borys",
2121
license='MIT, Apache 2.0',

dldt

Submodule dldt updated 226 files

0 commit comments

Comments
 (0)