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 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] `
Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def __len__(self):
1515
1616setuptools .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' ,
You can’t perform that action at this time.
0 commit comments