You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
* upd new version
* OpenBLAS faster than JIT
* wheel already manylinux and should not be used for win
* upd
* upd
* 4.4.0 ready
* submodules test (#11)
* Update TODO.md
* tensorflow-cpu==2.2.0 -> tensorflow-cpu==2.2.1
* preparations for new version
* all set. waiting for opencv-4.5.0
* upd README.md
* opencv 4.5.0 is here
I needed an ability to fast deploy a small package that able to run models from [Intel's model zoo](https://github.com/opencv/open_model_zoo/) and use [Movidius NCS](https://software.intel.com/en-us/neural-compute-stick).
19
-
Wellr-known [opencv-python](https://github.com/skvark/opencv-python) can't do this.
19
+
Well-known [opencv-python](https://github.com/skvark/opencv-python) can't do this.
20
20
The official way is to use OpenVINO, but it is big and clumsy (just try to use it with python venv or fast download it on cloud instance).
21
21
22
22
@@ -68,7 +68,7 @@ Better to find a model description [here](https://github.com/opencv/open_model_z
68
68
69
69
## Compiling from source
70
70
71
-
You will need ~6GB RAM and ~10GB disk space
71
+
You will need ~7GB RAM and ~10GB disk space
72
72
73
73
I am using Ubuntu 18.04 [multipass](https://multipass.run/) instance: `multipass launch -c 6 -d 10G -m 7G`.
74
74
@@ -91,11 +91,12 @@ From [opencv](https://docs.opencv.org/master/d7/d9f/tutorial_linux_install.html)
91
91
92
92
```bash
93
93
# We need newer `cmake` for dldt (commands from <https://apt.kitware.com/>)
0 commit comments