opencv/modules/dnn
Dmitry Kurtaev 8681686d8f
Merge pull request #22957 from dkurt:new_openvino_api
Switch to new OpenVINO API after 2022.1 release

* Pass Layer_Test_Convolution_DLDT.Accuracy/0 test

* Pass test Test_Caffe_layers.Softmax

* Failed 136 tests

* Fix Concat. Failed 120 tests

* Custom nGraph ops. 19 failed tests

* Set and get properties from Core

* Read model from buffer

* Change MaxPooling layer output names. Restore reshape

* Cosmetic changes

* Cosmetic changes

* Override getOutputsInfo

* Fixes for OpenVINO < 2022.1

* Async inference for 2021.4 and less

* Compile model with config

* Fix serialize for 2022.1

* Asynchronous inference with 2022.1

* Handle 1d outputs

* Work with model with dynamic output shape

* Fixes with 1d output for old API

* Control outputs by nGraph function for all OpenVINO versions

* Refer inputs in PrePostProcessor by indices

* Fix cycled dependency between InfEngineNgraphNode and InfEngineNgraphNet.
Add InferRequest callback only for async inference. Do not capture InferRequest object.

* Fix tests thresholds

* Fix HETERO:GPU,CPU plugin issues with unsupported layer
2022-12-23 16:58:41 +00:00
..
cmake dnn: plugin support for OpenVINO 2022-10-07 16:57:31 +00:00
include/opencv2 dnn: add the CANN backend (#22634) 2022-12-21 09:04:41 +03:00
misc dnn: plugin support for OpenVINO 2022-10-07 16:57:31 +00:00
perf dnn: updated YOLOv4-tiny model and tests 2022-12-22 15:49:21 +03:00
src Merge pull request #22957 from dkurt:new_openvino_api 2022-12-23 16:58:41 +00:00
test Merge pull request #22957 from dkurt:new_openvino_api 2022-12-23 16:58:41 +00:00
CMakeLists.txt dnn: add the CANN backend (#22634) 2022-12-21 09:04:41 +03:00