From 5edd05f7c8214ce4dfbe3c6cd8a52cff5a0ce206 Mon Sep 17 00:00:00 2001 From: Borys Kabakov Date: Sat, 27 Nov 2021 14:32:37 +0200 Subject: [PATCH] new version (#24) * Update TODO.md * inference engine version update * TODO upd * inference engine version number changed * package version number changed * opencv upd * upd rateme dependece * Update examples.ipynb * Update README.md * Update README.md * dldt upd * dldt upd --- README.md | 1 - build/opencv/opencv_setup.sh | 2 +- create_wheel/setup.py | 2 +- dldt | 2 +- tests/README.md | 4 ++-- tests/examples.ipynb | 2 +- 6 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index df62bf9..0b07759 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,6 @@ sudo apt remove --purge cmake hash -r sudo snap install cmake --classic -sudo apt-get update # nasm for ffmpeg # libusb-1.0-0-dev for MYRIAD plugin sudo apt update diff --git a/build/opencv/opencv_setup.sh b/build/opencv/opencv_setup.sh index 73a856e..4d12e7a 100755 --- a/build/opencv/opencv_setup.sh +++ b/build/opencv/opencv_setup.sh @@ -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=2021040100 \ + -D INF_ENGINE_RELEASE=2021040200 \ -D INSTALL_CREATE_DISTRIB=ON \ -D INSTALL_C_EXAMPLES=OFF \ -D INSTALL_PYTHON_EXAMPLES=OFF \ diff --git a/create_wheel/setup.py b/create_wheel/setup.py index 895a7fa..51692c2 100644 --- a/create_wheel/setup.py +++ b/create_wheel/setup.py @@ -15,7 +15,7 @@ def __len__(self): setuptools.setup( name='opencv-python-inference-engine', - version='2021.10.10', + version='2021.11.27', url="https://github.com/banderlog/opencv-python-inference-engine", maintainer="Kabakov Borys", license='MIT, Apache 2.0', diff --git a/dldt b/dldt index c2bfbf2..6c44627 160000 --- a/dldt +++ b/dldt @@ -1 +1 @@ -Subproject commit c2bfbf29fbc44f9a3c8403d77da5be7e45cbbb4f +Subproject commit 6c4462759e8974c0ce5b36ad22972a1c6ded76a8 diff --git a/tests/README.md b/tests/README.md index 9129771..ed2e539 100644 --- a/tests/README.md +++ b/tests/README.md @@ -59,12 +59,12 @@ links, pixels = detector.detect(img) ## Models -+ [rateme](https://github.com/heyml/rateme) (YOLO3) ++ [rateme](https://github.com/banderlog/rateme) (YOLO3) + [text-detection-0004](https://github.com/opencv/open_model_zoo/blob/master/models/intel/text-detection-0004/description/text-detection-0004.md) + [text-recognition-0012](https://github.com/opencv/open_model_zoo/blob/master/models/intel/text-recognition-0012/description/text-recognition-0012.md) ## Files + `short_video.mp4` from [here](https://www.pexels.com/video/a-cattails-fluff-floats-in-air-2156021/) (free) -+ `dislike.jpg` from [rateme repository](https://github.com/heyml/rateme/tree/master/test_imgs) ++ `dislike.jpg` from [rateme repository](https://github.com/banderlog/rateme/blob/master/test_imgs/dislike.jpg) + `helloworld.png` I either made it or forgot from where it downloaded from diff --git a/tests/examples.ipynb b/tests/examples.ipynb index 9691aa9..54ea64d 100644 --- a/tests/examples.ipynb +++ b/tests/examples.ipynb @@ -19,7 +19,7 @@ "\n", "It trained to detect like/dislike gestures\n", "\n", - "https://github.com/heyml/rateme" + "https://github.com/banderlog/rateme" ] }, {