-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update IE Python Samples #4907
Merged
Merged
Update IE Python Samples #4907
Conversation
This file contains 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
Readme update PR: #4908 |
mryzhov
reviewed
Mar 23, 2021
...e-engine/ie_bridges/python/sample/classification_sample_async/classification_sample_async.py
Show resolved
Hide resolved
mryzhov
reviewed
Mar 23, 2021
...e-engine/ie_bridges/python/sample/classification_sample_async/classification_sample_async.py
Outdated
Show resolved
Hide resolved
inference-engine/ie_bridges/python/sample/hello_query_device/hello_query_device.py
Outdated
Show resolved
Hide resolved
...e-engine/ie_bridges/python/sample/classification_sample_async/classification_sample_async.py
Outdated
Show resolved
Hide resolved
Could you please split changes related to this description and functional changes into different PRs? Or create separate PR for each sample that was refactored...Looks like several were changed a lot the mentioned in the description. |
...e-engine/ie_bridges/python/sample/classification_sample_async/classification_sample_async.py
Show resolved
Hide resolved
inference-engine/ie_bridges/python/sample/hello_classification/hello_classification.py
Show resolved
Hide resolved
generalova-kate
approved these changes
Apr 2, 2021
mryzhov
approved these changes
Apr 8, 2021
mryzhov
added a commit
to mryzhov/openvino
that referenced
this pull request
Apr 8, 2021
This reverts commit 0034749.
ababushk
pushed a commit
that referenced
this pull request
Apr 8, 2021
mryzhov
pushed a commit
to mryzhov/openvino
that referenced
this pull request
Apr 23, 2021
* refactor: update ie python samples * python samples: change comment about infer request creation (step 5) * python sample: add the ability to run object_detection_sample_ssd.py with a model with 2 outputs * Add batch size usage to python style transfer sample * Change comment about model reading * Add output queue to classification async sample * add reshape for output to catch results with more than 2 dimensions (classification samples) * Set a log output stream to stdout to pass the hello query device test * Add comments to the hello query device sample * Set sys.stdout as a logging stream for all python IE samples * Add batch size usage to ngraph_function_creation_sample * Return the ability to read an image from a ubyte file * Add few comments and function docstrings * Restore IE python classification samples output * Add --original_size arg for python style transfer sample * Change log message to pass tests (object detection ie python sample) * Return python shebang * Add comment about a probs array sorting using np.argsort
mryzhov
added a commit
to mryzhov/openvino
that referenced
this pull request
Apr 23, 2021
…lkit#5151) This reverts commit 0034749.
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.
Details:
Tickets: