Xuejun Zhai
9b36daf23b
Modify for CVS-69023(python version): hint configuration ( #10312 )
...
Signed-off-by: xuejun <xuejun.zhai@intel.com >
2022-02-18 09:40:27 +08:00
Nikita Malinin
a090abbc92
Update remove_converts pass with shape inference ( #10474 )
2022-02-17 18:17:07 +03:00
Anton Chetverikov
e444715c8d
[MO] Restore inputs order in IR Reader ( #10403 )
...
* Restore inputs order in IR Reader
* Add saving of outputs order
2022-02-17 13:07:34 +03:00
Liubov Talamanova
be6a3c34f1
[POT] Throw exception for IRv10 ( #10345 )
...
* [POT] Throw exception for IRv10
* Update reference models
* Updated AC framework name from dldt to openvino
2022-02-17 10:54:08 +03:00
Nikita Malinin
c8ce93290e
[POT] Sync mode only for gna_sample ( #10355 )
...
* Sync mode only for gna_sample
* Disable test
2022-02-16 11:00:13 +03:00
Pavel Esir
121d59aa80
[MO] move importlib-metadata into setup.py ( #10319 )
...
* handle 'and' marker in requirements
* Revert "handle 'and' marker in requirements"
This reverts commit 952bb949ca .
* moved importlib-metadata from requirements.txt into setup.py
2022-02-15 15:01:27 +03:00
Indira Salyahova
f1557c06de
[POT] Fix inference sample in fbc when get list prediction ( #10159 )
...
* fix: inference sample in fbc when get list prediction
* update reference metrics
2022-02-15 14:42:40 +03:00
Anastasia Kazantaeva
ccc38d22a8
Upgrade MO message for 2022.1 ( #10315 )
2022-02-15 13:10:45 +03:00
Bartek Szmelczynski
2b03d5fe66
[MO args][ONNX FE]fix cutting graph with input, output or both ( #9698 )
...
* fix cutting graph with input, output or both
* fix collisions
* add regex
* revert changes to regex, fix decond_name_with_port function
* fix collisions
* optimize try_get_node function
* swap bool with enum
* revert accidental import
* optimize the code
* Update tools/mo/unit_tests/mo/moc_frontend/moc_extractor_test_actual.py
Co-authored-by: Mikhail Nosov <mikhail.nosov@intel.com >
* Update tools/mo/unit_tests/mo/moc_frontend/moc_extractor_test_actual.py
Co-authored-by: Mikhail Nosov <mikhail.nosov@intel.com >
* Update tools/mo/unit_tests/mo/moc_frontend/moc_extractor_test_actual.py
Co-authored-by: Mikhail Nosov <mikhail.nosov@intel.com >
* Update tools/mo/unit_tests/mo/moc_frontend/moc_extractor_test_actual.py
Co-authored-by: Mikhail Nosov <mikhail.nosov@intel.com >
* Update tools/mo/unit_tests/mo/moc_frontend/moc_extractor_test_actual.py
Co-authored-by: Mikhail Nosov <mikhail.nosov@intel.com >
* remove redundant check
* fix wrong nodes returns
* fix decode_with_port_name implementation, add comments
* reduce code duplicates
* remove redundant imports
Co-authored-by: Mikhail Nosov <mikhail.nosov@intel.com >
2022-02-15 10:55:40 +03:00
Alexey Lebedev
e85c473d59
[tools] fix bin processing in benchmark app ( #10366 )
...
* fix bin reading
* Remove unsupported type
2022-02-15 10:34:14 +03:00
Indira Salyahova
acf6185bf3
Update load image in sample ( #10223 )
2022-02-15 10:18:27 +03:00
Anton Chetverikov
84ee38d89e
[MO] Move redundant checks in ScatterUpdate operation shape infer ( #10306 )
...
* Add extender for ScatterUpdate operation
* Remove scatterupdate extender
* Remove redundant checks in Scatter shape inference function
* Move checks to ScatterElementsUpdate operations
* mava checks to appropriate place
2022-02-15 04:55:38 +03:00
Alexey Lebedev
d3712a148b
[tools] cross check tool with api 2.0 ( #10058 )
...
* save work
* save work
* save work
* basic changes with api 2.0
* Support input file mapping and bin files
* Some impovements
* remove mapping support
* Add -ref_layers parameter
* Fix error handler
* Update Readme and remove old parameters
* Fix readme
* remove info about precision
* rename layer to op
* rename blob to tensor
* remove info about shape
* remove unused imports
2022-02-14 20:25:31 +03:00
Pavel Esir
d1477b8569
fixed setting 'out_ports_count' in ir_reader ( #10265 )
2022-02-14 16:01:22 +03:00
Daniil Lyakhov
56be1a5438
Change User Transformations applying order in MO ( #10241 )
...
* Fix user transformation order in mo
* Move user transformation behind FP16 compression
* Move user transformation call before fp16 compression
2022-02-14 15:06:09 +03:00
Anastasia Popova
ac2e639ff8
Added telemetry to modules names list. ( #10295 )
2022-02-13 10:28:17 +03:00
Indira Salyahova
ea00eae922
[POT] Fix for measuring input shape when inference model with batch greater 1 in FBC ( #10063 )
...
* fix: diffrent batch shape in prediction and target in ac
* add calculate metric in engine True
* resolve conflicts
2022-02-12 19:12:58 +03:00
Nikita Malinin
8e43987cd7
[POT] Update IEEngine for SW API support ( #10304 )
...
* Update IEEngine for SW API support
* Change Engine for GNA sample
* Change stacks into reshape
2022-02-12 18:57:35 +03:00
Indira Salyahova
976a20cedf
[POT] Update input pattern ( #10220 )
...
* Update special_patterns.py
* Update IgnoredPatterns.md
2022-02-12 18:56:41 +03:00
Pavel Esir
653ed4a34c
[MO] use revision hashes to compare IE & MO versions ( #10230 )
...
* fixed version comparison: for comparsion extracted hashes are used
* shortened 7 -> 11 to match the current version fromat from nightly
* corrected regex, added comparing by minimal hash len
2022-02-12 00:13:48 +03:00
Liubov Talamanova
4d61600077
[POT] Fix cascade model names ( #10112 )
2022-02-11 15:54:41 +03:00
Nikita Malinin
d758a21d6e
Update gna_sample with API 2.0 features ( #10236 )
2022-02-11 13:23:02 +03:00
Alexey Lebedev
31501a7992
Fix random ( #10240 )
2022-02-11 13:06:07 +03:00
Tomasz Dołbniak
c186449735
Do not process null nodes in JSON analysis ( #10269 )
2022-02-11 08:42:25 +01:00
Anton Chetverikov
50dffb80bb
Add missed DeformableConvolution to back transformations ( #10255 )
2022-02-10 17:20:11 +03:00
Anton Chetverikov
9af8d9339c
[MO] Avoid maskedconstant to array conversion ( #10233 )
...
* Avoid maskedconstant to array conversion
* remove redundant input
* Add link to github issue
2022-02-10 16:24:05 +03:00
Alexey Lebedev
d484411f39
[tools] Fix image_info detection in benchmark app ( #10192 )
...
* Fix image_info detection
* exception instead warning in case input data is not compatible with input
2022-02-10 14:32:56 +03:00
Tomasz Dołbniak
aedd902cd8
Use double quotes in JSON analysis ( #10237 )
2022-02-09 20:41:49 +03:00
Pavel Esir
654b025a26
[MO] set explicitly argument dtype to int for np.split ( #9988 )
...
* forced split argument dtype to int
* added unit-test
* fixed typo in split_test.py
* set explicitly np.int64 instead of np.int
* use split_length's dtype
2022-02-09 12:16:33 +03:00
Anton Chetverikov
25ca17e789
[MO IR Reader] Update *Sequence backend_attrs ( #10041 )
...
* Update LSTMSequence backend_attrs
* Add missed attribute clip
* Update backend_attrs for all *sequence operations
* Add extender for GRUSequence
* Add GRUSequence to custom ops list
* use has_and_set instead if direct acces to attributes
2022-02-09 12:13:23 +03:00
Maxim Vafin
52374a4b8b
Write runtime version and how IR was genarated (legacy path or not) ( #10196 )
2022-02-09 11:41:49 +03:00
Sergey Lyubimtsev
acf8cacfbc
requirements markers clean up ( #10179 )
...
* requirements markers clean up
* formatting & comments
* typos
2022-02-09 10:18:24 +03:00
Sergey Shlyapnikov
8f0e974ee6
[GPU] Add new properties and fix bechmark_app ( #10149 )
2022-02-09 09:18:54 +03:00
Maxim Vafin
1970baeb1c
Apply RIC for dynamic dimension in legacy MO ( #10130 )
...
* Apply RIC for dynamic dimension in legacy MO and fail if RIC wasn't applied to any input
* Fix moc tests
2022-02-08 22:17:19 +03:00
Nikita Malinin
0c855ee8b2
[POT] Renaming NXModel ( #10168 )
...
* NXModel -> CompressedModel renaming
* Update references & remove Dicts
* Pylint fixes
2022-02-08 14:07:12 +03:00
Indira Salyahova
f17c26506f
Update utils.py ( #10186 )
2022-02-08 13:51:29 +03:00
Alexey Lebedev
24c4ccc621
[PYTHON API] add __hash__ for Type ( #10059 )
...
* define hash operator for type
* Fix code style
2022-02-08 13:28:25 +03:00
Anton Chetverikov
f9eaaa9ff6
[MO] Sqrt operation implementation ( #9950 )
...
* Add sqrt extender
* Update check to not use default infer in infer was set before
* Update comment
* Fix comment
* Remove Sqrt extender
* Remove unnecessary changes
* Add MO implementation of SQRT operation
2022-02-08 11:41:13 +03:00
Yegor Kruglov
9d3028a9f7
[MO] Pip installation message for not satisfied dependencies ( #9952 )
...
* changed message for not satisfied package
* changed warning message
2022-02-07 22:19:02 +03:00
Yegor Kruglov
bde1d5edb0
added condition for optional outputs ( #10097 )
2022-02-07 18:24:28 +03:00
Pavel Esir
3d6e90b8f9
concat['override_output_shape'] = True in StridedSliceNormalizer.py ( #10045 )
2022-02-07 13:24:56 +03:00
Mikhail Nosov
9f9df184c4
Added compatibility check of layout with partial shape ( #10144 )
...
* Added compatibility check of layout with partial shape
E.g. layout "NC" in not compatible with PartialShape{1,3,224,224}
Check is added:
- For parameter set_layout
- For parameter set_partial_shape
- For result set_layout
- Checked also compatibility for all results after 'validate_and_infer_types'
* Fix incorrect tests
* Fix of more incorrect tests
* Removed couple of obsoleted error-handling tests - these are catched now on earlier stages
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com >
2022-02-07 11:17:28 +03:00
Ilya Churaev
a2ca1d4499
Merge IE & nGraph DG ( #10055 )
...
* Changed folder for documentation
* Fixed links
* Merged nGraph DG to OpenVINO Runtime UG
* Fixed errors
* Fixed some issues
* Fixed tree
* Fixed typo
* Update docs/documentation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update README.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update README.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Fixed name
* FIxed snippets
* Small fixes
* Update docs/HOWTO/Custom_Layers_Guide.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Fixed comments
* Try to fix doc
* Try to fix doc issue
* Update docs/OV_Runtime_UG/Integrate_with_customer_application_new_API.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
* Update docs/OV_Runtime_UG/model_representation.md
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
Co-authored-by: Andrey Zaytsev <andrey.zaytsev@intel.com >
2022-02-07 06:57:35 +03:00
Anastasia Popova
12a310636d
Fixed input cut for case when port is not specified. ( #10134 )
2022-02-04 19:03:12 +03:00
Aleksandr Korolev
9743784f91
[VPU] update config header ( #9857 )
...
* [VPU] update config header
* Review fixes
* Performance hint config update
* Removal deprecated vpu config stuff
* Review changes
* Rename myriad properties from camelCase to snake_case
* Review changes
* Review fixes
* Removal intel_myriad::common namespace
* OV throughput stream option
* Test fix
* Reverted disable_convert & disable_reorder
* Bugfixes
* Change default value for PerformanceHintNumRequestsOption
2022-02-04 16:32:00 +03:00
Indira Salyahova
da02951d67
[POT] Fix get layout from model ( #10018 )
...
* fix: layout pot
* layout
* fix: layout
* pylint
* add logger
* Update image_loader.py
* pylint
* repeat layout in data free
* resolve conflicts
* sample
* resolve comments
2022-02-04 11:46:54 +03:00
Roman Kazantsev
64aabc74d1
Check the selected frontend to correspond use_new/legacy_frontend options ( #10084 )
...
* Check the selected frontend to correspond use_new/legacy_frontend options
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com >
* Fix a default case when no frontend is found
Signed-off-by: Roman Kazantsev <roman.kazantsev@intel.com >
2022-02-03 20:34: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
Anastasia Popova
86faa25724
Fix of output tensor names for mask-rcnn* models ( #10042 )
...
* Added op names to tensor names for MaskRCNN replacement transformation. Fixed output layout for MaskRCNN.
* Applied commentes left from PR with tensor names fix.
* Added tests for remove_tensor_names().
* Added checks in emitter.
* Removed debug output.
* Small fix.
* Small fix.
2022-02-03 19:44:47 +03:00
Anastasia Popova
ca45bf430a
Fixed tensor names set in InputCut and AutomlEfficientDet transformation. ( #9998 )
...
* Fixed tensor names setting in InputCut, fixed tensor names losing in AutomlEfficientDet.
* Changed op name adding to tensor names in InputCut for output port case only.
2022-02-03 15:55:16 +03:00