opencv/modules/gapi/test/internal
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
..
gapi_int_backend_tests.cpp gapi: fix tests build 2019-04-02 13:46:25 +03:00
gapi_int_executor_tests.cpp gapi(test): ban and get rid of countNonZero() checks 2020-02-26 14:19:19 +03:00
gapi_int_garg_test.cpp Merge pull request #17502 from dmatveev:dm/infer2 2020-07-14 11:06:49 +03:00
gapi_int_gmetaarg_test.cpp Merge pull request #16805 from Volskig:mp/ocv-gapi-standalone-scalar 2020-04-01 18:40:38 +00:00
gapi_int_gmodel_builder_test.cpp Merge pull request #17502 from dmatveev:dm/infer2 2020-07-14 11:06:49 +03:00
gapi_int_island_fusion_tests.cpp Merge pull request #16745 from Volskig:mp/ocv-gapi-standalone-size 2020-04-02 18:19:45 +00:00
gapi_int_island_tests.cpp Merge pull request #13943 from rgarnov:export_headers_for_backend_development 2019-04-17 21:54:47 +03:00
gapi_int_pattern_matching_test.cpp Merge pull request #16081 from dmatveev:dm/ocv42_gapi_bugfixes 2019-12-10 13:31:42 +03:00
gapi_int_perform_substitution_test.cpp Merge pull request #15313 from andrey-golubev:map_subst_to_pattern 2019-09-25 18:19:45 +03:00
gapi_int_proto_tests.cpp Fixed standalone build, added cv::gapi::proto::ptr test 2020-04-09 17:19:11 +03:00
gapi_int_recompilation_test.cpp Merge pull request #16745 from Volskig:mp/ocv-gapi-standalone-size 2020-04-02 18:19:45 +00:00
gapi_int_vectorref_test.cpp gapi: fix tests build 2019-04-02 13:46:25 +03:00
gapi_transactions_test.cpp gapi: fix tests build 2019-04-02 13:46:25 +03:00