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

Commit 5edd05f

Browse files
authored
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
1 parent 291880c commit 5edd05f

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ sudo apt remove --purge cmake
8989
hash -r
9090
sudo snap install cmake --classic
9191

92-
sudo apt-get update
9392
# nasm for ffmpeg
9493
# libusb-1.0-0-dev for MYRIAD plugin
9594
sudo apt update

build/opencv/opencv_setup.sh

+1-1
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=2021040100 \
47+
-D INF_ENGINE_RELEASE=2021040200 \
4848
-D INSTALL_CREATE_DISTRIB=ON \
4949
-D INSTALL_C_EXAMPLES=OFF \
5050
-D INSTALL_PYTHON_EXAMPLES=OFF \

create_wheel/setup.py

+1-1
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.10.10',
18+
version='2021.11.27',
1919
url="https://github.com/banderlog/opencv-python-inference-engine",
2020
maintainer="Kabakov Borys",
2121
license='MIT, Apache 2.0',

dldt

Submodule dldt updated 796 files

tests/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ links, pixels = detector.detect(img)
5959

6060
## Models
6161

62-
+ [rateme](https://github.com/heyml/rateme) (YOLO3)
62+
+ [rateme](https://github.com/banderlog/rateme) (YOLO3)
6363
+ [text-detection-0004](https://github.com/opencv/open_model_zoo/blob/master/models/intel/text-detection-0004/description/text-detection-0004.md)
6464
+ [text-recognition-0012](https://github.com/opencv/open_model_zoo/blob/master/models/intel/text-recognition-0012/description/text-recognition-0012.md)
6565

6666
## Files
6767

6868
+ `short_video.mp4` from [here](https://www.pexels.com/video/a-cattails-fluff-floats-in-air-2156021/) (free)
69-
+ `dislike.jpg` from [rateme repository](https://github.com/heyml/rateme/tree/master/test_imgs)
69+
+ `dislike.jpg` from [rateme repository](https://github.com/banderlog/rateme/blob/master/test_imgs/dislike.jpg)
7070
+ `helloworld.png` I either made it or forgot from where it downloaded from

tests/examples.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"\n",
2020
"It trained to detect like/dislike gestures\n",
2121
"\n",
22-
"https://github.com/heyml/rateme"
22+
"https://github.com/banderlog/rateme"
2323
]
2424
},
2525
{

0 commit comments

Comments
 (0)