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

Commit d64760d

Browse files
committed
setup upd
1 parent fde8151 commit d64760d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For additional info read `cv2.getBuildInformation()` output.
7575

7676
You will need ~7GB RAM and ~10GB disk space
7777

78-
I am using Ubuntu 18.04 [multipass](https://multipass.run/) instance: `multipass launch -c 6 -d 10G -m 7G 18.04`.
78+
I am using Ubuntu 18.04 (python 3.6) [multipass](https://multipass.run/) instance: `multipass launch -c 6 -d 10G -m 7G 18.04`.
7979

8080
### Requirements
8181

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=2021030000 \
47+
-D INF_ENGINE_RELEASE=2021040000 \
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.04.13',
18+
version='2021.07.10',
1919
url="https://github.com/banderlog/opencv-python-inference-engine",
2020
maintainer="Kabakov Borys",
2121
license='MIT, Apache 2.0',

0 commit comments

Comments
 (0)