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

Commit 2b8c5b0

Browse files
authored
new release (#25)
* opencv upd * version upd
1 parent 5edd05f commit 2b8c5b0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You will need to preprocess data as a model requires and decode the output. A de
2121

2222
## Downloading intel models
2323

24-
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))
24+
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))
2525

2626
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/)
2727

Diff for: create_wheel/setup.py

+2-2
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.11.27',
18+
version='2022.01.05',
1919
url="https://github.com/banderlog/opencv-python-inference-engine",
2020
maintainer="Kabakov Borys",
2121
license='MIT, Apache 2.0',
@@ -41,4 +41,4 @@ def __len__(self):
4141
'Topic :: Scientific/Engineering :: Image Recognition',
4242
'Topic :: Software Development',
4343
],
44-
)
44+
)

Diff for: opencv

Submodule opencv updated 921 files

0 commit comments

Comments
 (0)