opencv/modules/gapi/misc/python/test
Anatoliy Talamanov 5330112f05
Merge pull request #23595 from TolyaTalamanov:at/implement-openvino-backend
[G-API] Implement OpenVINO 2.0 backend #23595

### Pull Request Readiness Checklist

Implemented basic functionality for `OpenVINO` 2.0 G-API backend.

#### Overview
- [x] Implement `Infer` kernel with some of essential configurable parameters + IR/Blob models format support.
- [ ] Implement the rest of kernels: `InferList`, `InferROI`, `Infer2` + other configurable params (e.g reshape)
- [x] Asyncrhonous execution support
- [ ] Remote context support

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [ ] The PR is proposed to the proper branch
- [ ] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2023-06-02 14:31:03 +03:00
..
test_gapi_core.py Merge pull request #22494 from TolyaTalamanov:at/expose-all-core-to-python 2022-11-08 11:43:38 +00:00
test_gapi_imgproc.py Merge pull request #20196 from TolyaTalamanov:at/support-vaargs-compile-args 2021-06-18 20:16:07 +03:00
test_gapi_infer_onnx.py Merge pull request #23597 from dmatveev:dm/gapi_onnx_py_integration 2023-05-30 17:52:17 +03:00
test_gapi_infer_ov.py Merge pull request #23595 from TolyaTalamanov:at/implement-openvino-backend 2023-06-02 14:31:03 +03:00
test_gapi_infer.py Merge pull request #20196 from TolyaTalamanov:at/support-vaargs-compile-args 2021-06-18 20:16:07 +03:00
test_gapi_kernels.py Merge pull request #23597 from dmatveev:dm/gapi_onnx_py_integration 2023-05-30 17:52:17 +03:00
test_gapi_render.py Merge pull request #20284 from TolyaTalamanov:at/wrap-render 2021-07-01 09:36:19 +00:00
test_gapi_sample_pipelines.py Add tests for stateful kernel functionality 2022-09-04 20:15:53 +01:00
test_gapi_stateful_kernel.py Merge pull request #23597 from dmatveev:dm/gapi_onnx_py_integration 2023-05-30 17:52:17 +03:00
test_gapi_streaming.py Merge pull request #23597 from dmatveev:dm/gapi_onnx_py_integration 2023-05-30 17:52:17 +03:00
test_gapi_types.py Merge pull request #22494 from TolyaTalamanov:at/expose-all-core-to-python 2022-11-08 11:43:38 +00:00