opencv/modules/gapi/misc/python
Anatoliy Talamanov a371bdac9d
Merge pull request #23766 from TolyaTalamanov:at/segmentation-demo-desync
G-API: Refine Semantic Segmentation Demo #23766

### Overview
* Supported demo working with camera id (e.g `--input=0`)
* Supported 3d output segmentation models (e.g `deeplabv3`)
* Supported `desync` execution
* Supported higher camera resolution
* Changed the color map to pascal voc (https://cloud.githubusercontent.com/assets/4503207/17803328/1006ca80-65f6-11e6-9ff6-36b7ef5b9ac6.png)

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [ ] I agree to contribute to the project under Apache 2 License.
- [ ] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [ ] The PR is proposed to the proper branch
- [ ] There is a reference to the original bug report and related work
- [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [ ] The feature is well documented and sample code can be built with the project CMake
2023-06-13 18:06:19 +03:00
..
package/gapi Merge pull request #22494 from TolyaTalamanov:at/expose-all-core-to-python 2022-11-08 11:43:38 +00:00
samples Add make_capture_src for video stream to Python 2022-05-16 20:46:08 +09:00
test Merge pull request #23595 from TolyaTalamanov:at/implement-openvino-backend 2023-06-02 14:31:03 +03:00
pyopencv_gapi.hpp Merge pull request #23766 from TolyaTalamanov:at/segmentation-demo-desync 2023-06-13 18:06:19 +03:00
python_bridge.hpp Merge pull request #22935 from alalek:gapi_error 2022-12-19 06:05:15 +00:00
shadow_gapi.hpp Merge pull request #23595 from TolyaTalamanov:at/implement-openvino-backend 2023-06-02 14:31:03 +03:00