Commit Graph

30 Commits

Author SHA1 Message Date
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 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
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
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
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
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
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
Anastasia Kuporosova e05e8893f2
[IE Samples] Add api arg to classification sample (#943) 2020-07-13 14:48:40 +03:00
Anastasia Kuporosova e025f1464b
[Python API] Add InputInfo and PreProcessInfo (#637) 2020-05-28 10:55:11 +03:00
Alexey Suhov 95a57795dc Publishing 2020.2 content 2020-04-13 21:17:23 +03:00
Alexey Suhov b2140c083a Publishing 2020.1 content 2020-02-11 22:48:49 +03:00
Alexey Suhov 0923303e02 Publishing 2019 R3 content 2019-10-04 19:26:43 +03:00
Alexey Suhov ba6e22b1b5 Publishing 2019 R2 content (#223) 2019-08-09 19:02:42 +03:00
Alexey Suhov 0ef92871b6 Publishing 2019 R1.1 content and Myriad plugin sources (#162)
* Publishing 2019 R1.1 content and Myriad plugin sources
2019-05-27 21:18:32 +03:00
Alexey Suhov 72660e9a4d Publishing 2019 R1 content 2019-04-12 18:25:53 +03:00