Paul Youngsoo Ahn
d544787254
[GPU] Fix default value of KEY_GPU_MODEL_PRIORITY ( #8398 )
2021-11-04 12:49:00 +03:00
Mateusz Tabaka
3fc210af21
Reimplement Extension.OnnxModelWith* cases w/o model in source code ( #8112 )
...
Ticket: 62567
2021-11-03 14:43:44 +03:00
Paul Youngsoo Ahn
ece45630f0
[GPU] Set affinity TBB using CPUStreamsExecutor ( #7738 ) ( #7738 )
2021-11-03 11:50:55 +03:00
Anastasia Kuporosova
3251e0cbc3
[Samples] Move C samples to the new samples directory ( #8021 )
...
* [Samples] Move C samples to the new samples directory
* fix samples
* [Samples] Move C samples to the new samples directory
* fix samples
* code reivew inspired fixes
* rename folder to lower case
* move ENABLE_SAMPLES cond level up, fix readmes
* fix ref in doc
* fix install path
* fix install of samples to tests
Co-authored-by: Vladimir Dudnik <vladimir.dudnik@intel.com >
2021-11-01 12:59:09 +03:00
Ilya Churaev
4122ef50d6
Introduce OV Extension base api ( #7562 )
...
* Moved so loader to utils
* Fixed extension tests
* Fixed tests and style
* Fixed style and tests
* Fixed ARM build
* Fix windows
* Fix ieFuncTests
* Wrap runtime exception
* Fixed tests
* Added separate new extension
* Fixed unicode extension loading
* Try to fix windows
* Fixed windows
* Fixed macro
* Fixed doc
* Fixed build
* Fixed comments
* Try to fix build
* Fixed build
* Fixed build
* Fixed shared_from_this
* Temp commit
* Changed extension
* Fixed merge conflicts
* Removed ngraph namespace from new extensions
* Fixed code style
* Added core add_extension methods and tests
* Added new tests
* Implement tile operation
* Enabled new extensions support
* Fixed build
* Fixed code style
* Try to fix windows
* Changed base extension class
* Removed redundant Ptr
* Fixed comments
* Fixed friend decl
* Fixed Windows export
* Fixed centos
* Added template add_extension method
* Move destructor to public
* Removed BaseExtension class
* Added variadic add_extension methods
* Fixed doc and typo
* Added BaseOpDestructor
* Allow to create new extension only for new operations
* Revert tests
* Fixed comments
* Fixed comments
* Fixed comment
* Added SO Extension wrapper
2021-11-01 10:36:30 +03:00
Bo Liu
d5a5dc1aa1
doc of paddle 2nd batch operations support ( #7952 )
...
* doc of paddle 2nd batch operations support
* Modified based on UX/DX Team feedback
* update the example command in Convert_Model_From_Paddle.m
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
Co-authored-by: meiyang-intel <yang.mei@intel.com >
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
2021-10-27 02:02:21 +03:00
Vladimir Paramuzov
6f754052cf
[GPU] Extended remote context to accept user queue ( #6235 )
...
* [GPU] extended remote context to accept user queues for each stream
* [GPU] OV2.0 API for queue sharing. Removed deviceName arg for context creation
2021-10-21 10:45:25 +03:00
Yuan Hu
3a909a7f5f
replace AUTO_DEVICE_LIST with MULTI_DEVICE_PRIORITY in test cases ( #7932 )
...
* replace AUTO_DEVICE_LIST with MULTI_DEVICE_PRIORITY in test case
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com >
* remove KEY_AUTO_DEVICE_LIST
Signed-off-by: Hu, Yuan2 <yuan2.hu@intel.com >
2021-10-20 19:44:58 +03:00
Anastasia Kuporosova
799be77e33
[Python API] Move samples and docs to the new directory ( #7851 )
...
* [Python API] Move samples and docs to the new directory
* move samples to the new directory
* try to fix build and pychecks
* fix links
* fix pychecks
* fix cmake
* fix cpack installation
* Update inference-engine/ie_bridges/python/CMakeLists.txt
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com >
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com >
2021-10-14 14:49:35 +03:00
Andrew Kwangwoong Park
4e2cc3e370
[GPU] Add GPU plugin metric to get statistics of GPU memory allocated by engine ( #7758 )
2021-10-13 05:40:51 +03:00
Ilya Lavrenov
bd29f64570
Build IR FE with plugins ( #7593 )
...
* Build IR FE with plugins
* Add paddlepaddle
2021-09-23 10:41:33 +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
b373cb844b
Removed information about FPGA plugin ( #7474 )
2021-09-13 14:01:49 +03:00
Ilya Lavrenov
a952540edf
Openvino cmake config ( #7419 )
...
* Added OpenVINOConfig.cmake
* OpenVINOConfig.cmake part 2
* Trying to fix cmake generation
* Fixes
* Export frontends as well
* Fixed condition
* Added OpenVINO cmake package usage: docs, C samples
* Use more OpenVINO config
* Install OpenVINOConfig.cmake
* Trying to fix private plugins
* Trying to fix .tox
* Trying to fix ARM
* Fixed samples build
* Explicit ngraph duplicated targets
* Fixed fuzzing tests build
* Added IR frontend installation
* Removed install directory for IE reader
* Removed IR frontend from export list
* Reverted ngraph_DIR
* Try to fix .tox
* Fixed ieFuncTests with ONNX extensions
* Attempt #2
* Trying to fix ngraph setup.py
* Fix
* Trying to fix ONNX ngraph .tox CI
* Trying to remove spaces
* Fixed ngraph_DIR -> OpenVINO_DIR
* Removed junk files
* Try to fix ngraph wheel
* Try to fix ie_wheel
* Try to fix ngraph wheel
2021-09-10 15:31:27 +03:00
Andrey Zaytsev
322c874113
Feature/azaytsev/cherry picks from 2021 4 ( #7389 )
...
* Added info on DockerHub CI Framework
* Feature/azaytsev/change layout (#3295 )
* Changes according to feedback comments
* Replaced @ref's with html links
* Fixed links, added a title page for installing from repos and images, fixed formatting issues
* Added links
* minor fix
* Added DL Streamer to the list of components installed by default
* Link fixes
* Link fixes
* ovms doc fix (#2988 )
* added OpenVINO Model Server
* ovms doc fixes
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com >
* Updated openvino_docs.xml
* Updated the link to software license agreements
* Revert "Updated the link to software license agreements"
This reverts commit 706dac500e .
* Updated legal info (#6409 )
# Conflicts:
# thirdparty/ade
* Cherry-pick 4833c8db72
[DOCS]Changed DL WB related docs and tips (#6318 )
* changed DL WB related docs and tips
* added two tips to benchmark and changed layout
* changed layout
* changed links
* page title added
* changed tips
* ie layout fixed
* updated diagram and hints
* changed tooltip and ref link
* changet tooltip link
* changed DL WB description
* typo fix
# Conflicts:
# docs/doxygen/ie_docs.xml
# thirdparty/ade
* Cherry-pick 6405
Feature/azaytsev/mo devguide changes (#6405 )
* MO devguide edits
* MO devguide edits
* MO devguide edits
* MO devguide edits
* MO devguide edits
* Experimenting with videos
* Experimenting with videos
* Experimenting with videos
* Experimenting with videos
* Experimenting with videos
* Experimenting with videos
* Experimenting with videos
* Experimenting with videos
* Experimenting with videos
* Additional edits
* Additional edits
* Updated the workflow diagram
* Minor fix
* Experimenting with videos
* Updated the workflow diagram
* Removed Prepare_Trained_Model, changed the title for Config_Model_Optimizer
* Rolled back
* Revert "Rolled back"
This reverts commit 6a4a3e1765 .
* Revert "Removed Prepare_Trained_Model, changed the title for Config_Model_Optimizer"
This reverts commit 0810bd534f .
* Fixed ie_docs.xml, Removed Prepare_Trained_Model, changed the title for Config_Model_Optimizer
* Fixed ie_docs.xml
* Minor fix
* <details> tag issue
* <details> tag issue
* Fix <details> tag issue
* Fix <details> tag issue
* Fix <details> tag issue
# Conflicts:
# thirdparty/ade
* Cherry-pick #6419
* [Runtime] INT8 inference documentation update
* [Runtime] INT8 inference documentation: typo was fixed
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Table of Contents was removed
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
# Conflicts:
# docs/IE_DG/Int8Inference.md
# thirdparty/ade
* Cherry pick (#6437 )
* Q2 changes
* Changed Convert_RNNT.md
Co-authored-by: baychub <cbay@yahoo.com >
# Conflicts:
# docs/IE_DG/Int8Inference.md
# docs/install_guides/installing-openvino-conda.md
# docs/install_guides/pypi-openvino-dev.md
# thirdparty/ade
* Cherry-pick (#6447 )
* Added benchmark page changes
* Make the picture smaller
* Added Intel® Iris® Xe MAX Graphics
* Changed the TIP about DL WB
* Added Note on the driver for Intel® Iris® Xe MAX Graphics
* Fixed formatting
* Added the link to Intel® software for general purpose GPU capabilities
* OVSA ovsa_get_started updates
* Fixed link
# Conflicts:
# thirdparty/ade
* Cherry-pick #6450
* fix layout
* 4
# Conflicts:
# thirdparty/ade
* Cherry-pick #6466
* Cherry-pick #6548
* install docs fixes
* changed video width
* CMake reference added
* fixed table
* added backtics and table formating
* new table changes
* GPU table changes
* added more backtics and changed table format
* gpu table changes
* Update get_started_dl_workbench.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
# Conflicts:
# thirdparty/ade
* [Runtime] INT8 inference documentation update (#6419 )
* [Runtime] INT8 inference documentation update
* [Runtime] INT8 inference documentation: typo was fixed
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Table of Contents was removed
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
# Conflicts:
# docs/IE_DG/Int8Inference.md
# thirdparty/ade
* Cherry-pick #6651
* Edits to MO
Per findings spreadsheet
* macOS changes
per issue spreadsheet
* Fixes from review spreadsheet
Mostly IE_DG fixes
* Consistency changes
* Make doc fixes from last round of review
* Add GSG build-all details
* Fix links to samples and demos pages
* Make MO_DG v2 changes
* Add image view step to classify demo
* Put MO dependency with others
* Edit docs per issues spreadsheet
* Add file to pytorch_specific
* More fixes per spreadsheet
* Prototype sample page
* Add build section
* Update README.md
* Batch download/convert by default
* Add detail to How It Works
* Minor change
* Temporary restored topics
* corrected layout
* Resized
* Added white background into the picture
* fixed link to omz_tools_downloader
* fixed title in the layout
Co-authored-by: baychub <cbay@yahoo.com >
Co-authored-by: baychub <31420038+baychub@users.noreply.github.com >
# Conflicts:
# docs/doxygen/ie_docs.xml
* Cherry-pick (#6789 ) [59449][DOCS] GPU table layout change
* changed argument display
* added br tag to more arguments
* changed argument display in GPU table
* changed more arguments
* changed Quantized_ models display
# Conflicts:
# thirdparty/ade
* Sync doxygen-ignore
* Removed ref to FPGA.md
* Fixed link to ONNX format doc
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com >
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
Co-authored-by: Edward Shogulin <edward.shogulin@intel.com >
Co-authored-by: Nikolay Tyukaev <nikolay.tyukaev@intel.com >
2021-09-07 19:21:41 +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
Michał Karzyński
d748f2aa99
Remove references to prototxt from documentation and docstrings ( #7346 )
2021-09-03 08:32:43 +03:00
Denis Orlov
e6482037aa
[GNA] Include documentation for GNA3 QoS ( #7046 ) ( #7302 )
...
* [GNA] Include documentation for GNA3 QoS
* Fix according to review
* Fix the driver version
2021-08-31 19:50:27 +03:00
Mateusz Bencer
0e521a1e22
Use ONNX Frontend instead of ONNX Reader ( #7031 )
...
* added get_name
* add support to supported_impl
* remove debug code
* review remarks
* changed name to onnx_experimental
* fixed test
* revert onnx_experimental name
* integrate reader and fe api
* add unit tests
* removed prototxt from model_validator
* reader refactor
* add supress
* Update inference-engine/src/readers/onnx_reader/ie_onnx_reader.cpp
Co-authored-by: Tomasz Dołbniak <tomasz.dolbniak@intel.com >
* fix segfaults
* removed onnx reader
* handle istringstream
* wstring support
* removed saving path
* styles applied
* changed name to onnx experimental
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
* skip onnx_experimental frontend in mo.py
* add support of wstring paths
* fix wstring ctor of InputModelONNX
* added NGRAPH_SUPPRESS
* make one instance of manager
* change onnx_experimental name to onnx
* creation frontend manager refactor
Co-authored-by: Tomasz Dołbniak <tomasz.dolbniak@intel.com >
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
2021-08-26 11:50:53 +03:00
Liu Bo
26c96a44cc
add doc:'Paddle_Support.md' ( #7122 )
...
* add doc:'Paddle_Support.md'
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
* Apply suggestions from code review
* Update docs/IE_DG/Paddle_Support.md
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
2021-08-19 12:55:27 +03:00
Daria Mityagina
ed9b4ada23
Remove deprecated option and enable compilation without device ( #6022 )
2021-08-18 12:31:19 +03:00
Xie Zhengtian
79290a7dc0
[Doc] Add doc for Auto-Device Plugin 2021.4 ( #5982 )
...
* [Doc] Add doc for Auto-Device Plugin 2021.4 (#6190 )
* Add doc for Auto-Device Plugin
Signed-off-by: Zhengtian Xie <zhengtian.xie@intel.com >
* Update doc for auto-device plugin
Signed-off-by: Zhengtian Xie <zhengtian.xie@intel.com >
* Update auto-device plugin doc
* Add openvino_docs_IE_DG_supported_plugins_AUTO into web page
Signed-off-by: Zhengtian Xie <zhengtian.xie@intel.com >
* Update AUTO.md
Co-authored-by: Maxim Shevtsov <maxim.y.shevtsov@intel.com >
2021-08-13 14:23:44 +03:00
Sergey Lyubimtsev
c771b1e2e0
Merge benchmark tools dirs ( #6960 )
...
* add missed __init__.py files
* Update __init__.py
empty line
* Merge infirence_engine/tools/benchmark_tool with tools/benchmark_tool
* Update MD links
* remove benchmark_tool from package_BOM.txt
* add tools folder to the list of Doxygen files
* fix relative paths
* Update index.md
remove extra line
2021-08-12 11:38:03 +03:00
Mateusz Tabaka
3186d4ed6e
Merge onnx_importer to onnx_ngraph_frontend ( #6825 )
...
* Merge onnx_importer to onnx_ngraph_frontend
* address review comments
* use onnx_ngraph_frontend in docs/template_extension
* link onnx_ngraph_frontend instead of onnx_importer
* switch onnxruntime branch to rel-1.8.1_ov_2022.1 in https://github.com/intel/onnxruntime
* Remove pip install cmake since the 1.8.1 release doesnt require it
* add alias
* set IMPORTED_GLOBAL
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com >
2021-08-11 19:01:27 +03:00
Kate Generalova
e6a4803b74
doc: fix Docker install guide ( #7004 )
...
* doc: fix 58710 issue (#6911 )
* doc: refactor docker install guide (#6988 )
* doc: refactor docker install guide
* doc: refactor docker install guide windows
* Update installing-openvino-docker-linux.md
* Update installing-openvino-docker-windows.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* doc fixes (#6438 )
* doc fixes
* doc fix
* doc fix
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
Co-authored-by: Nikolay Tyukaev <nikolay.tyukaev@intel.com >
2021-08-10 23:03:26 +03:00
azhogov
975496df16
Convert *.png and *.bmp files to LFS
2021-07-08 14:06:38 +03:00
Anastasiya Ageeva
d830226d7e
Fixed CVS-58871 ( #6518 )
2021-07-05 21:53:06 +03:00
Ivan Tikhonov
00c8ccc9b5
Update LowLatency2 documentation ( #6266 )
2021-07-02 15:14:40 +03:00
Denis Orlov
9eb5d875cd
[Doc] Reference POT in documentation for GNA plugin ( #6248 ) ( #6346 )
2021-06-25 12:29:33 +03:00
Mikhail Nosov
4a4c3e8ec9
[DOC] Model caching feature overview ( #5519 )
...
* Docs: Model caching feature overview
* Update docs/IE_DG/Intro_to_Performance.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Apply suggestions from code review
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Review comments
- Moved code examples to snippets
- Added link to Model Caching overview from "Inference Engine Developer Guide"
- Few minor changes
* Update docs/IE_DG/Intro_to_Performance.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
2021-06-23 09:33:50 +03:00
Ilya Lavrenov
ad997410c8
Port to master ( #6279 )
...
* add single_layer_test for Interpolate-1 (#6133 )
* Fixed InferenceEngineConfig.cmake usage in include() (#6136 )
* Deprecated API updates (#6252 )
* Fixed links to OMZ / DL Streamer (#6257 )
* Added doxygen deprecation for LowLatency
Co-authored-by: Elena Gvozdeva <elena.gvozdeva@intel.com >
2021-06-22 17:43:17 +03:00
Edward Shogulin
15ee515a88
[Runtime] INT8 inference documentation update ( #5949 )
2021-06-22 13:05:27 +03:00
Ilya Lavrenov
6239ff8a1c
Removed deprecated documentation ( #6253 )
...
* Removed deprecated documentation
* Removed snippets
2021-06-21 08:27:15 +03:00
Maxim Shevtsov
d4f323f3dd
fix wording ( #6108 )
2021-06-09 22:22:47 +03:00
Vladimir Paramuzov
aa4a18dda1
[IE CLDNN] Updated GPU device config ( #6040 )
2021-06-09 09:02:25 +03:00
Maxim Shevtsov
77d8973e91
Perf Intro page brushing ( #5861 )
...
* brushing
* Update Intro_to_Performance.md
2021-06-08 11:10:05 +03:00
Denis Orlov
9de75d9cf1
[Doc] Update the driver link to storage.openvinotoolkit.org ( #6021 )
2021-06-03 17:28:27 +03:00
Dmitry Pigasin
b2abf25218
Python speech sample ( #5322 )
...
* Upload python speech sample draft
* Add function doc strings
* Add the ability to save results to a file
* Add a plugin configuration for GNA to get better accuracy
* Add errors calculation (comparison with a reference)
* Fix flake8 issues
* Add ability to run in hetero mode
* Add ability to load and save numpy format files (.npz)
* Add an error for wrong file extensions & update help message
* Add import and export GNA model options
* Add -we option to export embedded gna model
* Add readme
* Add -oname command line option (Layer names for output blobs)
* Add -iname command line option (Layer names for input blobs)
* Add info about -iname option to README.md
* doc: update readme, fix style
* Add a state reset between inferences
* add reset API to speech README
* doc: remove extra output from README
* remove onnx and TODO, format output
* Add an else branch to the if statement that checks a utterance data type
* Add dummy data for inference if a number of vectors < batch size
* Split the sample into separte files
Co-authored-by: Kate Generalova <kate.generalova@intel.com >
2021-06-01 12:48:02 +03:00
Xie Zhengtian
f58f636ba9
Fix wrong word in multi-device doc ( #5930 )
...
Signed-off-by: Zhengtian Xie <zhengtian.xie@intel.com >
2021-05-31 19:10:15 +03:00
Eunsoo Sheen
d05c3c63b5
[IE CLDNN] Add an initial loop primitive for fixed length sequence ( #4954 )
2021-05-28 11:55:48 +03:00
Ilya Churaev
25999222b4
Added has_evauate to Node API ( #5708 )
2021-05-24 14:57:27 +03:00
Taylor Yeonbok Lee
6ecadc1548
[IE CLDNN] Add description for new CLDNN plugin configuration MAX_NUM_THREADS ( #5582 )
2021-05-12 12:33:24 +03:00
Vladimir Paramuzov
0dc161ad82
[IE CLDNN] Added CACHE_DIR option into docs ( #5592 )
2021-05-11 16:55:33 +03:00
Andrey Zaytsev
5e4cd1127b
Integrate UAT fixes ( #5517 )
...
* Added info on DockerHub CI Framework
* Feature/azaytsev/change layout (#3295 )
* Changes according to feedback comments
* Replaced @ref's with html links
* Fixed links, added a title page for installing from repos and images, fixed formatting issues
* Added links
* minor fix
* Added DL Streamer to the list of components installed by default
* Link fixes
* Link fixes
* ovms doc fix (#2988 )
* added OpenVINO Model Server
* ovms doc fixes
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com >
* Updated openvino_docs.xml
* Edits to MO
Per findings spreadsheet
* macOS changes
per issue spreadsheet
* Fixes from review spreadsheet
Mostly IE_DG fixes
* Consistency changes
* Make doc fixes from last round of review
* integrate changes from baychub/master
* Update Intro.md
* Update Cutting_Model.md
* Update Cutting_Model.md
* Fixed link to Customize_Model_Optimizer.md
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com >
Co-authored-by: baychub <cbay@yahoo.com >
2021-05-06 15:37:13 +03:00
Mikhail Nosov
dde837c4eb
Add InferenceEngine::Core::LoadNetwork(modelPath, deviceName) to API_Changes ( #5514 )
2021-05-05 19:20:38 +03:00
Kate Generalova
2063f17391
fix: doxygen links for samples ( #5365 )
2021-04-23 16:40:08 +03:00
Ilya Lavrenov
02bc98a03f
Removed suppressions for IInferRequest deprecation ( #5310 )
...
* Removed suppressions for IInferRequest deprecation
* Fixed Windows
* More fixes for Windows
* Fixed compilation on Windows
* Fixed comment in documentatipn
* Fixes for Andorid
* Fixes for old gcc 4.8
* WA for cross-compilations
* Fixed compilation
* Fixed HETERO plugin compilation for old compilers
* Flags
Co-authored-by: lab_ddpqa <lab_ddpqa@intel.com >
2021-04-21 16:05:30 +03:00
Andrey Zaytsev
40eba6a2ef
Feature/merge 2021 3 to master ( #5307 )
...
* Feature/azaytsev/cldnn doc fixes (#4600 )
* Legal fixes, removed the Generating docs section
* Removed info regarding generating docs
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com >
* Feature/azaytsev/gna model link fixes (#4599 )
* Added info on DockerHub CI Framework
* Feature/azaytsev/change layout (#3295 )
* Changes according to feedback comments
* Replaced @ref's with html links
* Fixed links, added a title page for installing from repos and images, fixed formatting issues
* Added links
* minor fix
* Added DL Streamer to the list of components installed by default
* Link fixes
* Link fixes
* ovms doc fix (#2988 )
* added OpenVINO Model Server
* ovms doc fixes
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com >
* Updated openvino_docs.xml
* Link Fixes
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com >
* Fix for broken CC in CPU plugin (#4595 )
* Azure CI: Add "ref: releases/2021/3"
* Fixed clone rt info (#4597 )
* [.ci/azure] Enable CC build (#4619 )
* Formula fix (#4624 )
* Fixed transformation to pull constants into Loop body (cherry-pick of PR 4591) (#4607 )
* Cherry-pick of PR 4591
* Fixed typo
* Moved a check into the parameter_unchanged_after_iteration function
* Fixed KW hits (#4638 )
* [CPU] Supported ANY layout for inputs in inferRequest (#4621 )
* [.ci/azure] Add windows_conditional_compilation.yml (#4648 ) (#4655 )
* Fix for MKLDNN constant layers execution (#4642 )
* Fix for MKLDNN constant layers execution
* Single mkldnn::engine for all MKLDNN graphs
* Add workaround for control edges to support TF 2.4 RNN (#4634 )
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com >
* Corrected PyYAML dependency (#4598 ) (#4620 )
5.4.2 is absent on PyPI
* [CPU] Statically analyzed issues. (#4637 )
* Docs api (#4657 )
* Updated API changes document
* Comment for CVS-49440
* Add documentation on how to convert QuartzNet model (#4664 )
* Add documentation on how to convert QuartzNet model (#4422 )
* Add documentation on how to convert QuartzNet model
* Apply review feedback
* Small fix
* Apply review feedback
* Apply suggestions from code review
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Add reference to file
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Fixed bug in assign elimination transformation. (#4644 )
* [doc] Updated PyPI support OSes (#4643 ) (#4662 )
* [doc] Updated PyPI support OSes (#4643 )
* Updated PyPI support OSes
* Added python versions for win and mac
* Update pypi-openvino-dev.md
* Update pypi-openvino-dev.md
* Update pypi-openvino-rt.md
* Update pypi-openvino-dev.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* [IE][VPU]: Fix empty output of CTCGreedyDecoderSeqLen (#4653 )
* Allow the second output of CTCGreedyDecoderSeqLen to be nullptr in cases when it is not used but calculated in the Myriad plugin. In this case, parse the second output as FakeData
* It is a cherry-pick of #4652
* Update the firmware to release version
* [VPU] WA for Segmentation fault on dlclose() issue (#4645 )
* Document TensorFlow 2* Update: Layers Support and Remove Beta Status (#4474 ) (#4711 )
* Document TensorFlow 2* Update: Layers Support and Remove Beta Status
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com >
* Update documentation based on latest test results and feedback
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com >
* Remove ConvLSTM2D from supported layers list
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com >
* Document Dot layer without limitation
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com >
* Address feedback upon DenseFeatures and RNN operations
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com >
* Do a grammar correction
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com >
* Do a grammar correction based on feedback
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com >
* Updated nGraph custom op documentation (#4604 )
* Updated nGraph custom op documentation
* Fixed comments
* [IE CLDNN] Fix missing variable initializations and types (#4669 )
* Fix NormalizeL2 creation in QueryNetwork (cherry pick from master PR 4310) (#4651 )
* Updated documentation about the supported YOLOv3 model from ONNX (#4722 ) (#4726 )
* Restored folded Operations for QueryNetwork (#4685 )
* Restored folded Operations for QueryNetwork
* Fixed comment
* Add unfolded constant operations to supported layers map
* Add STN to list of supported models (#4728 )
* Fix python API for Loop/TensorIterator/Assign/ReadValue operations
* Catch std::except in fuzz tests (#4695 )
Fuzz tests must catch all expected exceptions from IE. IE is using C++ std
library which may raise standard exceptions which IE pass through.
* Docs update (#4626 )
* Updated latency case desc to cover multi-socket machines
* updated opt guide a bit
* avoiding '#' which is interpreted as ref
* Update CPU.md
* Update docs/optimization_guide/dldt_optimization_guide.md
Co-authored-by: Alina Alborova <alina.alborova@intel.com >
* Update docs/optimization_guide/dldt_optimization_guide.md
Co-authored-by: Alina Alborova <alina.alborova@intel.com >
* Update docs/optimization_guide/dldt_optimization_guide.md
Co-authored-by: Alina Alborova <alina.alborova@intel.com >
* Update docs/optimization_guide/dldt_optimization_guide.md
Co-authored-by: Alina Alborova <alina.alborova@intel.com >
* Update docs/optimization_guide/dldt_optimization_guide.md
Co-authored-by: Alina Alborova <alina.alborova@intel.com >
Co-authored-by: Alina Alborova <alina.alborova@intel.com >
* Blocked dims hwc 2021/3 (#4729 )
* Fix for BlockedDims
* Added test for HWC layout
* [GNA] Update documentation regarding splits and concatenations support (#4740 )
* Added mo.py to wheel packages (#4731 )
* Inserted a disclaimer (#4760 )
* Fixed some klockwork issues in C API samples (#4767 )
* Feature/vpu doc fixes 2021 3 (#4635 )
* Documentation fixes and updates for VPU
* minor correction
* minor correction
* Fixed links
* updated supported layers list for vpu
* [DOCS] added iname/oname (#4735 )
* [VPU] Limit dlclose() WA to be used for Ubuntu only (#4806 )
* Fixed wrong link (#4817 )
* MKLDNN weights cache key calculation algorithm changed (#4790 )
* Updated PIP install instructions (#4821 )
* Document YOLACT support (#4749 )
* Document YOLACT support
* Add preprocessing section
* Apply suggestions from code review
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
* Add documentation on how to convert F3Net model (#4863 )
* Add instruction for F3Net model pytorch->onnx conversion
* Fix style
* Fixed dead lock in telemetry (#4873 )
* Fixed dead lock in telemetry
* Refactored TelemetrySender.send function
* Refactored send function implementation to avoid deadlocks
* Unit tests for telemetry sender function
* Added legal header
* avladimi/cvs-31369: Documented packages content to YUM/APT IGs (#4839 )
* Documented runtime/dev packages content
* Minor formatting fixes
* Implemented review comments
* Update installing-openvino-apt.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* [DOC] Low-Precision 8-bit Integer Inference (#4834 )
* [DOC] Low-Precision 8-bit Integer Inference
* [DOC] Low-Precision 8-bit Integer Inference: comment fixes
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* Update docs/IE_DG/Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* [DOC] LPT comments fix
* [DOC] LPT comments fix: absolute links are updated to relative
* Update Int8Inference.md
* Update Int8Inference.md
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Avladimi/cherry pick from master (#4892 )
* Fixed CVS-48061
* Reviewed and edited the Customization instructions
* Fixed broken links in the TOC
* Fixed links
* Fixed formatting in the IG for Raspberry
* Feature/benchmarks 2021 3 (#4910 )
* added new topics, changed the intro text
* updated
* Updates
* Updates
* Updates
* Updates
* Updates
* Added yolo-v4-tf and unet-camvid-onnx graphs
* Date for pricing is updated to March 15th
* Feature/omz link changes (#4911 )
* Changed labels for demos and model downloader
* Changed links to models and tools
* Changed links to models and tools
* Changed links to demos
* [cherry-pick] Extensibility docs review (#4915 )
* Feature/ovsa docs 2021 3 (#4914 )
* Updated to 2021-3, fixed formatting issues
* Fixed formatting issues
* Fixed formatting issues
* Fixed formatting issues
* Update ovsa_get_started.md
* Clarification of Low Latency Transformation and State API documentation (#4877 )
* Assign/ReadValue, LowLatency and StateAPI clarifications
* Apply suggestions from code review: spelling mistakes
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
* fixed wording
* cherry-pick missing commit to release branch: low latency documentation
* Resolve review remarks
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
Co-authored-by: Svetlana Dolinina <svetlana.a.dolinina@intel.com >
* DevCloud call outs (#4904 )
* [README.md] change latest release to 2021.3
* [49342] Update recommended CMake version on install guide in documentation (#4763 )
* Inserted a disclaimer
* Another disclaimer
* Update installing-openvino-windows.md
* Update installing-openvino-windows.md
* Update installing-openvino-windows.md
* Feature/doc fixes 2021 3 (#4971 )
* Made changes for CVS-50424
* Changes for CVS-49349
* Minor change for CVS-49349
* Changes for CVS-49343
* Cherry-pick #PR4254
* Replaced /opt/intel/openvino/ with /opt/intel/openvino_2021/ as the default target directory
* (CVS-50786) Added a new section Reference IMplementations to keep Speech Library and Speech Recognition Demos
* Doc fixes
* Replaced links to inference_engine_intro.md with Deep_Learning_Inference_Engine_DevGuide.md, fixed links
* Fixed link
* Fixes
* Fixes
* Reemoved Intel® Xeon® processor E family
* fixes for graphs (#5057 )
* compression.configs.hardware config to package_data (#5066 )
* update OpenCV version to 4.5.2 (#5069 )
* update OpenCV version to 4.5.2
* Enable mo.front.common.extractors module (#5038 )
* Enable mo.front.common.extractors module (#5018 )
* Enable mo.front.common.extractors module
* Update package_BOM.txt
* Test MO wheel content
* fix doc iframe issue - 2021.3 (#5090 )
* wrap with htmlonly
* wrap with htmlonly
* Add specification for ExperimentalDetectron* oprations (#5128 )
* Feature/benchmarks 2021 3 ehl (#5191 )
* Added EHL config
* Updated graphs
* improve table formatting
* Wrap <iframe> tag with \htmlonly \endhtmlonly to avoid build errors
* Updated graphs
* Fixed links to TDP and Price for 8380
* Add PyTorch section to the documentation (#4972 )
* Add PyTorch section to the documentation
* Apply review feedback
* Remove section about loop
* Apply review feedback
* Apply review feedback
* Apply review feedback
* doc: add Red Hat docker registry (#5184 ) (#5253 )
* Incorporate changes in master
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com >
Co-authored-by: Vladislav Volkov <vladislav.volkov@intel.com >
Co-authored-by: azhogov <alexander.zhogov@intel.com >
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com >
Co-authored-by: Alina Kladieva <alina.kladieva@intel.com >
Co-authored-by: Evgeny Lazarev <evgeny.lazarev@intel.com >
Co-authored-by: Gorokhov Dmitriy <dmitry.gorokhov@intel.com >
Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com >
Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com >
Co-authored-by: Nikolay Shchegolev <nikolay.shchegolev@intel.com >
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com >
Co-authored-by: Maxim Vafin <maxim.vafin@intel.com >
Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com >
Co-authored-by: Anastasia Popova <anastasia.popova@intel.com >
Co-authored-by: Maksim Doronin <maksim.doronin@intel.com >
Co-authored-by: Andrew Bakalin <andrew.bakalin@intel.com >
Co-authored-by: Mikhail Letavin <mikhail.letavin@intel.com >
Co-authored-by: Anton Chetverikov <Anton.Chetverikov@intel.com >
Co-authored-by: Ivan Tikhonov <ivan.tikhonov@intel.com >
Co-authored-by: Andrey Somsikov <andrey.somsikov@intel.com >
Co-authored-by: Maxim Shevtsov <maxim.y.shevtsov@intel.com >
Co-authored-by: Alina Alborova <alina.alborova@intel.com >
Co-authored-by: Elizaveta Lobanova <elizaveta.lobanova@intel.com >
Co-authored-by: Andrey Dmitriev <andrey.dmitriev@intel.com >
Co-authored-by: Helena Kloosterman <helena.kloosterman@intel.com >
Co-authored-by: Tatiana Savina <tatiana.savina@intel.com >
Co-authored-by: Edward Shogulin <edward.shogulin@intel.com >
Co-authored-by: Svetlana Dolinina <svetlana.a.dolinina@intel.com >
Co-authored-by: Alexey Suhov <alexey.suhov@intel.com >
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com >
Co-authored-by: Dmitry Kurtaev <dmitry.kurtaev+github@gmail.com >
Co-authored-by: Nikolay Tyukaev <nikolay.tyukaev@intel.com >
Co-authored-by: Kate Generalova <kate.generalova@intel.com >
2021-04-19 20:19:17 +03:00
Kate Generalova
26adcd1a61
doc: update README for C samples, add comments ( #4780 )
...
* doc: update README for C samples, add comments
* samples: revert extension library settings for CPU only
* add validated image formats to samples README
* add output to c samples README
* add device check for xml config option
2021-04-01 11:11:49 +03:00
Elizaveta Lobanova
2f7c505aea
[GNA] Update documentation regarding splits and concatinations support ( #4785 )
2021-03-31 15:18:16 +03:00