opencv/modules/gapi/test
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
..
common Merge pull request #17088 from mpashchenkov:mp/ocv-gapi-kernel-laplacian 2020-04-23 17:47:55 +00:00
cpu Enable state initialization params via compile_args 2020-06-25 00:43:12 +03:00
gpu Merge pull request #17088 from mpashchenkov:mp/ocv-gapi-kernel-laplacian 2020-04-23 17:47:55 +00:00
infer Merge pull request #17502 from dmatveev:dm/infer2 2020-07-14 11:06:49 +03:00
internal Merge pull request #17502 from dmatveev:dm/infer2 2020-07-14 11:06:49 +03:00
own Merge pull request #16995 from mpashchenkov:mp/ocv-gapi-standalone-mat 2020-04-21 20:22:01 +00:00
render
s11n Merge pull request #17694 from dbudniko:dbudniko/serialization_args2 2020-07-13 19:24:46 +00:00
streaming Skip some GAPI tests if VideoCapture is not capable to playback video. 2020-06-04 09:59:09 +03:00
util GAPI: utils - variant converting ctor and assignment op. reworked 2020-05-20 14:34:55 +03:00
gapi_array_tests.cpp Merge pull request #17502 from dmatveev:dm/infer2 2020-07-14 11:06:49 +03:00
gapi_async_test.cpp Merge pull request #16995 from mpashchenkov:mp/ocv-gapi-standalone-mat 2020-04-21 20:22:01 +00:00
gapi_basic_hetero_tests.cpp
gapi_compile_args_tests.cpp Enable state initialization params via compile_args 2020-06-25 00:43:12 +03:00
gapi_desc_tests.cpp Merge pull request #16995 from mpashchenkov:mp/ocv-gapi-standalone-mat 2020-04-21 20:22:01 +00:00
gapi_fluid_parallel_rois_test.cpp
gapi_fluid_resize_test.cpp
gapi_fluid_roi_test.cpp
gapi_fluid_test_kernels.cpp
gapi_fluid_test_kernels.hpp
gapi_fluid_test.cpp Merge pull request #16995 from mpashchenkov:mp/ocv-gapi-standalone-mat 2020-04-21 20:22:01 +00:00
gapi_frame_tests.cpp
gapi_gcompiled_tests.cpp
gapi_gcomputation_tests.cpp
gapi_gpu_test.cpp
gapi_kernel_tests.cpp
gapi_mock_kernels.hpp
gapi_opaque_tests.cpp
gapi_plaidml_pipelines.cpp Add implementation in case plaidml isn't found 2020-06-22 00:46:41 +03:00
gapi_planar_test.cpp
gapi_sample_pipelines.cpp Merge pull request #16995 from mpashchenkov:mp/ocv-gapi-standalone-mat 2020-04-21 20:22:01 +00:00
gapi_scalar_tests.cpp
gapi_smoke_test.cpp
gapi_transform_tests.cpp Merge pull request #17020 from dbudniko:dbudniko/serialization_backend 2020-06-26 19:41:29 +00:00
gapi_typed_tests.cpp
gapi_util_tests.cpp
opencl_kernels_test_gapi.hpp avoid kernel compile error on Arm SBCs 2020-07-06 18:27:19 +09:00
test_main.cpp
test_precomp.hpp