[G-API] Wrap cv::gapi::infer<Generic> into python#18491
Merged
alalek merged 23 commits intoopencv:masterfrom Oct 26, 2020
Merged
[G-API] Wrap cv::gapi::infer<Generic> into python#18491alalek merged 23 commits intoopencv:masterfrom
alalek merged 23 commits intoopencv:masterfrom
Conversation
3491564 to
8782991
Compare
8782991 to
cac31fe
Compare
TolyaTalamanov
commented
Oct 12, 2020
dkurt
reviewed
Oct 13, 2020
dkurt
reviewed
Oct 13, 2020
e8ea54f to
3cd12b4
Compare
3cd12b4 to
9755e84
Compare
Member
|
Please rebase and fix warning from MSVS2019 |
dkurt
reviewed
Oct 15, 2020
Contributor
Author
Contributor
Author
|
@alalek Windows build are green |
Contributor
Author
alalek
reviewed
Oct 22, 2020
modules/gapi/CMakeLists.txt
Outdated
| ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4503) | ||
| # FIXME: Unreachable code in Params::backend() (ie.hpp) | ||
| # https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-4-c4702?view=vs-2019 | ||
| ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4702) |
Member
There was a problem hiding this comment.
ie.hpp
Disabling warnings here would not help users when they start building own applications with G-API public headers.
These settings are private for gapi module only.
Contributor
There was a problem hiding this comment.
It seems I was able to fix that warning in another header... maybe solution like that would work here too.
Member
There was a problem hiding this comment.
@TolyaTalamanov Mentioned commit with workaround: 8637b7a
Contributor
Author
alalek
reviewed
Oct 26, 2020
| @@ -133,31 +133,35 @@ struct InOutInfo | |||
| * @{ | |||
Member
There was a problem hiding this comment.
Merged
a-sajjad72
pushed a commit
to a-sajjad72/opencv
that referenced
this pull request
Mar 30, 2023
[G-API] Wrap cv::gapi::infer<Generic> into python * Introduce generic infer * Move Generic to infer.hpp * Removew num_outs * Fix windows warnings * Fix comments to review * Fix doxygen * Add comment * Fix comments to review * Wrap inference to python * Add default ctor to Params * Add test * Fix clang build * Implement GInferInputs/GInferOutputs as Pimpl * Add checkIEtarget to infer test * Fix path * Supress warning * Use getAvailableDevices insted of checkIETarget * Move PyParams to bindings_ie * Add namespace * Update CMakeLists.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.
API example
Buildbot configuration