Merged
Conversation
8c2c749 to
7cc3c68
Compare
dkurt
reviewed
Aug 2, 2019
dkurt
reviewed
Aug 2, 2019
dkurt
reviewed
Aug 5, 2019
dkurt
reviewed
Aug 5, 2019
dkurt
reviewed
Aug 5, 2019
dkurt
reviewed
Aug 5, 2019
505d5a1 to
e3b72ef
Compare
dkurt
reviewed
Aug 6, 2019
dkurt
reviewed
Aug 6, 2019
dkurt
reviewed
Aug 7, 2019
Member
|
@l-bat, May I ask you to resolve merge conflicts? Thanks! |
Member
|
And please include this line back as well in this PR: https://github.com/opencv/opencv/pull/15184/files#diff-060059506235351e720719798d655782L308 |
04a9cff to
d6962ba
Compare
alalek
reviewed
Dec 2, 2019
| // set empty input to determine input shapes | ||
| for (int inp_id = 0; inp_id < inputsNames.size(); ++inp_id) | ||
| { | ||
| cvNet.setInput(Mat(inp_shapes[inp_id], CV_32F), inputsNames[inp_id]); |
Member
Member
There was a problem hiding this comment.
I do not mind. Besides cv::dnn::Model other code should be compatible. Let me try to port it.
This was referenced Feb 18, 2020
a-sajjad72
pushed a commit
to a-sajjad72/opencv
that referenced
this pull request
Mar 30, 2023
* Determine input shapes * Add test * Remove getInputShapes * Fix model * Fix constructors * Add Caffe test * Fix predict
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.
Uh oh!
There was an error while loading. Please reload this page.