Dmitry Pigasin
1cfe27ae1f
[IE Samples Docs] Add rows with model download and conversion ( #6626 )
...
* Add information about model preparation
* Add the missed file extension for the onnx model
* [c] Add information about model preparation
* [cpp] Add information about model preparation
* Update the string about model converter
* Specify a model name at steps 1 and 2 of the running example
2021-07-14 12:07:34 +03:00
Dmitry Pigasin
0c8147fdf8
[IE Python Samples] Add a check for existence of output images ( #6319 )
...
* Add a check for existence of output images
* Change log messages to pass sample tests
2021-07-02 11:24:00 +03:00
Dmitry Pigasin
5c711cf8bb
[samples] Fix other language realization links ( #6463 )
2021-06-30 16:50:23 +03:00
Dmitry Pigasin
37a2bab747
[samples] Use ref for validated model field ( #6468 )
2021-06-30 16:48:32 +03:00
Kate Generalova
eadf2c4ce0
samples: update ngraph README ( #6070 )
2021-06-08 12:03:25 +03:00
Ilya Naumov
149c43044c
Set less strict numpy requirements ( #6039 )
2021-06-04 20:55:22 +03:00
Dmitry Pigasin
ac4dd6cda7
Refactor `while True` loops ( #5952 )
2021-06-02 18:51:32 +03:00
Dmitry Pigasin
09c2cbf5aa
Fix adding dummy data for models with multiple inputs ( #5984 )
2021-06-02 18:45:56 +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
Ilya Naumov
a810db0302
Set more strict requirements for IE python samples ( #5223 )
...
* set more strict requirements for IE python samples
* change opencv-python requirement to >=
* set opencv-python requirement to 4.5.x.x
2021-05-14 17:48:27 +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
Kate Generalova
10f3d7e065
feat: linters for IE Py API, wheel, samples ( #5352 )
...
* feat: linters for IE Py API, wheel, samples
* fix indent after auto-formatter
* ignore formatting for argument parsing
2021-04-28 13:52:03 +03:00
Kate Generalova
2063f17391
fix: doxygen links for samples ( #5365 )
2021-04-23 16:40:08 +03:00
Kate Generalova
82e2b4188b
feat: add checks for Py samples ( #5339 )
2021-04-22 11:03:49 +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
Dmitry Pigasin
52a37f853b
Update readme of IE Python samples ( #4908 )
...
* Update readme of python samples
* Add info about ubyte image support to ngraph function creation sample readme
* Move lang after sample name
* Update sample output sections
* Remove API used in the hello classification sample from other sample readme's
* Update sample readme files to resolve conversations
* Add a note about color inversion
* Fix the wrong link to shape inference feature
* Update sample output for the hello query device sample
2021-04-14 13:25:39 +03:00
Dmitry Pigasin
19ace232cf
Update IE Python Samples ( #5166 )
...
* refactor: update ie python samples
* python samples: change comment about infer request creation (step 5)
* python sample: add the ability to run object_detection_sample_ssd.py with a model with 2 outputs
* Add batch size usage to python style transfer sample
* Change comment about model reading
* Add output queue to classification async sample
* add reshape for output to catch results with more than 2 dimensions (classification samples)
* Set a log output stream to stdout to pass the hello query device test
* Add comments to the hello query device sample
* Set sys.stdout as a logging stream for all python IE samples
* Add batch size usage to ngraph_function_creation_sample
* Return the ability to read an image from a ubyte file
* Add few comments and function docstrings
* Restore IE python classification samples output
* Add --original_size arg for python style transfer sample
* Change log message to pass tests (object detection ie python sample)
* Return python shebang
* Add comment about a probs array sorting using np.argsort
* Fix the hello query python sample (Ticket: 52937)
* Add color inversion for light images for correct predictions
* Add few log messages to the python device query sample
2021-04-14 13:24:32 +03:00
Mikhail Ryzhov
b8f8c9c20e
Revert "Update IE Python Samples ( #4907 )" ( #5151 )
...
This reverts commit 003474937d .
2021-04-08 20:07:25 +03:00
Dmitry Pigasin
003474937d
Update IE Python Samples ( #4907 )
...
* refactor: update ie python samples
* python samples: change comment about infer request creation (step 5)
* python sample: add the ability to run object_detection_sample_ssd.py with a model with 2 outputs
* Add batch size usage to python style transfer sample
* Change comment about model reading
* Add output queue to classification async sample
* add reshape for output to catch results with more than 2 dimensions (classification samples)
* Set a log output stream to stdout to pass the hello query device test
* Add comments to the hello query device sample
* Set sys.stdout as a logging stream for all python IE samples
* Add batch size usage to ngraph_function_creation_sample
* Return the ability to read an image from a ubyte file
* Add few comments and function docstrings
* Restore IE python classification samples output
* Add --original_size arg for python style transfer sample
* Change log message to pass tests (object detection ie python sample)
* Return python shebang
* Add comment about a probs array sorting using np.argsort
2021-04-08 13:03:19 +03:00
Alexey Suhov
6478f1742a
Align copyright notice in python scripts (CVS-51320) ( #4974 )
...
* Align copyright notice in python scripts (CVS-51320)
2021-03-26 17:54:28 +03:00
Andrey Zaytsev
8481e36e8a
Feature/azaytsev/gna model link fixes ( #4590 )
...
* 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>
2021-03-03 19:03:40 +03:00
Alexey Lebedev
7e3a2f6768
[IE PYTHON] update license ( #4407 )
...
* update license
* remove the first blank lines and undo changes in inference-engine/thirdparty/mkl-dnn
* test commit
* Update license in tools
* Undo changes in api_overview.md
* update ie_api.pyx and set interpreter in hello_query_device
2021-03-01 08:23:35 +03:00
Maksim Makridin
f8d36c55a8
Fixes for Object Detection SSD samples docs (C++ and Python) ( #4286 )
...
* Fixes for Object Detection SSD samples docs (C++ and Python)
* fixes from code review
* Fixes for Object Detection SSD samples docs (C++ and Python)
* fixes from code review
* fixes from code review
2021-02-11 17:51:53 +03:00
Maksim Makridin
e47186aad6
Modifications for Object Detection SSD Python sample ( #3976 )
...
* Modifications for Object Detection SSD Sample Python
* Fixes for tests
* Changing the way output checks are processed
2021-02-05 11:10:30 +03:00
Andrey Zaytsev
235cd56e54
Feature/azaytsev/cherry picks from 2021 2 ( #4069 )
...
* 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
* Added Intel® Iris® Xe Dedicated Graphics, naming convention info (#3523 )
* Added Intel® Iris® Xe Dedicated Graphics, naming convention info
* Added GPU.0 GPU.1
* added info about Intel® Iris® Xe MAX Graphics drivers
* Feature/azaytsev/transition s3 bucket (#3609 )
* Replaced https://download.01.org/ links with https://storage.openvinotoolkit.org/
* Fixed links
# Conflicts:
# inference-engine/ie_bridges/java/samples/README.md
* Benchmarks 2021 2 (#3590 )
* Initial changes
* Updates
* Updates
* Updates
* Fixed graph names
* minor fix
* Fixed link
* Implemented changes according to the review changes
* fixed links
* Updated Legal_Information.md according to review feedback
* Replaced Uzel* UI-AR8 with Mustang-V100-MX8
* Feature/azaytsev/ovsa docs (#3627 )
* Added ovsa_get_started.md
* Fixed formatting issues
* Fixed formatting issues
* Fixed formatting issues
* Fixed formatting issues
* Fixed formatting issues
* Fixed formatting issues
* Fixed formatting issues
* Updated the GSG topic, added a new image
* Formatting issues fixes
* Formatting issues fixes
* Formatting issues fixes
* Formatting issues fixes
* Formatting issues fixes
* Formatting issues fixes
* Formatting issues fixes
* Formatting issues fixes
* Formatting issues fixes
* Formatting issues fixes
* Formatting issues fixes
* Formatting issues fixes
* Formatting issues fixes
* Revert "Formatting issues fixes"
This reverts commit c6e6207431 .
* Replaced to Security section
* doc fixes (#3626 )
Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com>
# Conflicts:
# docs/IE_DG/network_state_intro.md
* fix latex formula (#3630 )
Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com>
* fix comments ngraph api 2021.2 (#3520 )
* fix comments ngraph api
* remove whitespace
* fixes
Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com>
* Feature/azaytsev/g api docs (#3731 )
* Initial commit
* Added content
* Added new content for g-api documentation. Removed obsolete links through all docs
* Fixed layout
* Fixed layout
* Added new topics
* Added new info
* added a note
* Removed redundant .svg
# Conflicts:
# docs/get_started/get_started_dl_workbench.md
* [Cherry-pick] DL Workbench cross-linking (#3488 )
* Added links to MO and Benchmark App
* Changed wording
* Fixes a link
* fixed a link
* Changed the wording
* Links to WB
* Changed wording
* Changed wording
* Fixes
* Changes the wording
* Minor corrections
* Removed an extra point
* cherry-pick
* Added the doc
* More instructions and images
* Added slide
* Borders for screenshots
* fixes
* Fixes
* Added link to Benchmark app
* Replaced the image
* tiny fix
* tiny fix
* Fixed a typo
* Feature/azaytsev/g api docs (#3731 )
* Initial commit
* Added content
* Added new content for g-api documentation. Removed obsolete links through all docs
* Fixed layout
* Fixed layout
* Added new topics
* Added new info
* added a note
* Removed redundant .svg
* Doc updates 2021 2 (#3749 )
* Change the name of parameter tensorflow_use_custom_operations_config to transformations_config
* Fixed formatting
* Corrected MYRIAD plugin name
* Installation Guides formatting fixes
* Installation Guides formatting fixes
* Installation Guides formatting fixes
* Installation Guides formatting fixes
* Installation Guides formatting fixes
* Installation Guides formatting fixes
* Installation Guides formatting fixes
* Installation Guides formatting fixes
* Installation Guides formatting fixes
* Fixed link to Model Optimizer Extensibility
* Fixed link to Model Optimizer Extensibility
* Fixed link to Model Optimizer Extensibility
* Fixed link to Model Optimizer Extensibility
* Fixed link to Model Optimizer Extensibility
* Fixed formatting
* Fixed formatting
* Fixed formatting
* Fixed formatting
* Fixed formatting
* Fixed formatting
* Fixed formatting
* Fixed formatting
* Fixed formatting
* Fixed formatting
* Fixed formatting
* Updated IGS, added links to Get Started Guides
* Fixed links
* Fixed formatting issues
* Fixed formatting issues
* Fixed formatting issues
* Fixed formatting issues
* Move the Note to the proper place
* Removed optimization notice
# Conflicts:
# docs/ops/detection/DetectionOutput_1.md
* minor fix
* Benchmark updates (#4041 )
* Link fixes for 2021.2 benchmark page (#4086 )
* Benchmark updates
* Fixed links
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
Co-authored-by: Nikolay Tyukaev <nikolay.tyukaev@intel.com>
Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com>
Co-authored-by: Alina Alborova <alina.alborova@intel.com>
2021-02-02 11:29:12 +03:00
Anastasia Kuporosova
320aafbb59
[Python API] Small fixes in tests and change of format string to f-string ( #3865 )
2021-01-15 12:48:58 +03:00
Anastasia Kuporosova
676bd8a861
[Python API] requirements ( #1804 )
...
* [Python API] requirements
* add setuptools
* revert commit
2020-12-16 17:06:32 +03:00
Maksim Makridin
7d8144f160
Fixes for Object Detection SSD Python sample ( #3518 )
...
* added check so that sample only supports networks with one input
* moved ngraph-realted operations to related segment of the sample
* fix for output image not being saved correcly due
2020-12-08 23:16:59 +03:00
Maksim Makridin
2aec8a610b
Adding Hello Reshape Python sample ( #3375 )
...
* Initialized hello_reshape_ssd Python sample
* * removed multiple input images functionality
* added couple of checks whether input topology is supported in sample
* Added readme
* Switched to single-quotes strings style
* Switched to f-strings
* Removed redundant code
* Simplified image original resolution handling
* Simplified some checks and assertions
* Simplified reading inference results and drawing bounding boxes
2020-12-08 22:54:00 +03:00
Ilya Lavrenov
92e3972853
Significant documentation fixes ( #3364 )
...
* Added VariableState to Plugin API documentation
* More fixes for plugin documentation
* Added ie_memory_state.hpp to documentation
* Added proper dependencies between C++ and Plugin API targets
* Fixed issues in public C++ API reference
* Fixed issues in public C++ API reference: part 2
* Removed obsolete entries from EXCLUDE_SYMBOLS in doxygen config
* Fixed path to examples, tag files for Plugin API doxygen file
* Put impl to a private section for VariableStatebase
* Fixed examples path to Plugin API: part 2
* Fixed path to examples in main ie_docs doxygen file
* Replaced path to snippets; otherwise path depends on how cloned repo is named
* Added path to snippets for ie_docs doxygen file as well
* Great amount of fixes for documentation
* Removed IE_SET_METRIC
* Fixes for C API documentation
* More fixes for documentation
* Restored Transformations API as a part of Plugin API
* Fixed tag files usage for Plugin API
* Fixed link to FakeQuantize operation
2020-11-26 14:32:12 +03:00
Mikhail Ryzhov
39ec38383a
Reduced usage of batch in python samples ( #3178 )
...
* Reduced usage of batch in python samples
And corrected input arguments
2020-11-18 20:43:59 +03:00
Mikhail Ryzhov
74ff38fedb
Revert "Reduced usage of batch in python samples ( #3104 )" ( #3171 )
...
This reverts commit 23e653858b .
2020-11-17 14:57:40 +03:00
Mikhail Ryzhov
23e653858b
Reduced usage of batch in python samples ( #3104 )
...
* Reduced usage of batch in python sampes
Excluded from hello_classification and object_detection samples
2020-11-17 10:12:33 +03:00
Mikhail Ryzhov
3fe371299a
Corrected "-i" argument description ( #3142 )
...
* Corrected "-i" argument description
According to their usage in samples
2020-11-16 21:48:06 +03:00
Roman Donchenko
a428c469ce
Fix spelling errors in samples and documentation ( #2795 )
...
* Fix spelling errors in samples
* Fix spelling errors in the documentation
2020-11-11 15:35:39 +03:00
Mikhail Ryzhov
1144130b50
Aligned python read_network() with C/C++ behaviour ( #2916 )
...
Aligned python read_network() with C/C++ behaviour
Excluded mandatory check of weights file, it is redundant
* Added unit tests
2020-11-03 16:18:43 +03:00
Mikhail Ryzhov
dc52ec7880
[Samples] Python: added support of onnx models ( #2782 )
...
* [Samples] Python: added support of onnx models
* [Docs] Python: added support of onnx models
Updated documentation
2020-10-27 10:23:25 +03:00
Mikhail Ryzhov
ba931c2d21
ngraph python sample ( #2574 )
...
This sample demonstrates how to execute an inference using ngraph::Function to create a network
- added sample
- added readme
- added lenet weights
2020-10-09 13:05:55 +03:00
Kate Generalova
6c3f7fd654
[samples] remove unused ngraph ( #2156 )
2020-09-10 16:04:13 +03:00
Kate Generalova
d4d460101d
fix #38545 remove CPU network layer check for py samples ( #2145 )
2020-09-10 12:44:13 +03:00
Anastasia Kuporosova
bb729d0ee9
[Samples] Use get_ops for iteration over graph in samples ( #1961 )
2020-08-27 14:14:59 +03:00
Nikolay Tyukaev
ef45b5da8d
Doc Migration (master) ( #1377 )
...
* Doc Migration from Gitlab (#1289 )
* doc migration
* fix
* Update FakeQuantize_1.md
* Update performance_benchmarks.md
* Updates graphs for FPGA
* Update performance_benchmarks.md
* Change DL Workbench structure (#1 )
* Changed DL Workbench structure
* Fixed tags
* fixes
* Update ie_docs.xml
* Update performance_benchmarks_faq.md
* Fixes in DL Workbench layout
* Fixes for CVS-31290
* [DL Workbench] Minor correction
* Fix for CVS-30955
* Added nGraph deprecation notice as requested by Zoe
* fix broken links in api doxy layouts
* CVS-31131 fixes
* Additional fixes
* Fixed POT TOC
* Update PAC_Configure.md
PAC DCP 1.2.1 install guide.
* Update inference_engine_intro.md
* fix broken link
* Update opset.md
* fix
* added opset4 to layout
* added new opsets to layout, set labels for them
* Update VisionAcceleratorFPGA_Configure.md
Updated from 2020.3 to 2020.4
Co-authored-by: domi2000 <domi2000@users.noreply.github.com>
2020-07-20 17:36:08 +03:00
Andrey Somsikov
9df6a8f6a0
fix: inference-engine/ie_bridges/python/sample/requirements.txt to reduce vulnerabilities ( #1007 )
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-NUMPY-73513
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2020-07-16 18:58:26 +03:00
Anastasia Kuporosova
e05e8893f2
[IE Samples] Add api arg to classification sample ( #943 )
2020-07-13 14:48:40 +03:00
Anastasia Kuporosova
f278509236
[Python API] Fixate requirements ( #834 )
2020-06-09 18:06:57 +03:00
Anastasia Kuporosova
e91453e006
[Python API] Fixate requirements versions ( #830 )
2020-06-09 08:49:49 +03:00
Anastasia Kuporosova
e025f1464b
[Python API] Add InputInfo and PreProcessInfo ( #637 )
2020-05-28 10:55:11 +03:00
JunX
7595512d1f
fix issue log print wrong origin image shape ( #581 )
2020-05-26 14:27:14 +03:00
Alexey Suhov
357cc7eb4c
publish master branch snapshot, revision 0110d9c98fd7209589d06344f0d836f61d81f4b3
2020-04-27 21:21:29 +03:00
Alexey Suhov
127cbac5bc
publish master branch snapshot, revision cdcab9d7ab48ffb0ee5629fabbfa06cb45debd9b
2020-04-15 19:01:57 +03:00