This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4
4
+ < https://answers.opencv.org/question/236271/what-the-difference-between-cv_version_status-values/ >
5
5
+ ` ENABLE_AVX512F ` , how often you see such CPUs in clouds?
6
6
+ ` avresample ` from ffmpeg to the opencv, do we need it?
7
- + results of ` test_inference_engine()[::-1] `
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ cmake -D CMAKE_BUILD_TYPE=RELEASE \
44
44
-D FFMPEG_INCLUDE_DIRS=$FFMPEG_PATH /include \
45
45
-D INF_ENGINE_INCLUDE_DIRS=$ABS_PORTION /dldt/inference-engine/include \
46
46
-D INF_ENGINE_LIB_DIRS=$ABS_PORTION /dldt/bin/intel64/Release/lib \
47
- -D INF_ENGINE_RELEASE=2021040000 \
47
+ -D INF_ENGINE_RELEASE=2021040100 \
48
48
-D INSTALL_CREATE_DISTRIB=ON \
49
49
-D INSTALL_C_EXAMPLES=OFF \
50
50
-D INSTALL_PYTHON_EXAMPLES=OFF \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def __len__(self):
15
15
16
16
setuptools .setup (
17
17
name = 'opencv-python-inference-engine' ,
18
- version = '2021.07 .10' ,
18
+ version = '2021.09 .10' ,
19
19
url = "https://github.com/banderlog/opencv-python-inference-engine" ,
20
20
maintainer = "Kabakov Borys" ,
21
21
license = 'MIT, Apache 2.0' ,
You can’t perform that action at this time.
0 commit comments