opencv/modules/gapi/src/backends
Dmitry Matveev a110ede0a2
Merge pull request #18716 from dmatveev:dm/upstream_onnx
* G-API: Introduce ONNX backend for Inference

- Basic operations are implemented (Infer, -ROI, -List, -List2);
- Implemented automatic preprocessing for ONNX models;
- Test suite is extended with `OPENCV_GAPI_ONNX_MODEL_PATH` env for test data
  (test data is an ONNX Model Zoo repo snapshot);
- Fixed kernel lookup logic in core G-API:
  - Lookup NN kernels not in the default package, but in the associated
    backend's aux package. Now two NN backends can work in the same graph.
- Added Infer SSD demo and a combined ONNX/IE demo;

* G-API/ONNX: Fix some of CMake issues

Co-authored-by: Pashchenkov, Maxim <maxim.pashchenkov@intel.com>
2020-11-03 18:39:16 +00:00
..
common Changed behaviour of cv::gapi::serialize, cv::gapi::deserialize for GCompileArgs 2020-11-02 18:55:54 +03:00
cpu G-API: Introduced a Text Detection sample 2020-10-21 17:25:56 +03:00
fluid Merge pull request #18338 from anna-khakimova:ak/opt_arithm_kernel 2020-10-21 10:52:03 +00:00
ie Merge pull request #18701 from TolyaTalamanov:at/introduce-config-for-ie-params 2020-11-03 17:47:05 +00:00
ocl G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
onnx Merge pull request #18716 from dmatveev:dm/upstream_onnx 2020-11-03 18:39:16 +00:00
plaidml Merge pull request #18339 from rgarnov:rg/rmat_integration 2020-10-04 18:57:41 +00:00
render Merge pull request #18600 from TolyaTalamanov:at/implement-render-using-stateful 2020-10-26 19:55:43 +00:00
README.md Merge pull request #12608 from dmatveev:gapi 2018-09-26 21:50:39 +03:00

This directory contains various G-API backends, which provide scheduling logic and kernel implementations for specific targets.