Skip to content

Commit

Permalink
new version (#24)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
banderlog authored Nov 27, 2021
1 parent 291880c commit 5edd05f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/opencv/opencv_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion create_wheel/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion dldt
Submodule dldt updated 796 files
4 changes: 2 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tests/examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"\n",
"It trained to detect like/dislike gestures\n",
"\n",
"https://github.com/heyml/rateme"
"https://github.com/banderlog/rateme"
]
},
{
Expand Down

0 comments on commit 5edd05f

Please sign in to comment.