Ilya Lavrenov
97532622cb
Fixes for deployment manager ( #17899 )
2023-06-08 18:31:55 +04:00
Ilya Lavrenov
2799fe9855
Install all python build artifacts to a single folder ( #17883 )
2023-06-05 18:12:17 +02:00
Ilya Lavrenov
8b215ca363
Upgrade vresions to 2023.1 in packaging ( #17626 )
2023-05-19 18:07:05 +04:00
Artyom Anokhov
2a01695370
Deployment Manager: updated configs with 2023.0.0 layout and versions ( #16633 )
2023-03-29 19:34:26 +02:00
Artyom Anokhov
8d2eae95a7
Port changes for installing GPU driver from 2022.3 branch ( #15408 )
...
* Port changes for installing GPU driver from 2022.3 branch.
* install_openvino_dependencies: Fixed syntax after ShellCheck
---------
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com >
2023-02-08 18:37:51 +04:00
Ilya Lavrenov
c4eeecfec5
Remove myriad plugin ( #15131 )
...
* Removed Intel MYRIAD plugin
* Removed Intel MYIAD from CI files
* Removed Intel MYRIAD from cmake folder
* Removed MYRIAD, HDDL from samples
* Removed MYRIAD, HDDL from scripts folder
* Removed MYRIAD from bindings folder (C and Python API)
* Removed MYRIAD tests
* Removed MYRIAD from tests folder
* Removed MYRIAD from tools folder
* Removed HDDL (VAD), MYRIAD (NSC2) from documentation
* Fixed build for AUTO unit tests
* Fixed clang code style
* Fixed comments and issues
* removed MYRIAD from AUTO tests
* Disabled MULTI tests in CI
* Update docs/OV_Runtime_UG/auto_device_selection.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/deployment/local-distribution.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
2023-01-18 15:19:44 +04:00
Artyom Anokhov
4705f54c68
[Deployment Manager Configs] Updated with actual 2022.3.0 structure ( #14322 )
...
* Deployment Manager Configs: Updated with actual 2022.3.0 structure
* Deployment Manager cfgs: filled with symlinks for macos and linux. Fixed naming for Python
* Update tools/deployment_manager/configs/linux.json
* Update tools/deployment_manager/configs/darwin.json
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com >
2022-12-12 22:10:16 +04:00
Przemyslaw Wysocki
520b9ff68c
[PyOV] Disallow Python 3.6 usage ( #13240 )
...
* Remove py3.6 constraints
* Cleanup out of date python versions
* Bump pybind11 to v2.10.1 release tag
* [PyOV] Fix wheel requirements for new package versions
Co-authored-by: jiwaszki <jan.iwaszkiewicz@intel.com >
2022-11-06 10:45:42 +04:00
Ilya Lavrenov
a883dc0b85
DOCS: ported changes from 2022.1 release branch ( #11206 )
...
* 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 <ivan.tikhonov@intel.com >
* Minor fixes in extension snippets
* Small grammar fix
Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com >
Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com >
* DOCS: transition banner (#10973 )
* transition banner
* minor fix
* update transition banner
* updates
* update custom.js
* updates
* updates
* Documentation fixes (#11044 )
* Benchmark app usage
* Fixed link to the devices
* More fixes
* Update docs/OV_Runtime_UG/multi_device.md
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com >
* Removed several hardcoded links
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com >
* Updated documentation for compile_tool (#11049 )
* Added deployment guide (#11060 )
* Added deployment guide
* Added local distribution
* Updates
* Fixed more indentations
* Removed obsolete code snippets (#11061 )
* Removed obsolete code snippets
* NCC style
* Fixed NCC for BA
* Add a troubleshooting issue for PRC installation (#11074 )
* updates
* adding gna to linux
* add missing reference
* update
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com >
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com >
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com >
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com >
* Update docs/install_guides/installing-model-dev-tools.md
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com >
* 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 <sergey.lyubimtsev@intel.com >
* DOCS: fixed hardcoded links (#11100 )
* Fixes
* Use links
* applying reviewers comments to the Opt Guide (#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 <andrey.zaytsev@intel.com >
* [80085] New images for docs (#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
* Benchmarks 2022 1 (#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
* Add info about Docker images in Deployment guide (#11136 )
* Renamed user guides (#11137 )
* fix screenshot (#11140 )
* More conservative recommendations on dynamic shapes usage in docs (#11161 )
* More conservative recommendations about using dynamic shapes
* Duplicated statement from C++ part to Python part of reshape doc (no semantical changes)
* Update ShapeInference.md (#11168 )
* Benchmarks 2022 1 updates (#11180 )
* Updated graphs
* Quick fix for TODO in Dynamic Shapes article
* Anchor link fixes
* Fixed DM config (#11199 )
* DOCS: doxy sphinxtabs (#11027 )
* initial implementation of doxy sphinxtabs
* fixes
* fixes
* fixes
* fixes
* fixes
* WA for ignored visibility attribute
* Fixes
Co-authored-by: Sergey Lyalin <sergey.lyalin@intel.com >
Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com >
Co-authored-by: Nikolay Tyukaev <nikolay.tyukaev@intel.com >
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com >
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
Co-authored-by: Maxim Shevtsov <maxim.y.shevtsov@intel.com >
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
Co-authored-by: Ilya Naumov <ilya.naumov@intel.com >
Co-authored-by: Evgenya Stepyreva <evgenya.stepyreva@intel.com >
2022-03-24 22:27:29 +03:00
Artyom Anokhov
2b4ee3d937
Fix Deployment Manager configs for MacOS and Win-HDDL target (master) ( #11000 )
...
* DM configs: Updated path for MacOS. Removed MovidiusDriver for HDDL target for Windows
* DM config MacOS: Updated name for libov_runtime
2022-03-17 12:45:07 +03:00
Ilya Lavrenov
f2f281e60b
Renamed ov_runtime => openvino, ov_ => openvino_ prefix ( #10069 )
...
* Renamed ov_runtime => openvino, ov_ => openvino_ prefix
* Coverage fix
* More fixes
* Fixed MO tests with custom FE
2022-02-03 20:03:41 +03:00
Artyom Anokhov
f57be8fdd8
configs: Updated path to licensing ( #10102 )
2022-02-03 15:24:40 +03:00
Anton Dudchenko
89b88af28d
[VPU] Rename INTEL_VPU to INTEL_MYRIAD, move thirdparty and vpu_dependencies ( #9827 )
...
* Rename INTEL_VPU to INTEL_MYRIAD, move thirdparty and vpu_dependencies
* Fix thirdparty
* Rename HDDL
* Remove unused files
* Fix HDDL
* Add path to mvnc
* Fix installation on Linux
* Remove thirdparty dir from codeowners
* Move new files
* Remove IE_MAIN_SOURCE_DIR dependencies
Co-authored-by: Maksim Doronin <maksim.doronin@intel.com >
2022-01-31 16:58:33 +03:00
Alexey Suhov
a79830cb55
Update year to 2022 in copyright notice ( #9755 )
2022-01-19 01:07:49 +03:00
Anton Dudchenko
eb299f819e
[IE][VPU] Rename and move VPU plugin to src/plugins ( #9110 )
...
* [IE][VPU] Rename and move VPU plugin to src/plugins
* Update some dependencies
* Change .md
* Update some dependencies
* Update some dependencies (again)
* I'll rename this one
* Remove ENABLE_MYRIAD arg
* Update XLink.cmake
* Update thirdparty CMakeList
* Minor fixes
2022-01-14 14:02:08 +03:00
Artyom Anokhov
2538ae5da1
[Deployment Manager] Remove Python common component from configs ( #9448 )
...
* Deployment Manager configs: Remove `Python common` component
* Dpeloyment Manager configs: Fixed misprint
* DM configs: Fixed JSON syntax
* DM darwin.json: Removed double comma
2021-12-27 17:17:22 +03:00
Artyom Anokhov
a94a6a774e
DeploymentManager::configs: Removed OpenCV component with their python folder. ( #9367 )
...
DeploymentManager::main: Refactored code with python-black module. Added compressing for Win-archives. Added shortcuts for options.
2021-12-23 13:48:17 +03:00
Vladislav Volkov
60a11a6348
[CPU] Renamed CPU plugin to ov_intel_cpu_plugin ( #9342 )
2021-12-23 11:49:25 +03:00
Ivan Tikhonov
0bbda24186
Paddle FrontEnd Refactoring ( #9157 )
...
* Refactor PaddlePaddle FrontEnd
* Codestyle
* FrontEnd,InputModel,Place base classes -> abstract, renamed model file
* Fix unit tests
* fix unit tests
* ngraph:: to ov::
* Rename frontends dir to frontend
* Rename paddlepaddle to paddle; pdpd to paddle
* add missing file
* codestyle
* Remove local change
* paddlepaddle -> paddle for azure configs and .md files
* fix package name, fix config files
* Fix win build
* Revert Broadcast/AutoBroadcast changes
* codestyle
* fix FronEnd class
* fix ngraph_cpp_api.config
* codestyle
* merge master
* fix build
* refactoring; revert broadcast/autobroadcast changes
* codestyle
* fix MacOS config
2021-12-22 11:20:54 +03:00
Ilya Churaev
b5238e55e1
Removed inference_engine, ngraph, transformations libraries ( #9309 )
2021-12-21 05:27:53 +03:00
Ilya Churaev
be86ec51ab
Renamed frontends from *ov_frontend to ov_*_frontend ( #9275 )
...
* Renamed frontends from *ov_frontend to ov_*_frontend
* Fixed MO
* Fixed include
2021-12-18 13:25:42 +03:00
Ilya Lavrenov
11f0ec8f46
Legacy as STATIC ( #5691 )
...
* Legacy library is static
* Don't export symbols from legacy
* LEgacy only for cnn_network_ngraph_impl.cpp
* Removed Windows specific functions calls
* Use static_cast
* Fixed Windows
* Removed legacy library to DM configs
2021-12-13 13:02:53 +03:00
Mikhail Ryzhov
40691e9cc5
[GNA] Renamed plugin and moved it to new place ( #8944 )
...
* Renamed plugin
* Changed plugin source dir
* Fixed tests
* Renamed ENABLE_GNA to ENABLE_INTEL_GNA
* Fixed centos compile error
* One more renaming place
* HF for centos 7
* renamed the name in version api
* Fixed CI configurations
* Disabled GNA plugin for old gcc (<=5.4)
* Fixed Azure Win job
2021-12-06 13:00:35 +03:00
Wang, Yang
83a7d9bda3
[AUTO Plugin] Rename Multi plugin to ov_multi_plugin and move the src files to new ( #8885 )
...
place.
Signed-off-by: Wang, Yang <yang4.wang@intel.com >
2021-12-06 05:58:05 +03:00
Vladimir Paramuzov
0f667b90ff
[GPU] Renamed GPU plugin to ov_intel_gpu_plugin ( #8957 )
2021-12-02 11:06:00 +03:00
Ilya Churaev
7678ab2b18
Move hetero plugin ( #8872 )
2021-11-29 14:05:08 +03:00
Maxim Vafin
2f612f776b
Define common frontend ( #8110 )
...
* Rename and reorganize frontend_manager
* Apply codestyle
* Fix installing headers
* Fix codestyle
2021-11-24 18:56:05 +03:00
Mikhail Nosov
2245ea8be2
[FrontEnd] Rename all frontends from "*_ngraph_frontend*" to "_ov_frontend*" ( #8645 )
...
* Renaming all frontends from "*_ngraph_frontend*" to "_ov_frontend*"
Also Debug builds on Windows release frontends without "d" suffix will not be loaded
* Fix review comments and add wheels test debug prints
* More debug prints
* Load by absolute path and remove debug prints
2021-11-18 09:26:13 +03:00
Artyom Anokhov
f20f4d024c
Deployment Manager CFGs: Added paddlepaddle_ngraph_frontend lib as core part ( #8322 )
2021-11-02 18:23:48 +03:00
Artyom Anokhov
6908023a42
config.py: Updated routing due to new place of DM tool. ( #8230 )
...
config/*.json: Updated list of files due to current layout
2021-10-28 10:50:09 +03:00
Gleb Kazantaev
07d9b51121
Replace IR Reader With IR Frontend ( #7249 )
...
* Replace IR Reader With IR Frontend
2021-09-20 23:17:22 +03:00
Roman Donchenko
8598ce89a3
Add missing spaces between words in string literals ( #7540 )
...
And in one case, a missing period.
2021-09-20 15:38:49 +03:00
Ilya Lavrenov
0df7dab345
New IRC package structure ( #6255 )
...
* OV new package structure
* Fixes
* More fixes
* Fixed code style in ngraph tests
* Fixes
* Paths to setupvars inside demo scripts
* Fixed demo_security_barrier_camera.sh
* Added setupvars.sh to old location as well
* Fixed path
* Fixed MO install path in .co
* Fixed install of public headers
* Fixed frontends installation
* Updated DM config files
* Keep opencv in the root
* Improvements
* Fixes for demo scripts
* Added path to TBB
* Fix for MO unit-tests
* Fixed tests on Windows
* Reverted arch
* Removed arch
* Reverted arch back: second attemp
* System type
* Fix for Windows
* Resolve merge conflicts
* Fixed path
* Path for Windows
* Added debug for Windows
* Added requirements_dev.txt to install
* Fixed wheel's setup.py
* Fixed lin build
* Fixes after merge
* Fix 2
* Fixes
* Frontends path
* Fixed deployment manager
* Fixed Windows
* Added cldnn unit tests installation
* Install samples
* Fix samples
* Fix path for samples
* Proper path
* Try to fix MO hardcodes
* samples binary location
* MO print
* Added install for libopencv_c_wrapper.so
* Added library destination
* Fixed install rule for samples
* Updated demo scripts readme.md
* Samples
* Keep source permissions for Python samples
* Fixed python
* Updated path to fast run scripts
* Fixed C samples tests
* Removed debug output
* Small fixes
* Try to unify prefix
2021-09-15 16:49:11 +03:00
Ilya Lavrenov
72fb7d207c
Merge tools and inference_engine/tools folders ( #7359 )
...
* Merge tools folders
* Fixed docs
* Moved deployment_manager
* Fixed path to benchmark_tool docs
* python_tools -> python_tools_benchmark
2021-09-07 12:43:33 +03:00