platform/upstream/dldt.git
2 weeks agoBackport TBB fix to allow building on GCC13 tizen
MyungJoo Ham [Wed, 17 Apr 2024 04:30:58 +0000 (13:30 +0900)]
Backport TBB fix to allow building on GCC13

Ubuntu mantic/noble uses gcc13.
Reference: https://github.com/bambulab/BambuStudio/pull/1882/commits/d3459cb1b9f791531fe24b0558c581117243eade

Change-Id: I8c623030a37c3734627916c3daa450fd2dca8134
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
10 months ago[Dist/Tizen] Revise packaging to fix build breaks on gcc 13 91/294291/1 accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen/unified/20231226.154520 accepted/tizen/unified/20231226.180133 accepted/tizen/unified/dev/20230726.115406
Wook Song [Thu, 15 Jun 2023 15:35:51 +0000 (00:35 +0900)]
[Dist/Tizen] Revise packaging to fix build breaks on gcc 13

To fix build breaks on Tizen gcc-13, this patch revises the files in the
packaging directory as follows:
- Add an additional local patch file
- Update third-party external packages such as ngraph and ade
- Improve the rpm spec file to fix the build breaks

Change-Id: Ic13d025f788c78627d41f9e9baaab33e504a095c
Signed-off-by: Wook Song <wook16.song@samsung.com>
21 months ago[Dist/Debian] Prepare for GCC >= 10 98/278798/2 sandbox/mzx/ubt22 sandbox/wooksong
MyungJoo Ham [Tue, 26 Jul 2022 07:30:49 +0000 (16:30 +0900)]
[Dist/Debian] Prepare for GCC >= 10

Ubuntu 22.04 / GCC >= 10 incurs errors in openvino.

Change-Id: I6470ad318fcd6f6dffcd88eab95fd52dbaa027f8
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
21 months ago[Dist/Debian] support latest gcc and Ubuntu 22.04 07/278407/2
MyungJoo Ham [Wed, 20 Jul 2022 06:43:30 +0000 (15:43 +0900)]
[Dist/Debian] support latest gcc and Ubuntu 22.04

std::string is no more in std.
It is now in string.
Add #include <string>

Change-Id: Id86408ba9f471cb75366fb77b851a58190b31cd5
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
2 years agodist: support armv7hl 36/267036/1 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.060321 accepted/tizen/7.0/unified/hotfix/20221116.110712 accepted/tizen/8.0/unified/20231005.094755 accepted/tizen/unified/20211125.144711 submit/tizen/20211125.040641 tizen_7.0_m2_release tizen_8.0_m2_release
MyungJoo Ham [Wed, 24 Nov 2021 09:43:30 +0000 (18:43 +0900)]
dist: support armv7hl

If the arch is armv7hl, make file of dldt says the install_arch is armv7l

Change-Id: I5aac3f9265c9bb677fd43f32e4d01afe23c3de41
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
3 years ago[Dist/Debian] Remove dependency on libtbb packages 32/250932/1
Wook Song [Tue, 5 Jan 2021 10:53:58 +0000 (19:53 +0900)]
[Dist/Debian] Remove dependency on libtbb packages

This patch removes build dependencies on libtbb packages by adding a
local patch that generates libbtbb.a before dh_auto_configure and links
the OpenVino libraries to this static library. According to those
changes, debian packaging files are also revised.

Change-Id: I9e4390c5c11b51deafd0895461e725e72c125461
Signed-off-by: Wook Song <wook16.song@samsung.com>
3 years ago[Dist/Debian] Use libtbb-devel (custom) instead of libtbb-dev (official) 03/250603/3
Wook Song [Mon, 21 Dec 2020 04:20:55 +0000 (13:20 +0900)]
[Dist/Debian] Use libtbb-devel (custom) instead of libtbb-dev (official)

This version of InferenceEngine requires a specific version of the Intel
Threading Building Block Library, which is 2019~U9, so that building for
Focal (and the later ones) which officially provide the recent version of
libtbb is failed on the NNStreamer Launchpad. For this reason, this
patch revises the Build-Depends field in the control file to use libtbb-devel
(the custom package published via the NNStreamer LaunchPad) instead of
libtbb-dev (the official one).

Change-Id: I98eb074df93d5b4f7f7f3524684e43673b13013a
Signed-off-by: Wook Song <wook16.song@samsung.com>
3 years ago[Dist/Tizen] Note on the firmware dependency 24/241024/1
MyungJoo Ham [Fri, 14 Aug 2020 01:46:37 +0000 (10:46 +0900)]
[Dist/Tizen] Note on the firmware dependency

Leave a note in case openvino.rpm is installed to a
Tizen image with mic/tic infrastructure.

Change-Id: I598cf6d1f54dd5ba0811e62ed91f17d68a7a0d7e
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
3 years ago[Dist/Tizen] Add a runtime dependency on the MvNCS2 firmware package 64/240964/3 accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified tizen_6.0 tizen_6.0_hotfix tizen_6.5 accepted/tizen/6.0/unified/hotfix/20201102.235959 accepted/tizen/6.5/unified/20211028.223433 accepted/tizen/unified/20200819.100353 submit/tizen/20200814.014406 submit/tizen/20200818.015631 submit/tizen_6.0/20201029.205501 submit/tizen_6.0_hotfix/20201102.192901 submit/tizen_6.0_hotfix/20201103.115101 submit/tizen_6.5/20211028.163301 tizen_6.0.m2_release tizen_6.5.m2_release
Wook Song [Thu, 13 Aug 2020 07:41:47 +0000 (16:41 +0900)]
[Dist/Tizen] Add a runtime dependency on the MvNCS2 firmware package

This patch adds a runtime dependency on intel-movidius-firmware-ma2x8x,
which contains the firmware for Intel Movidius MA2x8x (NCS2).

Change-Id: Ibdb0051ea42132030009f1ea7dbd4b806a5f0190

3 years ago[Dist/Debian] Fix pdebuild failure for later versions of Ubuntu than Focal 51/238751/2
Wook Song [Fri, 17 Jul 2020 04:23:35 +0000 (13:23 +0900)]
[Dist/Debian] Fix pdebuild failure for later versions of Ubuntu than Focal

This patch fixes pdebuild failure for later version of Ubuntu tnan Focal
Fossa (20.04).

Change-Id: I15e53f5b71b7f23c5f79e7e54d031260e8a25a62
Signed-off-by: Wook Song <wook16.song@samsung.com>
3 years ago[Dist/Debian] Fix dpkg-genchanges warning related to version checking 50/238750/1
Wook Song [Fri, 17 Jul 2020 03:37:02 +0000 (12:37 +0900)]
[Dist/Debian] Fix dpkg-genchanges warning related to version checking

This patch fixes the dpkg-genchanges warning, 'the current version
(2019R3-0~202007100726~ubuntu16.04.1) is earlier than the previous one
(2019R3-3)', that appears while building on launchpad.

Change-Id: Ib4bc6533322201f3c6b371a06da932f70e7b87b5
Signed-off-by: Wook Song <wook16.song@samsung.com>
3 years ago[Dist/Debian] Revise build and runtime dependency on libtbb 80/238180/2
Wook Song [Thu, 9 Jul 2020 06:53:56 +0000 (15:53 +0900)]
[Dist/Debian] Revise build and runtime dependency on libtbb

This patch revises build and runtime dependency on libtbb to use the
version corresponding to 2019~U9.

Change-Id: Ieff50951c12666a5cc63d8e557fb70d075c85fe2
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Debian] Add a local patch to fix build error on mkl-dnn 24/227924/1
Wook Song [Tue, 17 Mar 2020 08:27:13 +0000 (17:27 +0900)]
[Dist/Debian] Add a local patch to fix build error on mkl-dnn

This patch adds a local patch to disable -Werror to fix build errors on
mkl-dnn. For more details, please refer [1]

[1] https://github.com/opencv/dldt/issues/225

Change-Id: I8656f4a4268523fd6b403a483ef337dc49a5342d
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Tizen] Update header files in details/os 36/227436/2 accepted/tizen/unified/20200315.214806 submit/tizen/20200312.050336
Kwanghoon Son [Thu, 12 Mar 2020 03:32:59 +0000 (12:32 +0900)]
[Dist/Tizen] Update header files in details/os

Devel package header files(details/os dir) are missing in spec file.
These files are needed by details/ie_so_loader.h

Change-Id: I8f5b10f9bcf60005fb7d61372b238dbe754421a7
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
4 years agoMerge "[Dist/Tizen] Fix 'redundant-move' in the 'ade' tarball" into tizen accepted/tizen/unified/20200117.065827 submit/tizen/20200117.063100 submit/tizen/20200117.063313 submit/tizen/20200117.063427
Geunsik Lim [Fri, 17 Jan 2020 06:28:54 +0000 (06:28 +0000)]
Merge "[Dist/Tizen] Fix 'redundant-move' in the 'ade' tarball" into tizen

4 years ago[Dist/Tizen] Fix 'redundant-move' in the 'ade' tarball 70/222670/1
Wook Song [Fri, 17 Jan 2020 06:04:43 +0000 (15:04 +0900)]
[Dist/Tizen] Fix 'redundant-move' in the 'ade' tarball

This patch fixes the build error related to 'redundant-move' in the
third party tarball, 'ade'.

Change-Id: I10570ac481a130f6502ad3ea9b224daba8e01c3c
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years agoMerge "[Dist/Tizen] Update the 'ade' tarball to fix gcc-9 build errors" into tizen accepted/tizen/unified/20200117.045256 submit/tizen/20200117.022351
MyungJoo Ham [Fri, 17 Jan 2020 02:22:22 +0000 (02:22 +0000)]
Merge "[Dist/Tizen] Update the 'ade' tarball to fix gcc-9 build errors" into tizen

4 years ago[Dist/Tizen] Update the 'ade' tarball to fix gcc-9 build errors 42/222642/1
Wook Song [Fri, 17 Jan 2020 01:52:46 +0000 (10:52 +0900)]
[Dist/Tizen] Update the 'ade' tarball to fix gcc-9 build errors

In order to fix build errors compiling with GCC-9, this patch updates
thi tarball of a third-party library, 'ade'.

Change-Id: Ib3d85a9893a3c7ea1ecb18ec24260289cb29feca
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Debian] Fix build error on not-x86_64 architectures 90/222390/1
Wook Song [Tue, 14 Jan 2020 08:22:49 +0000 (17:22 +0900)]
[Dist/Debian] Fix build error on not-x86_64 architectures

This patch fixes errors while building on not-x86_64 architectures.

Change-Id: I9b04e34e9eb49c15c9cea6017eb9c4881479f318
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Debian] Remove version requirement for libtbb-dev 28/222128/1 accepted/tizen/unified/20200113.130523 submit/tizen/20200113.054746 submit/tizen/20200113.054840
Wook Song [Fri, 10 Jan 2020 02:31:20 +0000 (11:31 +0900)]
[Dist/Debian] Remove version requirement for libtbb-dev

The version strings used in openvino and libtbb do not follow the debian
standard. Therefore, since it is not possible to resolve build
dependency on libtbb-dev because of the invalid version string, the
openvino packages could not be built on the launchpad ppa. To work-aroud
this problem, this patch removes the version requirement for libtbb-dev
in the control file.

Change-Id: Ic4167c3b7b201fd02387975dda6781d1e48c581f
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Debian] Change package names to openvino 46/221846/1
Wook Song [Wed, 8 Jan 2020 04:54:32 +0000 (13:54 +0900)]
[Dist/Debian] Change package names to openvino

This patch changes package names from libinference-engine-* to
openvino-*.

Change-Id: I83bd15610e84f00563965695e72ef01b87216e00
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Debian] Add a patch that support pre-installed VPU firmware 34/221834/1
Wook Song [Wed, 8 Jan 2020 01:44:24 +0000 (10:44 +0900)]
[Dist/Debian] Add a patch that support pre-installed VPU firmware

In order to build the plugin of OpenVino using firmware pre-installed
or provided by other packages, the existing CMake build scripts should
be modified. This patch adds such patch set modifying the CMake build
scripts and enables that option in debian/rules.

Change-Id: Ia51fda33df226b5fdabd913121bba6d25e8fdf77
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Tizen/CMake] Enable the VPU plugin for MVNC support 88/221688/1
Wook Song [Mon, 6 Jan 2020 04:39:42 +0000 (13:39 +0900)]
[Dist/Tizen/CMake] Enable the VPU plugin for MVNC support

This patch enables the CMake options realted to the VPU and MVNC
plugins.

Change-Id: Ia72ff8955a8f6403d8d0bd60f550fa651515958d
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[PkgConfig] Rename libinference-engine.pc to openvino.pc 09/221609/2
Wook Song [Mon, 6 Jan 2020 06:56:26 +0000 (15:56 +0900)]
[PkgConfig] Rename libinference-engine.pc to openvino.pc

This patch renames the file name of the libinference-engine.pc to
openvino.pc.

Change-Id: Ibabcaf2d0a759d4202d4a9c379925fbaeab080b8
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Tizen] Rearrange static libraries in the development package 20/221520/1
Wook Song [Fri, 3 Jan 2020 07:32:15 +0000 (16:32 +0900)]
[Dist/Tizen] Rearrange static libraries in the development package

Several libraries related to GTest, GFlags, and stb might conflicts with
other packages in Tizen. In order to handle this issue, this patch
rearrages the static libraries in the development package.

Change-Id: I676e81e2f4466efb6901061bfee68b02c8ede9d6
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Tizen] Include a .pc file in the development package 19/221519/1
Wook Song [Fri, 3 Jan 2020 07:24:15 +0000 (16:24 +0900)]
[Dist/Tizen] Include a .pc file in the development package

This patch includes libinference-engine.pc in the development package to
make this package provide the information required to build binaries
using the OpenVino headers and libraries.

Change-Id: I5342649d3c806e88da46c6ea2a69fcae196647c0
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Debian] Add a sub-package to provide the CPU extension 18/221518/1
Wook Song [Fri, 3 Jan 2020 06:49:13 +0000 (15:49 +0900)]
[Dist/Debian] Add a sub-package to provide the CPU extension

This patch adds a sub-package to provide the CPU extension plug-in.

Change-Id: I07e2599aff375934b4f549a7ae9f4eb8dd6e8daf
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Debian/CMake] Enable VPU and MYRIAD options 02/221202/2
Wook Song [Mon, 30 Dec 2019 05:26:28 +0000 (14:26 +0900)]
[Dist/Debian/CMake] Enable VPU and MYRIAD options

This patch enables VPU and MYRIAD build options to use Intel Movidius
Neural Compute Stick 1 and 2. Currently, all of the plugins are packaged
into one, but later, they would be separated into sub-packages. Note
that the firmwares for the MVNCS 1 and 2 are excluded and they would be
provided other packages.

Change-Id: Ie7ad5fd2b4a50a3710acd957f00aefab62454863
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Debian] Add a .pc file to the development package 01/221201/2
Wook Song [Tue, 24 Dec 2019 05:41:19 +0000 (14:41 +0900)]
[Dist/Debian] Add a .pc file to the development package

This patch adds libinference-engine.pc to the development package in
order to make this package provide the information required to build
binaries using the OpenVino headers and libraries.

Change-Id: Ideaa6a4bf3cc7cb8dd29edc225657dfca076dbdd
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Debian] Add initial debian packaging files 01/220701/3
Wook Song [Fri, 20 Dec 2019 04:40:19 +0000 (13:40 +0900)]
[Dist/Debian] Add initial debian packaging files

This patch adds initial debian packaging files.

Change-Id: Ifeadfdb5c3e67a87773ac2834b3b17765c867645
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Tizen] Replace patch file resolving dependency on TBB with new one 00/220700/2
Wook Song [Thu, 19 Dec 2019 07:37:59 +0000 (16:37 +0900)]
[Dist/Tizen] Replace patch file resolving dependency on TBB with new one

This patch replaces the patch file that resolves build dependency on TBB
with a new one.

Change-Id: I3eb7c81d22e02c0a9378620e8cd47ffa1b0aeaec
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Tizen] Block running tests until it is stabilized 16/220316/1 accepted/tizen/unified/20191218.012553 submit/tizen/20191217.063513
Wook Song [Tue, 17 Dec 2019 06:31:55 +0000 (15:31 +0900)]
[Dist/Tizen] Block running tests until it is stabilized

This patch blocks the 'check' section to avoid build break on armv7l and
i586.

Change-Id: Iba50a74a08b23d2f17cb71897d8d892b294245eb
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Tizen] bugfix: Adjust install directory according to target arch 82/220282/1 submit/tizen/20191217.023013
Wook Song [Mon, 16 Dec 2019 07:37:19 +0000 (16:37 +0900)]
[Dist/Tizen] bugfix: Adjust install directory according to target arch

OpenVino uses installation directories which vary according to the
target architecture. To properly package the files installed different
directories across the target architecture, this patch adds hard-coded
installation directories to the rpm spec file.

Change-Id: I1ceb3f8c089abe03b3e7d06c9b55a67920609d7b
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years agobugfix: Add omitted patch files 88/220188/1
Wook Song [Sun, 15 Dec 2019 23:53:26 +0000 (08:53 +0900)]
bugfix: Add omitted patch files

This patch fixes a bug incurred by omitted local patch files.

Change-Id: Id7045a3d5e4af0b7e3853451e2344e305f151ebe
Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years ago[Dist/Tizen] Add rpm spec and manifest files for Tizen OBS/GBS support
Wook Song [Wed, 20 Nov 2019 05:05:49 +0000 (14:05 +0900)]
[Dist/Tizen] Add rpm spec and manifest files for Tizen OBS/GBS support

This patch adds rpm spec and manifest files for Tizen OBS/GBS support.
By appending tar.gz files for ade and ngraph, this patch also resolves
build dependencies on them, which are supposed to be downloaded using
git submodule via a network.

Signed-off-by: Wook Song <wook16.song@samsung.com>
4 years agoMerge pull request #309 from asuhov/2019-r31
Alexey Suhov [Mon, 28 Oct 2019 18:34:43 +0000 (21:34 +0300)]
Merge pull request #309 from asuhov/2019-r31

Publishing 2019 R3.1 content

4 years agoPublishing 2019 R3.1 content
Alexey Suhov [Mon, 28 Oct 2019 18:25:18 +0000 (21:25 +0300)]
Publishing 2019 R3.1 content

4 years agoturned off cpplint by default
Alexey Suhov [Thu, 24 Oct 2019 14:39:17 +0000 (17:39 +0300)]
turned off cpplint by default

4 years agoMerge pull request #278 from asuhov/2019-r3
Alexey Suhov [Fri, 4 Oct 2019 16:54:45 +0000 (19:54 +0300)]
Merge pull request #278 from asuhov/2019-r3

Publishing 2019 R3 content

4 years agoPublishing 2019 R3 content
Alexey Suhov [Fri, 4 Oct 2019 16:26:43 +0000 (19:26 +0300)]
Publishing 2019 R3 content

4 years agoPublishing 2019 R2 content (#223)
Alexey Suhov [Fri, 9 Aug 2019 16:02:42 +0000 (19:02 +0300)]
Publishing 2019 R2 content (#223)

4 years agoreplaced recommended stackoverflow dldt tag with openvino; removed outdated setup...
Alexey Suhov [Thu, 27 Jun 2019 18:01:22 +0000 (21:01 +0300)]
replaced recommended stackoverflow dldt tag with openvino; removed outdated setup.py for python api (#195)

4 years agoupdated license headers in movidius sources (#163)
Alexey Suhov [Tue, 28 May 2019 12:40:53 +0000 (15:40 +0300)]
updated license headers in movidius sources (#163)

4 years agoPublishing 2019 R1.1 content and Myriad plugin sources (#162)
Alexey Suhov [Mon, 27 May 2019 18:18:32 +0000 (21:18 +0300)]
Publishing 2019 R1.1 content and Myriad plugin sources (#162)

* Publishing 2019 R1.1 content and Myriad plugin sources

5 years agoPublishing 2019 R1.0.1 content
Alexey Suhov [Tue, 30 Apr 2019 15:55:07 +0000 (18:55 +0300)]
Publishing 2019 R1.0.1 content

5 years agoMerge pull request #129 from asuhov/2019-r1
Viacheslav Matveichev [Fri, 12 Apr 2019 22:02:28 +0000 (01:02 +0300)]
Merge pull request #129 from asuhov/2019-r1

Publishing 2019 R1 content

5 years agoPublishing 2019 R1 content
Alexey Suhov [Fri, 12 Apr 2019 15:25:53 +0000 (18:25 +0300)]
Publishing 2019 R1 content

5 years agoAdd a section of how to link IE with CMake project (#99)
Dmitry Kurtaev [Thu, 14 Mar 2019 10:13:27 +0000 (13:13 +0300)]
Add a section of how to link IE with CMake project (#99)

5 years agoAdded unit tests and readme for model optimizer (#79)
Alexey Suhov [Wed, 23 Jan 2019 17:23:27 +0000 (20:23 +0300)]
Added unit tests and readme for model optimizer (#79)

* added unit tests
* added readme for model optimizer
* added a list of supported IE plugins

5 years agoUpdate readme
openvino-pushbot [Mon, 21 Jan 2019 20:30:11 +0000 (23:30 +0300)]
Update readme

5 years agoPublishing R5 content (#72)
Alexey Suhov [Mon, 21 Jan 2019 18:31:31 +0000 (21:31 +0300)]
Publishing R5 content (#72)

* Publishing R5 content

* Updated ade revision

* updated readme

* add possibility to build CPU plugin with Intel MKL package

5 years agoupdated readme files (#54)
Alexey Suhov [Fri, 14 Dec 2018 18:26:38 +0000 (21:26 +0300)]
updated readme files (#54)

5 years agoupdate the dependency file to support ubuntu 18.04 (#17)
RachelRen05 [Fri, 14 Dec 2018 18:09:44 +0000 (02:09 +0800)]
update the dependency file to support ubuntu 18.04 (#17)

* update dependency file to support ubuntu 18.04

* update dependency file to support ubuntu 18.04

5 years agoupdated install_dependencies.sh and readme for python api (#43)
Alexey Suhov [Thu, 29 Nov 2018 18:04:21 +0000 (21:04 +0300)]
updated install_dependencies.sh and readme for python api (#43)

* use absolute path in readme for python api
* Update install_dependencies.sh

5 years agoUpdate README.md
openvino-pushbot [Fri, 23 Nov 2018 13:26:19 +0000 (16:26 +0300)]
Update README.md

5 years agoPublishing R4 (#41)
Alexey Suhov [Fri, 23 Nov 2018 13:19:43 +0000 (16:19 +0300)]
Publishing R4 (#41)

* Publishing R4

5 years agoUpdate ie_api.pyx (#31)
Sergei Belousov [Thu, 22 Nov 2018 18:01:04 +0000 (21:01 +0300)]
Update ie_api.pyx (#31)

Fix error: dldt/inference-engine/ie_bridges/python/inference_engine/ie_api.pyx:296:10: Signature not compatible with previous declaration

5 years agofixed scripts permissions
openvino-pushbot [Tue, 16 Oct 2018 17:52:11 +0000 (20:52 +0300)]
fixed scripts permissions

5 years agoPublishing R3 extra content
openvino-pushbot [Tue, 16 Oct 2018 11:00:32 +0000 (14:00 +0300)]
Publishing R3 extra content

5 years agoPublishing R3
openvino-pushbot [Tue, 16 Oct 2018 10:45:03 +0000 (13:45 +0300)]
Publishing R3

5 years agoInitial commit
openvino-pushbot [Mon, 15 Oct 2018 19:19:27 +0000 (22:19 +0300)]
Initial commit