forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Port cc fix #52
Closed
Closed
Port cc fix #52
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
* Update for get started samples (openvinotoolkit#10975) (openvinotoolkit#11020) * Update for get started samples * Update docs/get_started/get_started_demos.md Co-authored-by: Yuan Xu <[email protected]> * Update docs/get_started/get_started_demos.md Co-authored-by: Yuan Xu <[email protected]> * Update docs/get_started/get_started_demos.md Co-authored-by: Yuan Xu <[email protected]> * formatting * rewording * fix links * fix formatting * Update docs/get_started/get_started_demos.md Co-authored-by: Yuan Xu <[email protected]> * Update docs/get_started/get_started_demos.md Co-authored-by: Yuan Xu <[email protected]> * replace squeezenet1.1 with googlenet-v1 * GoogleNet v1 Caffe* model Co-authored-by: Yuan Xu <[email protected]> (cherry picked from commit 412f219) * [DOCS] update HETERO execution (openvinotoolkit#11003) the PR has been reviewed and accepted for master already, now updating 22.1 * Incremental improvement of MO user guide. (openvinotoolkit#11010) (openvinotoolkit#11028) * Incremental improvement of MO user guide. * Apply feedback * POT documentation updates (openvinotoolkit#10578) (openvinotoolkit#11024) * POT changes * change install * change img size * remove cli option * Documentation fixes (openvinotoolkit#11044) * Benchmark app usage * Fixed link to the devices * More fixes * Update docs/OV_Runtime_UG/multi_device.md Co-authored-by: Sergey Lyubimtsev <[email protected]> * Removed several hardcoded links Co-authored-by: Sergey Lyubimtsev <[email protected]> * Removed obsolete code snippets (openvinotoolkit#11061) * Removed obsolete code snippets * NCC style * Fixed NCC for BA * fix a reference link (openvinotoolkit#11048) * updates * adding gna to linux * add missing reference * update * Update docs/install_guides/installing-model-dev-tools.md Co-authored-by: Sergey Lyubimtsev <[email protected]> * Update docs/install_guides/installing-model-dev-tools.md Co-authored-by: Sergey Lyubimtsev <[email protected]> * Update docs/install_guides/installing-model-dev-tools.md Co-authored-by: Sergey Lyubimtsev <[email protected]> * Update docs/install_guides/installing-model-dev-tools.md Co-authored-by: Sergey Lyubimtsev <[email protected]> * Update docs/install_guides/installing-model-dev-tools.md Co-authored-by: Sergey Lyubimtsev <[email protected]> * update * minor updates * add gna item to yum and apt * add gna to get started page * update reference formatting * merge commit Co-authored-by: Sergey Lyubimtsev <[email protected]> * AUTO and MULTI Doc update for release 2022.1 (openvinotoolkit#11066) * Update Auto plugin docs (openvinotoolkit#10623) * Update Auto plugin docs Revise auto plugin and auto plugin debugging articles. Include necessary image files. * Update docs/OV_Runtime_UG/supported_plugins/AutoPlugin_Debugging.md Co-authored-by: Andrey Zaytsev <[email protected]> * Update docs/OV_Runtime_UG/supported_plugins/AutoPlugin_Debugging.md Co-authored-by: Andrey Zaytsev <[email protected]> * Update docs/OV_Runtime_UG/supported_plugins/AutoPlugin_Debugging.md Co-authored-by: Andrey Zaytsev <[email protected]> * Update docs/OV_Runtime_UG/auto_device_selection.md Co-authored-by: Andrey Zaytsev <[email protected]> * Update docs/OV_Runtime_UG/supported_plugins/AutoPlugin_Debugging.md Co-authored-by: Andrey Zaytsev <[email protected]> * Update docs/OV_Runtime_UG/auto_device_selection.md Co-authored-by: Andrey Zaytsev <[email protected]> * Update docs/OV_Runtime_UG/supported_plugins/AutoPlugin_Debugging.md Co-authored-by: Andrey Zaytsev <[email protected]> * Update AutoPlugin_Debugging.md * include review corrections * Update auto_device_selection.md * Update auto_device_selection.md * Update auto_device_selection.md * Update auto_device_selection.md Co-authored-by: Andrey Zaytsev <[email protected]> * [AUTOPLUGIN] update multi plugin document for ov2.0 (openvinotoolkit#10688) * update multi document Signed-off-by: Hu, Yuan2 <[email protected]> * update Signed-off-by: Hu, Yuan2 <[email protected]> * update snippets ov::enableProfile Signed-off-by: Hu, Yuan2 <[email protected]> * fix build issue Signed-off-by: Hu, Yuan2 <[email protected]> * use Anymap in snippets Signed-off-by: Hu, Yuan2 <[email protected]> * fix format and set property Signed-off-by: Hu, Yuan2 <[email protected]> * update python Signed-off-by: Hu, Yuan2 <[email protected]> * try fo fix test document issue Signed-off-by: Hu, Yuan2 <[email protected]> * removed NEW IE-CENTRIC API and upated set_property Signed-off-by: Hu, Yuan2 <[email protected]> * update ov::optimal_number_of_infer_requests Signed-off-by: Hu, Yuan2 <[email protected]> * Updated multi code snippets (openvinotoolkit#11037) * [Auto PLUGIN] update Auto docs (openvinotoolkit#10889) * update Auto docs Signed-off-by: Hu, Yuan2 <[email protected]> * update python snippets Signed-off-by: Hu, Yuan2 <[email protected]> * remove vpu, fix a mistaken in python code Signed-off-by: Hu, Yuan2 <[email protected]> * update MYRIAD device full name Signed-off-by: Hu, Yuan2 <[email protected]> * update API name old API use name Inference Engine API NEW API usen name OpenVINO Runtime API 2.0 Signed-off-by: Hu, Yuan2 <[email protected]> * update tab name, and code format Signed-off-by: Hu, Yuan2 <[email protected]> * fix AUTO4 format issue Signed-off-by: Hu, Yuan2 <[email protected]> * update set_property code Signed-off-by: Hu, Yuan2 <[email protected]> * auto draft Signed-off-by: Hu, Yuan2 <[email protected]> * mv code into .cpp and .py modify the devicelist part accoding to the review Signed-off-by: Hu, Yuan2 <[email protected]> * remove priority list in code and document modify the begning of the document remove perfomance data remove old API use compile_model instead of set_property add a image about cpu accelerate Signed-off-by: Hu, Yuan2 <[email protected]> * fix mis print and code is not match document Signed-off-by: Hu, Yuan2 <[email protected]> * try to fix doc build issue Signed-off-by: Hu, Yuan2 <[email protected]> * fix snippets code compile issue Signed-off-by: Hu, Yuan2 <[email protected]> * update sh scripts with ```sh``` Signed-off-by: Hu, Yuan2 <[email protected]> Co-authored-by: Karol Blaszczak <[email protected]> Co-authored-by: Andrey Zaytsev <[email protected]> Co-authored-by: Ilya Lavrenov <[email protected]> * [CPU] CPU plugin docs refactoring backport to the release branch (openvinotoolkit#11039) * CPU device documentation refresh * Bfloat16 inference page aligned with the new API * Bfloat16 inference section moved to CPU main * First review comments applied * Second review step comments applied * OneDNN reference changed to the GitHub page * AvgPool added to the oneDNN ops list * Updated note about latency, added note about mem usage with dynamic shapes * DOCS: API Reference (openvinotoolkit#11063) * Renamed API reference * Try to fix API reference for new API * Fixes after self-review * Reworked OpenVINO Plugin dev guide structure * Properties * Try to fix links * Mark properties for MYRIAD & HDDL * Extensibility guide with FE extensions and remove OV_FRAMEWORK_MAP from docs * Rework of Extensibility Intro, adopted examples to missing OPENVINO_FRAMEWORK_MAP * Removed OPENVINO_FRAMEWORK_MAP reference * Frontend extension detailed documentation * Fixed distributed snippets * Fixed snippet inclusion in FE extension document and chapter headers * Fixed wrong name in a snippet reference * Fixed test for template extension due to changed number of loaded extensions * Update docs/Extensibility_UG/frontend_extensions.md Co-authored-by: Ivan Tikhonov <[email protected]> * Minor fixes in extension snippets * Small grammar fix Co-authored-by: Ivan Tikhonov <[email protected]> Co-authored-by: Ivan Tikhonov <[email protected]> * Update Benchmark guides (openvinotoolkit#11076) * - Update Benchmark Tool usage message - Remove not existed paths - Fix examples * remove reference on FPGA * Added groups for core headers (openvinotoolkit#11068) * DOCS: transition banner (openvinotoolkit#10973) * transition banner * minor fix * update transition banner * updates * update custom.js * updates * updates * Add a troubleshooting issue for PRC installation (openvinotoolkit#11074) * updates * adding gna to linux * add missing reference * update * Update docs/install_guides/installing-model-dev-tools.md Co-authored-by: Sergey Lyubimtsev <[email protected]> * Update docs/install_guides/installing-model-dev-tools.md Co-authored-by: Sergey Lyubimtsev <[email protected]> * Update docs/install_guides/installing-model-dev-tools.md Co-authored-by: Sergey Lyubimtsev <[email protected]> * Update docs/install_guides/installing-model-dev-tools.md Co-authored-by: Sergey Lyubimtsev <[email protected]> * Update docs/install_guides/installing-model-dev-tools.md Co-authored-by: Sergey Lyubimtsev <[email protected]> * update * minor updates * add gna item to yum and apt * add gna to get started page * update reference formatting * merge commit * add a troubleshooting issue * update * update * fix CVS-71846 Co-authored-by: Sergey Lyubimtsev <[email protected]> * DOC Removed indentation before snippets (openvinotoolkit#11111) * Removed indentation * Fixed code style * Added more information about tensor names (openvinotoolkit#11070) * Added more information about tensor names * Fixed comment and added documentation for extensions * Fixed code style * Fixed typo * Added group for transformation passes (openvinotoolkit#11101) * Added group for transformation passes * Try to fix CI * Docs: update AC info in API 2.0 migration guide (openvinotoolkit#11106) * Docs: update AC info in API 2.0 migration guide * Update docs/OV_Runtime_UG/migration_ov_2_0/intro.md * Update docs/OV_Runtime_UG/migration_ov_2_0/intro.md Co-authored-by: Karol Blaszczak <[email protected]> Co-authored-by: Karol Blaszczak <[email protected]> * Update headings and some wordings for Transition Guide (openvinotoolkit#11065) * updates * update * merge from releases/22/1 * update heading * update headings and some wordings * Feature/azaytsev/cherry pick pr11110 (openvinotoolkit#11115) * Minor fixes * Feature/azaytsev/img updates (openvinotoolkit#11110) * Updated images * Updated images * DOCS: doxy sphinxtabs (openvinotoolkit#11027) * initial implementation of doxy sphinxtabs * fixes * fixes * fixes * fixes * fixes * Reshape documentation (openvinotoolkit#10901) (openvinotoolkit#11108) * Reshape documentation * Converting Model : reshape metrined, Supported Devices: no shape inference mentioning * demos removed * Added deployment guide (openvinotoolkit#11060) * Added deployment guide * Added local distribution * Updates * Fixed more indentations * update edit on github branches (openvinotoolkit#11129) * DOCS: fixed hardcoded links (openvinotoolkit#11100) * Fixes * Use links * Updated documentation for compile_tool (openvinotoolkit#11049) * Benchmarks 2022 1 (openvinotoolkit#11130) * Minor fixes * Updates for 2022.1 * Edits according to the review * Edits according to review comments * Edits according to review comments * Edits according to review comments * Fixed table * Edits according to review comments * Removed config for Intel® Core™ i7-11850HE * Removed forward-tacotron-duration-prediction-241 graph * Added resnet-18-pytorch * [80085] New images for docs (openvinotoolkit#11114) * change doc structure * fix manager tools * fix manager tools 3 step * fix manager tools 3 step * new img * new img for OV Runtime * fix steps * steps * fix intendents * change list * fix space * fix space * code snippets fix * change display * fix screenshot (openvinotoolkit#11140) * applying reviewers comments to the Opt Guide (openvinotoolkit#11093) * applying reviewrs comments * fixed refs, more structuring (bold, bullets, etc) * refactoring tput/latency sections * next iteration (mostly latency), also brushed the auto-batching and other sections * updates sync/async images * common opts brushed * WIP tput redesigned * minor brushing of common and auto-batching * Tput fully refactored * fixed doc name in the link * moved int8 perf counters to the right section * fixed links * fixed broken quotes * fixed more links * add ref to the internals to the TOC * Added a note on the batch size Co-authored-by: Andrey Zaytsev <[email protected]> * Add info about Docker images in Deployment guide (openvinotoolkit#11136) * [DOCS]transition_guide_intro_language (openvinotoolkit#11134) (openvinotoolkit#11142) a few language suggestions and grammar issues # Conflicts: # docs/OV_Runtime_UG/migration_ov_2_0/intro.md Co-authored-by: Karol Blaszczak <[email protected]> * [DOCS]autodevice_table_fix (openvinotoolkit#11141) * Update release version in readme (openvinotoolkit#11146) * [AUTO] Fix mess table in doc (openvinotoolkit#11149) * update AUTO Debug doc with snippets (openvinotoolkit#11153) Signed-off-by: Hu, Yuan2 <[email protected]> * Update ShapeInference.md (openvinotoolkit#11168) * Benchmarks 2022 1 updates (openvinotoolkit#11180) * Updated graphs * Quick fix for TODO in Dynamic Shapes article * Anchor link fixes * [Docs][IE Samples] fix hard links (openvinotoolkit#11144) (openvinotoolkit#11186) * fix hard links * change encoding * fix TM Co-authored-by: CCR\ntyukaev <[email protected]> Co-authored-by: CCR\ntyukaev <[email protected]> * More conservative recommendations on dynamic shapes usage in docs (openvinotoolkit#11161) * More conservative recommendations about using dynamic shapes * Duplicated statement from C++ part to Python part of reshape doc (no semantical changes) * Added software tab for Linux installer (openvinotoolkit#11159) * Added software tab for Linux installer * Added information for apt and yum * Update docs/install_guides/installing-openvino-apt.md Co-authored-by: Yuan Xu <[email protected]> Update docs/install_guides/installing-openvino-apt.md Co-authored-by: Yuan Xu <[email protected]> Update docs/install_guides/installing-openvino-linux.md Co-authored-by: Yuan Xu <[email protected]> Update docs/install_guides/installing-openvino-apt.md Co-authored-by: Yuan Xu <[email protected]> Update docs/install_guides/installing-openvino-apt.md Co-authored-by: Yuan Xu <[email protected]> Co-authored-by: Yuan Xu <[email protected]> * [docs] python snippets for devices (openvinotoolkit#11174) * Update CPU docs * update GPU docs * update with sphinxtab * Fix docs * Add preprocessig snippet * Fix path * Fixed DM config (openvinotoolkit#11199) * Renamed user guides (openvinotoolkit#11137) * [Python API] Fix documentation for Core API -- release (openvinotoolkit#11200) * [Python API] Fix documentation for Core API * fix style * [OMZ]: port bugfix to 2022/1 branch (openvinotoolkit#11204) * a bunch of doc fixes (openvinotoolkit#11230) * Missing backslashes right after mo (openvinotoolkit#11252) * Revert vpu custom kernel (openvinotoolkit#11226) * Added original VPU custom kernel doc * Moved to new API * Added links from introduction * Fixed intro * DOCS-InstallGuide_review (openvinotoolkit#11217) langage adjustment * Docs labels adjustment (openvinotoolkit#11227) * Adjusted documentation labels * Renamed images * fix doc tests Co-authored-by: CCR\ntyukaev <[email protected]> * cvs-80083 (openvinotoolkit#11280) * fix wildcard sphinxdirective (openvinotoolkit#11263) * [docs] python snippets for migration pages (openvinotoolkit#11224) * save work * Add common snipp * update ie pipeline with python snippets * ov_common_snippet * Python snippets for graph construction * Fix docs Co-authored-by: Anastasia Kuporosova <[email protected]> * [Python API][Docs] Fix references for several classes (openvinotoolkit#11260) * next iteration after discussion with Yuri (openvinotoolkit#11197) * next iteration after discussion with Yuri * WIP tput * Basic/Advanced Flow * brushing/links * wording, testing the failing link * refactored levels, added hash * added advanced tput to the TOC (required by sphinx) * changed wording of the title to be more pro-active * minor misprint, etc * emphasized the flow names * Update two paragraphs in performance hints docs (cherry picked from commit 61415fd) * minor brushing * e2e flow in the app design * no separate hints doc * minor brushing * final, neat-picking brushing Co-authored-by: Helena <[email protected]> * [docs] add missed old python api snippets (openvinotoolkit#11233) * Add missed old api snippets * Fix names * Fix markers * Fix methods call * Model optimizataion documentation update (openvinotoolkit#11072) * Fixed Model Optimization Guide and NNCF docs * Fixed the link to Optimum * Updated installatin guide * Changed API description * Changes quantization documents * Fixed links in the relevant components * Fixed API description * Revised CLI document * Fixed formatting bugs in the main document * Fixed formatting bugs in the main document * Changed the structure. Added Default quantization usage via API * Fixed E2E CLI example * Added AccuracyAware usage description * Revised structure and examples * Fixed a link to POT intro * Changed the structure for algorithms * Fixed links * Additional fixed of the links * Revised Ranger documentation * Some fixes * Revised Best Practicies * Fixed descriptions * Fixed section names * Changed the workflow one more time * Additional fixes to the model structure * Fixed AA usage * Added DefaultQuantization flow image * Fixed many issues * Fixed many issues * Applied many comments * Additional fixes * Fixed examples and provided links to them * Changed DataLoader Example. Fixed FAQ * Changed the main README for GitHub * Fixed E2E CLI example * Fixed links and code of DataLoader * Fixed build issues * Fixed more links * Fixed one more documentation build issue * Fixed more links * Fixed code example * Add multiple data loaders * Add audio example * Minor fixes in the code of sample loaders * Add descriptions of dataloaders. Changed the behaviour of text loader * Fixed typos * Added a new item into the FAQ * Apply wording corrections * Update docs/OV_Runtime_UG/supported_plugins/CPU.md Co-authored-by: Tatiana Savina <[email protected]> * Fixed comments Co-authored-by: Tatiana Savina <[email protected]> * [DOCS]continue_language_review-transitionguide (openvinotoolkit#11148) * [DOCS]-continue_language_review-transitionguide the overview has been merged, the remaining articles are reviewed here * Update docs/OV_Runtime_UG/migration_ov_2_0/deployment_migration.md * Update docs/OV_Runtime_UG/migration_ov_2_0/deployment_migration.md * Update docs/OV_Runtime_UG/migration_ov_2_0/deployment_migration.md * Update docs/OV_Runtime_UG/migration_ov_2_0/graph_construction.md * Update docs/OV_Runtime_UG/migration_ov_2_0/configure_devices.md * Configurable OpenCL usage in BA (openvinotoolkit#11344) (openvinotoolkit#11363) * Feature/azaytsev/doc fixes 2022 1 1 (openvinotoolkit#11388) * Removed a redundant image * Fixed ops specifications and other issues * converted html links to anchor links * converted html links to anchor links * Fixed a link * Fixed a link * Changed anchor links according to dev review * [DOCS] polish autodevice article (openvinotoolkit#11171) the article has been changed much and its language has been impacted in the process. Here are some corrections. * sphinx google search (openvinotoolkit#11439) * sphinx google search * fixes * fixes * fix version tabs * Fixed operation names (openvinotoolkit#11447) * DOCS-transitionguide_name_correction (openvinotoolkit#11449) OpenVINO™ 2.0 => OpenVINO™ API 2.0 * Azure CI: Update branch for contrib and testdata repos (openvinotoolkit#11473) * review GPU language changes (openvinotoolkit#11343) As per ticket #CVS-80053 * int8 link removed * DOCS-benchmarktool_python_correction (openvinotoolkit#11479) add info on tool installation Co-authored-by: Helena Kloosterman <[email protected]> * DOCS-cpu_language_review (openvinotoolkit#11526) Co-Authored-By: Yuan Xu <[email protected]> * Update Convert_Model_From_TensorFlow.md (openvinotoolkit#11425) * [OMZ]: update submodule (openvinotoolkit#11286) * Support config option for time_tests suite (openvinotoolkit#11628) * Add links to MO installation and ONNX examples (openvinotoolkit#11617) These edits help make it easier for a new user to find more information on how to convert ONNX models. * Docs: Add links to specific examples (openvinotoolkit#11618) * Update docs/OV_Runtime_UG/integrate_with_your_application.md * Add links to specific examples This edit adds links to more example applications, making it easier for users to discover how to build an OpenVINO application around their specific model. * Fix failure of pytest in timetest (openvinotoolkit#11647) * Update installing-openvino-windows-header.md (openvinotoolkit#11221) (openvinotoolkit#11592) * Update installing-openvino-windows-header.md * Update docs/install_guides/installing-openvino-windows-header.md Co-authored-by: Karol Blaszczak <[email protected]> Co-authored-by: Sebastian Golebiewski <[email protected]> * Update Yocto documentation for 2022.1 (openvinotoolkit#11655) * installing-openvino-yocto.md: fix install instructions (openvinotoolkit#10785) Change _ to : as per the new override syntax. Signed-off-by: Anuj Mittal <[email protected]> * installing-openvino-yocto: update for 2022.1 Update the branch to be used for 2022.1 and remove reference to -staticdev package which isn't generated anymore. Signed-off-by: Anuj Mittal <[email protected]> * DOCS-hetero_alignment_changes (openvinotoolkit#11643) Align the HETERO article with the AUTO and MULTI template * Fix CI on Windows (openvinotoolkit#11659) - fix pip requirements in OMZ - fix cpuFuncTests on AlderLake * Docs multiplugin page-wide tabs merge (openvinotoolkit#11461) * Update multi_device.md * druga runda * runda trzecia 11 * Update docs/OV_Runtime_UG/multi_device.md * Update docs/OV_Runtime_UG/multi_device.md * Update docs/OV_Runtime_UG/multi_device.md * Update docs/OV_Runtime_UG/multi_device.md * Update docs/OV_Runtime_UG/multi_device.md * Update docs/OV_Runtime_UG/multi_device.md * Update docs/OV_Runtime_UG/multi_device.md * Update docs/OV_Runtime_UG/multi_device.md * Update docs/OV_Runtime_UG/supported_plugins/Device_Plugins.md * correct post review * align the property table * Update docs/OV_Runtime_UG/auto_device_selection.md * Update docs/OV_Runtime_UG/multi_device.md Co-authored-by: Yuan Xu <[email protected]> * Update docs/OV_Runtime_UG/multi_device.md Co-authored-by: Yuan Xu <[email protected]> * Update docs/OV_Runtime_UG/multi_device.md Co-authored-by: Yuan Xu <[email protected]> * Update docs/OV_Runtime_UG/multi_device.md Co-authored-by: Yuan Xu <[email protected]> * Update docs/OV_Runtime_UG/multi_device.md Co-authored-by: Yuan Xu <[email protected]> * Update docs/OV_Runtime_UG/multi_device.md Co-authored-by: Yuan Xu <[email protected]> * Update docs/OV_Runtime_UG/supported_plugins/Device_Plugins.md Co-authored-by: Yuan Xu <[email protected]> * Update docs/OV_Runtime_UG/supported_plugins/Device_Plugins.md Co-authored-by: Yuan Xu <[email protected]> * Update docs/OV_Runtime_UG/supported_plugins/Device_Plugins.md Co-authored-by: Yuan Xu <[email protected]> * Update docs/OV_Runtime_UG/supported_plugins/Device_Plugins.md Co-authored-by: Yuan Xu <[email protected]> Co-authored-by: Yuan Xu <[email protected]> * Fix compilation error in docs snippets (openvinotoolkit#11675) * plugin api separate config (openvinotoolkit#11109) * Revert "plugin api separate config (openvinotoolkit#11109)" (openvinotoolkit#11705) This reverts commit 3249e61. * Fix a heading in Auto (openvinotoolkit#11743) * fix the heading * fix headings * Docs: Add source code links to OpenVINO Samples (openvinotoolkit#11803) * Docs: Add links to Samples source code on GitHub * Add link to source code on GitHub * Add link to source code on GitHub * Add link to source code on GitHub * Add link to source code on GitHub * Add link to source code on GitHub * Add link to source code on GitHub * Add link to source code on GitHub * Add link to source code on GitHub * Add link to source code on GitHub * Add link to source code on GitHub * Add link to source code on GitHub * Add link to source code on GitHub * Add link to source code on GitHub * Add link to source code on GitHub * Add link to source code on GitHub * Add link to source code on GitHub * Update docs/OV_Runtime_UG/Samples_Overview.md * Update samples/c/hello_classification/README.md * Update samples/c/hello_nv12_input_classification/README.md * Update samples/cpp/classification_sample_async/README.md * Update samples/cpp/hello_classification/README.md * Update samples/cpp/hello_nv12_input_classification/README.md * Update samples/python/classification_sample_async/README.md * Update samples/python/hello_classification/README.md * Update samples/python/hello_query_device/README.md * Update samples/python/hello_reshape_ssd/README.md * Update samples/python/speech_sample/README.md * Update samples/cpp/hello_query_device/README.md * Update samples/cpp/speech_sample/README.md * Update samples/cpp/hello_reshape_ssd/README.md * Update samples/cpp/model_creation_sample/README.md Co-authored-by: Karol Blaszczak <[email protected]> * Docs: Add links to specific object detection examples (openvinotoolkit#11820) * Docs: Add links to object detection examples * Docs: Add links to specific examples * Docs: Add links to specific examples * Update docs/MO_DG/prepare_model/convert_model/tf_specific/Convert_YOLO_From_Tensorflow.md Co-authored-by: Karol Blaszczak <[email protected]> * Docs: Add that ONNX models are compatible with OpenVINO (openvinotoolkit#11821) * Docs: Add that ONNX models are compatible with OpenVINO * Update docs/MO_DG/prepare_model/convert_model/Convert_Model_From_ONNX.md Co-authored-by: Karol Blaszczak <[email protected]> * Docs: Add links to info on benchmark application (openvinotoolkit#11822) * Docs: Add link to benchmark_app * Docs: Add link to benchmark_app * Docs: Add link to benchmark_app * DOCS-add supported PdPd models_port (openvinotoolkit#11804) (openvinotoolkit#11827) * fix formatting (openvinotoolkit#11904) * DOCS-nncf_rephrasing-port openvinotoolkit#11997 (openvinotoolkit#12007) * Puts page switch parameters in alphabetic order to support S3 (openvinotoolkit#11960) (openvinotoolkit#11966) * Puts page switch parameters in alphabetic order to support S3 (openvinotoolkit#11960) Signed-off-by: intelkevinputnam <[email protected]> Co-authored-by: intelkevinputnam <[email protected]> * DOCS-restore_gsearch_comma (openvinotoolkit#11980) Co-authored-by: Kevin Putnam <[email protected]> Co-authored-by: intelkevinputnam <[email protected]> Co-authored-by: Piotr Milewski <[email protected]> * Install only proper GNA library files (openvinotoolkit#11243) * If CMAKE_BUILD_TYPE is not set - set it to 'Release' by default (openvinotoolkit#11026) This behavior is already used by default because ONNX is enabled by default and thirdparty/onnx/onnx/CMakeLists.txt forcing CMAKE_BUILD_TYPE to Release if it is not set It fixes the following issues: - When ONNX frontend is disabled - source is built for Debug, which is very unexpected comparing to Release with ONNX frontend enabled - When ONNX frontend is disabled, even libopenvino.so could not be built due to some generated makefiles issues It is set to 'Release' (not to 'Debug') to comply with default behavior when ONNX is enabled (it is default option working for most users) * Build with system TBB (openvinotoolkit#11244) * Build with system TBB * Fixes * Check whether system TBB is available * Try to fix ONNX Runtime build with system TBB * Test * Fixed compilation of threading.cpp * Fixed unset of cache dirs * Limit dearch paths of TBB * Try to enable pip packages with custom TBB * Fix for TBB 2021.2 * Install only needed TBB libraries * Install TBB from system to pip package * Reverted usage of TBBROOT * Fixed oneTBB case * Try to fix Android * Escape some paths * Added samples path * Fixed TBBBind usage for case of system TBB * Disabled TBBBind usage for oneTBB (openvinotoolkit#11386) * Tbb 2018 and older usage (openvinotoolkit#11411) * fixed TBB * Fixed compilation with old TBBs * Fixed installation for custom provided TBB * Fixed detection of sample type c / cpp (openvinotoolkit#11444) * Tbb: download only if system libraries are not found (openvinotoolkit#11415) * Download custom TBB on demand * Download TBBBind on demand * Fixed install steps * FIxes * Don't use system TBB * Fixed WIndows backslash paths * Revert "Install only proper GNA library files (openvinotoolkit#11243)" This reverts commit 8a1a6e8. * Limit ONNX version (openvinotoolkit#11949) OV does not currently support opset 17 introduced in onnx 1.12 release. * setupvars.sh: Removing extra semicolon, which breaks glibc build (openvinotoolkit#11849) This extra semicolon creates an output as example below. The extra '::' is equivalent to add '.' as part of the LD_LIBRARY_PATH. This breaks glibc build, and very often creates weird issue when launch commands from different path. ...inference_engine/external/tbb/lib::/opt/intel/openvino_2021/... We also noticed that :${parameter:+:$parameter} is widely used in this file. Please review the code and fix as needed. * Updated setupvars scripts * Install external / user provided TBB as well * Remove protobuf requirements in python bindings (openvinotoolkit#11886) * Fixes for cases when TBB_DIR env var is set * Disable loading of v7 reader for new IR versions (openvinotoolkit#12252) * Disable loading of v7 reader for new IR versions * Try to fix CI * Fixed PDPD frontend * Fixed error message creation * Fixed newAPI for case if core was removed (openvinotoolkit#12207) * Fixed newAPI for case if core was removed * Fixed code style * Fixed typo * Use new API by default * Create core with template plugin * Added doxygen comment * Updated build_samples.sh not to call make command * Fixes * Don't use make in build_samples.sh script * Limit protobuf version * Fix for Include dirs * [PyOV] Fix bugbear's B023 (openvinotoolkit#12040) * Sync .github/workflows/py_checks.yml with master * Revert "Sync .github/workflows/py_checks.yml with master" This reverts commit 9ae2dd9. * Change quotes * Revert "Sync .github/workflows/py_checks.yml with master" This reverts commit 9ae2dd9. * Add static shared_objects map in FEM - add unit tests for frontend lib close - not use static FEM in ie network reader - add main for gtest which can use manifest file to filter tests * Move library pointers map to manger impl - add to manger impl method to make frontend from loaded plugin * Add shutdown function to ov namespace it cleans the static resources * Revert changes related to linking mian for tests * Add python binding to ov::openvino_shutdown * Renamed shutdown method and added to legacy C++ API * Added C bindings * Remove redundant files * Fixed code style * Cpp fix of python segfault, reverted pybind workaround (openvinotoolkit#10749) * test fix of segfault * styles applied * added keep_alive to pybind * remove redundant code * fix json tests * review remarks * introduced correct path to dlls in CI * removing passing path via env variable * introduced cpp solution * remove keep alive * review remarks * remove explicit removing model * removed shared_objects from ir frontend * core test updated * unified approach to handle extensions by frontends * added nullptr check * Revert "added nullptr check" This reverts commit 666f5e4. * Revert "unified approach to handle extensions by frontends" This reverts commit bf85ac2. * m_extensions declaration in Frontend * added assert * Revert "Disable loading of v7 reader for new IR versions (openvinotoolkit#12252)" This reverts commit 60ee201. * Removed old headers from OV 2.0 API * FIxed clang * [OMZ]: update submodule * Fixed sampes build * Fixed tets build * Fixed docs compilation * Disable ARM plugin build * Disable MO * Revert "FIxed clang" This reverts commit 8ebc869. * Revert "Removed old headers from OV 2.0 API" This reverts commit 4e64eb2. * Revert "Disable ARM plugin build" This reverts commit 54f805c. * Removed lib_close tests Co-authored-by: Sergey Lyubimtsev <[email protected]> Co-authored-by: Karol Blaszczak <[email protected]> Co-authored-by: Maxim Vafin <[email protected]> Co-authored-by: Tatiana Savina <[email protected]> Co-authored-by: Yuan Xu <[email protected]> Co-authored-by: Yuan Hu <[email protected]> Co-authored-by: Andrey Zaytsev <[email protected]> Co-authored-by: Maksim Kutakov <[email protected]> Co-authored-by: Sergey Lyalin <[email protected]> Co-authored-by: Ivan Tikhonov <[email protected]> Co-authored-by: Ilya Churaev <[email protected]> Co-authored-by: Nikolay Tyukaev <[email protected]> Co-authored-by: Ekaterina Aidova <[email protected]> Co-authored-by: Evgenya Stepyreva <[email protected]> Co-authored-by: Maxim Shevtsov <[email protected]> Co-authored-by: Ilya Naumov <[email protected]> Co-authored-by: Alexey Suhov <[email protected]> Co-authored-by: Chen Peter <[email protected]> Co-authored-by: Vladimir Dudnik <[email protected]> Co-authored-by: Alexey Lebedev <[email protected]> Co-authored-by: Anastasia Kuporosova <[email protected]> Co-authored-by: Eddy Kim <[email protected]> Co-authored-by: Helena <[email protected]> Co-authored-by: Alexander Kozlov <[email protected]> Co-authored-by: Alexander Zhogov <[email protected]> Co-authored-by: Evan <[email protected]> Co-authored-by: FanJiangIntel <[email protected]> Co-authored-by: Sebastian Golebiewski <[email protected]> Co-authored-by: Anuj Mittal <[email protected]> Co-authored-by: Mateusz Tabaka <[email protected]> Co-authored-by: Kevin Putnam <[email protected]> Co-authored-by: intelkevinputnam <[email protected]> Co-authored-by: Piotr Milewski <[email protected]> Co-authored-by: Mikhail Nosov <[email protected]> Co-authored-by: Tomasz Jankowski <[email protected]> Co-authored-by: stephenli2000 <[email protected]> Co-authored-by: Artur Kulikowski <[email protected]> Co-authored-by: Jan Iwaszkiewicz <[email protected]> Co-authored-by: p-wysocki <[email protected]> Co-authored-by: Raasz, Pawel <[email protected]> Co-authored-by: Mateusz Bencer <[email protected]>
This reverts commit a92d3cf.
This reverts commit d08a3f5.
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: