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

Commit db565ef

Browse files
authored
Merge branch 'master' into dev
2 parents b6688d2 + b46208d commit db565ef

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Better to find a model description [here](https://github.com/opencv/open_model_z
2929
## Description
3030

3131

32-
### Why
32+
### Why
3333

3434
I needed an ability to fast deploy a small package that able to run models from [Intel's model zoo](https://github.com/openvinotoolkit/open_model_zoo) and use [Movidius NCS](https://software.intel.com/en-us/neural-compute-stick).
3535
Well-known [opencv-python](https://github.com/skvark/opencv-python) can't do this.
@@ -71,9 +71,6 @@ For additional info read `cv2.getBuildInformation()` output.
7171

7272
`YYYY.MM.DD`, because it is the most simple way to track opencv/openvino versions.
7373

74-
The newer the better.
75-
76-
7774
## Compiling from source
7875

7976
You will need ~7GB RAM and ~10GB disk space
@@ -195,7 +192,6 @@ Our opensource MKL-DNN experiment will end with 125MB `libmklml_gnu.so` and infe
195192

196193
I did not try it. But it cannot be universal, it will only work with the certain combination of GPU+CUDA+cuDNN for which it will be compiled for.
197194

198-
199195
+ [Compile OpenCV’s ‘dnn’ module with NVIDIA GPU support](https://www.pyimagesearch.com/2020/02/10/opencv-dnn-with-nvidia-gpus-1549-faster-yolo-ssd-and-mask-r-cnn/)
200196
+ [Use OpenCV’s ‘dnn’ module with NVIDIA GPUs, CUDA, and cuDNN](https://www.pyimagesearch.com/2020/02/03/how-to-use-opencvs-dnn-module-with-nvidia-gpus-cuda-and-cudnn/)
201197

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
+ <https://answers.opencv.org/question/236271/what-the-difference-between-cv_version_status-values/>
55
+ `ENABLE_AVX512F`, how often you see such CPUs in clouds?
66
+ `avresample` from ffmpeg to the opencv, do we need it?
7-
+ results of `test_inference_engine()[::-1]`
7+
+ results of `test_inference_engine()[::-1]`

0 commit comments

Comments
 (0)