opencv/modules/gapi/src/compiler
Dmitry Matveev f0c411d8b5
Merge pull request #17502 from dmatveev:dm/infer2
* G-API: Introduce a new gapi::infer2 overload + gaze estimation sample

* G-API/infer2: Introduced static type checking for infer2

- Also added extra tests on the type check routine

* G-API/infer2: Addressed self-review comments in the sample app

- Also fix build on Linux;

* G-API/infer2: Remove incorrect SetLayout(HWC) + dead code

- Also fixed comments in the backend

* G-API/infer2: Continue with self-review

- Fix warnings/compile errors in gaze estimation
- Dropped the use of RTTI (VectorRef::holds()) from the giebackend
- Replaced it with a trait-based enums for GArray<T> and std::vector<T>
- The enums and traits are temporary and need to be unified with
  the S11N when it comes

* G-API/infer2: Final self-review items

- Refactored ROIList test to cover 70% for infer<> and infer2<>;
- Fixed the model data discovery routine to be compatible with new
  OpenVINO;
- Hopefully fixed the final issues (warnings) with the sample.

* G-API/infer2: address review problems

- Fixed typo in comments;
- Fixed public (Doxygen) comment on GArray<GMat> input case for infer2;
- Made model lookup more flexible to allow new & old OMZ dir layouts.

* G-API/infer2: Change the model paths again

* G-API/infer2: Change the lookup path for test data

* G-API/infer2: use randu instead of imread. CI war is over
2020-07-14 11:06:49 +03:00
..
passes Merge pull request #17020 from dbudniko:dbudniko/serialization_backend 2020-06-26 19:41:29 +00:00
gcompiled_priv.hpp Enable state initialization params via compile_args 2020-06-25 00:43:12 +03:00
gcompiled.cpp Enable state initialization params via compile_args 2020-06-25 00:43:12 +03:00
gcompiler.cpp Merge pull request #17020 from dbudniko:dbudniko/serialization_backend 2020-06-26 19:41:29 +00:00
gcompiler.hpp Merge pull request #17020 from dbudniko:dbudniko/serialization_backend 2020-06-26 19:41:29 +00:00
gislandmodel.cpp Merge pull request #16995 from mpashchenkov:mp/ocv-gapi-standalone-mat 2020-04-21 20:22:01 +00:00
gislandmodel.hpp Implement asynchronous execution for islands 2020-04-08 20:48:23 +03:00
gmodel_priv.hpp G-API: Added graph pattern matching routine and basic tests 2019-08-09 18:57:56 +03:00
gmodel.cpp Merge pull request #16081 from dmatveev:dm/ocv42_gapi_bugfixes 2019-12-10 13:31:42 +03:00
gmodel.hpp Merge pull request #17020 from dbudniko:dbudniko/serialization_backend 2020-06-26 19:41:29 +00:00
gmodelbuilder.cpp Merge pull request #15216 from dmatveev:dm/ng-0010-g-api-streaming-api 2019-10-18 19:29:58 +03:00
gmodelbuilder.hpp Merge pull request #14741 from rgarnov:gapi_fix_includes 2019-06-14 19:27:19 +03:00
gobjref.hpp Merge pull request #17502 from dmatveev:dm/infer2 2020-07-14 11:06:49 +03:00
gstreaming_priv.hpp Merge pull request #16031 from aDanPin:dm/streaming_auto_meta 2019-12-03 19:14:13 +03:00
gstreaming.cpp Fix linkage in standalone mode 2020-01-22 17:51:16 +03:00
README.md
transactions.hpp

This directory contains G-API graph compiler logic.