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" ] }, {