Commit Graph

1248 Commits

Author SHA1 Message Date
Alina Alborova
ce6ce23eec [DOCS] Update Installation Guide - GPU steps (#2308)
* Initial commit

* fixing lists

* Update installing-openvino-linux.md

* Get rid of the note

* Added the scrrenshot

* Update installing-openvino-linux.md

* fixes
2020-09-30 20:33:27 +03:00
Alina Alborova
6a32854ec4 Remove the deprecation notice (#2314)
* Removed deprecation notice

* Removed the note from other files
2020-09-30 20:32:53 +03:00
Mikhail Ryzhov
bece22ac67 Added closing braсket (#2466)
Fixed syntax error (b4b03b1)
2020-09-30 18:09:18 +03:00
Maksim Proshin
76606ba2fc Update the menu to align with POT doc headers (#2433)
* Update the menu to align with POT doc headers

It changes the menu to align with Post-training Optimization Toolkit documentation titles.

* Corrected one title

Run Examples => How to Run Examples
2020-09-30 14:00:03 +03:00
Andrey Zaytsev
1c538af62f Replace absolute links to docs.openvinotoolkit.org by relative ones (#2439)
* Replaced direct links to docs.openvinotoolkit.org with relative links

* Replaced direct links to docs.openvinotoolkit.org with relative links. Added GSGs for Win and macOS

* Minor fixes in GSGs

* Replaced direct links to docs.openvinotoolkit.org with relative links

* Removed links to OpenVINO markdown files that contain anchor - they don't work in the current implementation of the doc process

* Fixed Notes

* Removed links to OpenVINO markdown files that contain anchor - they don't work in the current implementation of the doc process

* fixed link to installing-openvino-linux.md
2020-09-29 18:55:08 +03:00
Ilya Lavrenov
3a720d188b Fixed docs build on Windows (#2383) 2020-09-24 12:12:35 +03:00
Andrey Zaytsev
70f619b5eb Added new GSG for macOS, made minor changes in Windows GSG (#2070) (#2405)
* Added new GSG for macOS, made minor changes in Windows GSG

* Update get_started_macos.md

Co-authored-by: Anastasiya Ageeva <anastasiya.ageeva@intel.com>
2020-09-24 12:01:39 +03:00
Ilya Lavrenov
0dbaf078d8 Added link options for cross-compilation (#2397) 2020-09-23 17:42:57 +03:00
Nikolay Tyukaev
3c5fa6f4b8 Fix layout links for dl streamer and c api (#2375)
* fix layouts

* change the dl-streamer link

Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com>
2020-09-23 16:43:23 +03:00
Rafal Blaczkowski
31ccf354dc Delete xfail for resolved known issue (#2385) 2020-09-23 13:51:13 +03:00
Gleb Kazantaev
bf9b649cdf Updated Transformation development doc (#2370) 2020-09-23 09:46:40 +03:00
Dmitrii Denisov
84518964ba Install dependency refactoring. (#2381) 2020-09-22 19:11:16 +03:00
Mikhail Ryzhov
0b4846cfcc Downgrade cmake for samples (#2372)
* Downgrade cmake for samples

Downgraded cmake version to default version for Ubuntu 18.04

* Updated supported python version

The minimal python version in 2021.1 is 3.5

* Added notes about cmake requirements for samples and demo
2020-09-22 19:09:50 +03:00
Ilya Churaev
950388d9e8 [DOCS] Added an evaluate method for custom operation (#2272)
* Added an evaluate method for custom operation

* Fixed comments
2020-09-22 13:22:31 +03:00
Nikolay Tyukaev
f828b16f40 add doxygen doc build configurations (#2191)
Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com>
2020-09-22 12:37:10 +03:00
Artyom Anokhov
261bd3de6b install_NEO_OCL_driver: Added checking of installed packages before trying to remove them. Added quotes for echo. (#2350) 2020-09-21 17:35:44 +03:00
Evgeny Talanin
31b3e356ab Bump cmake version to 3.13 (#2339) 2020-09-18 18:58:17 +03:00
Artyom Anokhov
607982e79c install_NEO_OCL_driver: Updated exit codes, messages. Updated way to remove old driver on Ubuntu (#2333) 2020-09-18 17:44:26 +03:00
Vitaliy Urusovskij
c083e5b146 Implement run_executable.py to run TimeTests several times (#2125) (#2188)
CI passed
2020-09-18 16:17:47 +03:00
Vladimir Gavrilov
444301a1d6 Added ONNX Resize-11 and ONNX Resize-13 to supported frameworks layers list. (#2325) 2020-09-18 15:16:29 +03:00
Evgenya Stepyreva
f56ba0daa9 Revert "[IE][VPU]: Fix K propagation through Reshape (2021.1) (#2180)" (#2322)
This reverts commit d604a03ac0.
2020-09-18 12:19:27 +03:00
Mikhail Ryzhov
cd101085d7 Fixed c samples build (#2278) (#2304)
* Fixed c samples build

fixed CVS-38816 - Failure to build samples in C

* Fixed issue with gflags
2020-09-18 10:39:57 +03:00
Evgeny Lazarev
2c79f74579 Updated operations specification documents (2021.1) (#2268)
* Updated documentation structure and remove incorrect added files for Acosh-1, Asinh-1 and Atanh-1

* Fixed broken links
2020-09-18 08:16:04 +03:00
Artyom Anokhov
d7463eb216 setupvars: Updated notifications, fixed calling python in Windows case (#2318) 2020-09-17 21:20:27 +03:00
Irina Efode
74b13a0f74 [IE TESTS] CoreThreading_LoadNetwork tests were disabled for GPU plugin (#2245) (#2283) 2020-09-17 20:11:18 +03:00
Dmitrii Denisov
1c8188908e Added python3-gi package and fixed libglib2.0-0 package location. (#2294) 2020-09-17 16:42:45 +03:00
Artyom Anokhov
86e39a6775 [Scripts] Fix setting PYTHONPATH logic (#2305)
* setupvars.sh: Added logic for exporting path env in case if it not defined

* setupvars: Removed duplicated colon

* install_openvino_dependencies: Updated copyrights

setupvars.bat: Updated notification about incorrect Python version. Removed checking ICC2019
setupvars.sh: Removed logic with choosing higher version of installed Python. Added dynamic detecting python3 major and minor version for setting path. Add checking minimum required Python version(now 3.6)
2020-09-17 16:41:46 +03:00
Tomasz Dołbniak
2645421df6 Clone a specific tag for pybind11 (#2296) 2020-09-16 23:04:42 +03:00
Zoe Cayetano
9b1961502b Update get_ov_update_message.py (#2286) 2020-09-16 20:33:39 +03:00
Vladimir Gavrilov
2023a7cd81 Fixes for Interpolate-4. (#2281) 2020-09-16 19:41:37 +03:00
Vladislav Volkov
105cd18d0b Fix for static PartialShape detection algorithm (#2177) 2020-09-16 18:09:07 +03:00
Maksim Doronin
92d19291c8 [IE][VPU]: KW fixes (#2186)
* Some KW fixes
* Fix printTo in vpu ngraph transformations
2020-09-16 18:08:55 +03:00
Vladislav Vinogradov
191e9f7f72 [IE][TESTS] Fix compareRawBuffers and compareBlobData methods (#2246)
Use `<=` comparison instead of `<` with thresholds.
This allows to use `0` threshold for bit-exact comparison.
2020-09-16 18:00:06 +03:00
Alexander Novak
126c2600bb Add VPUX configuration to compile_tool (#2248) 2020-09-16 17:59:17 +03:00
Alexey Suhov
b922800ae2 update OpenCV version to 4.5.0 (#2260) 2020-09-16 16:12:59 +03:00
Maxim Shevtsov
272b17f5d9 Reverting devicePriorities to be vector and respect the order, as opposed to the incorrect (recent?) refactoring that introduced the unordered_map that effectively ignores the priorities (#2251) 2020-09-16 16:12:40 +03:00
Evgeny Latkin
b89e7d69dd [IE][VPU]: update firmware 1381 (#2236) 2020-09-16 16:05:43 +03:00
Ilya Churaev
528e6f9328 Fixed KW warning and review issues (#2262) 2020-09-16 15:33:10 +03:00
Gorokhov Dmitriy
ebf009d1a1 Revert "[IE TESTS] dynavic batch for mvn layer (#1010)" (#2256)
This reverts commit 2e3378c50f.
2020-09-16 14:11:34 +03:00
Andrew Bakalin
d604a03ac0 [IE][VPU]: Fix K propagation through Reshape (2021.1) (#2180)
* Fix K propagation through Reshape
* Add test cases
2020-09-16 12:42:15 +03:00
Nikolay Shchegolev
e7e82b9eb7 Statically analyzed issues. (#2261) 2020-09-16 12:32:20 +03:00
Maxim Kurin
f5bd16990e [IE][VPU][OpenCL] 2021.1 release compiler (#2189) 2020-09-16 00:46:27 +03:00
Evgenya Stepyreva
488f2dd916 [DOC] Reshape feature (#2194) 2020-09-15 21:24:25 +03:00
Evgeny Talanin
79853baf28 Add exposing function signatures via Cython (#2244) 2020-09-15 20:19:57 +03:00
Svetlana Dolinina
6c5e0cfaa4 Duplicate PR 2167 for release branch: GatherTree description was extended and outdated link fixed (#2235)
* add more alrifications to description

* move clarification to comment

* pseudo code become more accurate

* review changes
2020-09-15 19:36:51 +03:00
Maksim Doronin
d239b2584c [IE][VPU]: Remove the second call of ngraph::CommonOptimizations (#2221)
* Remove the second call of ngraph::CommonOptimizations in myriad plugin
* Reuse code with vpu ngraph transformations
2020-09-15 17:08:46 +03:00
Roman Vyunov (Intel)
28a733b771 [IE][VPU]: Workaround to support parameter Beta for layer Swish (#2207)
* Workaround to full support Swish layer. It is faster than native Swish for now.
2020-09-15 14:44:38 +03:00
Ilya Churaev
7bba2a9542 Fixed output names for case with redundant ops before result (#2209) 2020-09-15 14:00:27 +03:00
Ilya Churaev
9b7e22f49a Fix QueryNetwork for networks with KSO (#2202)
* Added a test to reproduce QueryNetwork with KSO

* Fixed QueryNetwork for networks with KSO

* Added additional test
2020-09-15 14:00:09 +03:00
Ilya Churaev
a4dc5c89f3 some nGraph KW fixes (#2176)
* Removed redundant methods

* Fixed KW for linux
2020-09-15 13:59:42 +03:00