opencv/modules/gapi
Dmitry Matveev 099ad1a259 G-API: Desync -- fix the queue saturation problem
Set queue size = 1 to Copy island right after the desync.
In this case, Copy won't read more data from a "last_written"
container than required, while feeding the desynchronized path.

Sometimes Copy don't get fused into an island and behaves
on its own -- in this case, it reads more data in advance
so the slow (desync) part actually processes some data in-sync
(more than actually required)
2020-11-03 14:26:32 +03:00
..
cmake Added linkage of s11n required libs in standalone 2020-09-24 17:44:58 +03:00
doc Merge pull request #18387 from dmatveev:dm/slides_upd_44 2020-09-26 20:59:26 +00:00
include/opencv2 G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
misc/python Merge pull request #18491 from TolyaTalamanov:at/wrap-inference 2020-10-26 19:02:03 +00:00
perf G-API: Introduced a Text Detection sample 2020-10-21 17:25:56 +03:00
samples G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
scripts Added a script to measure & report privacy masking camera performance in different configurations 2020-07-08 19:19:37 +03:00
src G-API: Desync -- fix the queue saturation problem 2020-11-03 14:26:32 +03:00
test G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00
CMakeLists.txt G-API: Introduce streaming::desync and infer(ROI) 2020-10-29 20:19:15 +03:00