-
Notifications
You must be signed in to change notification settings - Fork 1.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
Merge OpenVINO toolkit 2021.3 content into master #2238
Merged
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
* AC: allow setting device config if device unknown * update warning message
…ade-frameCounter-to-32-bit security_barrier_camera: downgrade frameCounter to 32-bit
Co-authored-by: Roman Donchenko <roman.donchenko@intel.com>
Removed unused dependency
* AC: fix quantization for RNNT
* Added NetVLAD model
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
Co-authored-by: Ekaterina Aidova <ekaterina.aidova@intel.com>
Co-authored-by: Alina Alborova <alina.alborova@intel.com>
Fix various issues with Intel models
The task it performs is clearly more akin to action recognition than object attribute estimation. In fact, its interface is almost exactly like that of i3d-rgb-tf.
common-sign-language-0001: fix the task type
The pycls.models.model_zoo.regnetx function downloads the config file, which is bad, because: a) all downloading is supposed to be done by the downloader, and b) there's no integrity checking on the downloaded file (and in fact, the file can change, because the link points to the master branch of the repository), which endangers the security and reproducibility of the conversion process. Add the config file to the list of the model's files and change the model creation code to avoid the unwanted download.
regnetx-3.2gf: don't download anything at conversion time
segmentation_demo.py: add description of color palette file (#2171)
Update run_tests.py just in case
…ssing-workaround-for-mac gesture_recognition: workaround multiprocessing for mac
Co-authored-by: Roman Donchenko <roman.donchenko@intel.com>
Fix Python's object detection demo for support person-detection-0203 model
Publish second set of candidate models for 2021.3
Co-authored-by: Anzhella Pankratova <anzhella.pankratova@intel.com>
…pose-estimation-3d-0001.md Co-authored-by: Anzhella Pankratova <anzhella.pankratova@intel.com>
…-0001.md Co-authored-by: Anzhella Pankratova <anzhella.pankratova@intel.com>
…ngle-human-pose-estimation-0001.md Co-authored-by: Anzhella Pankratova <anzhella.pankratova@intel.com>
…cription/vehicle-license-plate-detection-barrier-0123.md Co-authored-by: Anzhella Pankratova <anzhella.pankratova@intel.com>
Co-authored-by: Anzhella Pankratova <anzhella.pankratova@intel.com>
…ls-convertion describe model load and convertion to IR
vladimir-dudnik
approved these changes
Mar 25, 2021
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.
[skip-ci]