mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 20:42:53 +08:00
OpenVINO 2020.2
parent
c2cd854713
commit
7f2e6b0d4d
@ -130,6 +130,7 @@ Android:
|
|||||||
DNN backends testing:
|
DNN backends testing:
|
||||||
- `ubuntu-openvino:16.04`
|
- `ubuntu-openvino:16.04`
|
||||||
- `ubuntu-openvino:18.04`
|
- `ubuntu-openvino:18.04`
|
||||||
|
- `ubuntu-openvino-2020.2.0:16.04`
|
||||||
- `ubuntu-openvino-2020.1.0:16.04`
|
- `ubuntu-openvino-2020.1.0:16.04`
|
||||||
- `ubuntu-openvino-2019r3.0:16.04`
|
- `ubuntu-openvino-2019r3.0:16.04`
|
||||||
- `ubuntu-vulkan:16.04` - for testing DNN Vulkan backend
|
- `ubuntu-vulkan:16.04` - for testing DNN Vulkan backend
|
||||||
@ -150,13 +151,13 @@ and many deprecated/special build_images for coverage/valgrind/etc
|
|||||||
- `msvs2015`, `msvs2015-win32`
|
- `msvs2015`, `msvs2015-win32`
|
||||||
- `msvs2017`, `msvs2017-win32` (`windows-1`)
|
- `msvs2017`, `msvs2017-win32` (`windows-1`)
|
||||||
- `msvs2019`, `msvs2019-win32` (`windows-1`)
|
- `msvs2019`, `msvs2019-win32` (`windows-1`)
|
||||||
- `openvino-2020.1.0`, `openvino-2019r3.0`
|
- `openvino-2020.2.0`, `openvino-2020.1.0`, `openvino-2019r3.0`
|
||||||
|
|
||||||
Useful extra parameters: `test_opencl=ON`
|
Useful extra parameters: `test_opencl=ON`
|
||||||
|
|
||||||
### macOS X `build_image` list
|
### macOS X `build_image` list
|
||||||
|
|
||||||
- `openvino-2020.1.0`, `openvino-2019r3.0`
|
- `openvino-2020.2.0`, `openvino-2020.1.0`, `openvino-2019r3.0`
|
||||||
- `osx_framework`
|
- `osx_framework`
|
||||||
|
|
||||||
|
|
||||||
@ -183,9 +184,9 @@ disable_ipp=ON
|
|||||||
- DNN testing (OpenVINO or new layers, tests set changes):
|
- DNN testing (OpenVINO or new layers, tests set changes):
|
||||||
```
|
```
|
||||||
force_builders=Custom,Custom Win,Custom Mac
|
force_builders=Custom,Custom Win,Custom Mac
|
||||||
build_image:Custom=ubuntu-openvino-2020.1.0:16.04
|
build_image:Custom=ubuntu-openvino-2020.2.0:16.04
|
||||||
build_image:Custom Win=openvino-2020.1.0
|
build_image:Custom Win=openvino-2020.2.0
|
||||||
build_image:Custom Mac=openvino-2020.1.0
|
build_image:Custom Mac=openvino-2020.2.0
|
||||||
|
|
||||||
test_modules:Custom=dnn,python2,python3,java
|
test_modules:Custom=dnn,python2,python3,java
|
||||||
test_modules:Custom Win=dnn,python2,python3,java
|
test_modules:Custom Win=dnn,python2,python3,java
|
||||||
|
18
Graph-API.md
18
Graph-API.md
@ -23,6 +23,24 @@ build_gapi_standalone:Linux x64=ade-0.1.1f
|
|||||||
build_gapi_standalone:Win64=ade-0.1.1f
|
build_gapi_standalone:Win64=ade-0.1.1f
|
||||||
build_gapi_standalone:Mac=ade-0.1.1f
|
build_gapi_standalone:Mac=ade-0.1.1f
|
||||||
build_gapi_standalone:Linux x64 Debug=ade-0.1.1f
|
build_gapi_standalone:Linux x64 Debug=ade-0.1.1f
|
||||||
|
|
||||||
|
Xbuild_image:Custom=centos:7
|
||||||
|
Xbuildworker:Custom=linux-1
|
||||||
|
build_gapi_standalone:Custom=ade-0.1.1f
|
||||||
|
|
||||||
|
build_image:Custom=ubuntu-openvino-2020.2.0:16.04
|
||||||
|
build_image:Custom Win=openvino-2020.2.0
|
||||||
|
build_image:Custom Mac=openvino-2020.2.0
|
||||||
|
|
||||||
|
test_modules:Custom=gapi
|
||||||
|
test_modules:Custom Win=gapi
|
||||||
|
test_modules:Custom Mac=gapi
|
||||||
|
|
||||||
|
buildworker:Custom=linux-1
|
||||||
|
# disabled due high memory usage: test_opencl:Custom=ON
|
||||||
|
test_opencl:Custom=OFF
|
||||||
|
test_bigdata:Custom=1
|
||||||
|
test_filter:Custom=*
|
||||||
```
|
```
|
||||||
Note: ADE version may change, refer to the latest correct one (see `DownloadADE.cmake`).
|
Note: ADE version may change, refer to the latest correct one (see `DownloadADE.cmake`).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user