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

Commit

Permalink
new release (#25)
Browse files Browse the repository at this point in the history
* opencv upd

* version upd
  • Loading branch information
banderlog authored Jan 4, 2022
1 parent 5edd05f commit 2b8c5b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You will need to preprocess data as a model requires and decode the output. A de

## Downloading intel models

The official way is clumsy because you need to git clone the whole [model_zoo](https://github.com/opencv/open_model_zoo) ([details](https://github.com/opencv/open_model_zoo/issues/522))
The official way is awkward because you need to git clone the whole [model_zoo](https://github.com/opencv/open_model_zoo) ([details](https://github.com/opencv/open_model_zoo/issues/522))

Better to find a model description [here](https://github.com/opencv/open_model_zoo/blob/master/models/intel/index.md) and download manually from [here](https://download.01.org/opencv/2021/openvinotoolkit/2021.2/open_model_zoo/models_bin/3/)

Expand Down
4 changes: 2 additions & 2 deletions 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.11.27',
version='2022.01.05',
url="https://github.com/banderlog/opencv-python-inference-engine",
maintainer="Kabakov Borys",
license='MIT, Apache 2.0',
Expand All @@ -41,4 +41,4 @@ def __len__(self):
'Topic :: Scientific/Engineering :: Image Recognition',
'Topic :: Software Development',
],
)
)
2 changes: 1 addition & 1 deletion opencv
Submodule opencv updated 921 files

0 comments on commit 2b8c5b0

Please sign in to comment.