• D
    Merge pull request #18716 from dmatveev:dm/upstream_onnx · a110ede0
    Dmitry Matveev 提交于
    * 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: NPashchenkov, Maxim <maxim.pashchenkov@intel.com>
    a110ede0
CMakeLists.txt 65.4 KB