Skip to content

Releases: banderlog/opencv-python-inference-engine

v4.3.0.1

25 Apr 19:46
Compare
Choose a tag to compare

New versions of opencv and dldt

  • OpenCV-4.3.0
  • dldt-2020.2 with MYRIAD plugin
  • ffmpeg-4.2.2
  • libtbb2
  • OpenBLAS

v4.2.0.4

24 Mar 11:31
c39d8de
Compare
Choose a tag to compare

Because of #5, dldt now built with OpenBLAS, which gives x10 speed up on certain NNs.

  • OpenCV-4.2.0
  • dldt-2020.1 with MYRIAD plugin
  • ffmpeg-4.2.2
  • libtbb2
  • OpenBLAS

v4.2.0.3

14 Mar 21:30
f87ed33
Compare
Choose a tag to compare

Minor release with some bugfixes and tests. Lib versions without changes.

v4.2.0.2

17 Feb 19:01
Compare
Choose a tag to compare
  • OpenCV-4.2.0
  • dldt-2020.1 with MYRIAD plugin
  • ffmpeg-4.2.2
  • libtbb2 included

v4.1.2.1

21 Oct 12:27
Compare
Choose a tag to compare

OpenCV-4.1.2
dldt-2019_R3 with MYRIAD plugin
ffmpeg-4.2.1
libtbb2 included

v4.1.1.1

13 Sep 14:44
Compare
Choose a tag to compare

Fixed bugs which emerged in v4.1.1.0 and v4.1.0.4: openvinotoolkit/openvino#248

It requires SSE4_2 (for SSE3 CPUs use v4.1.0.3)

OpenCV-4.1.1
dldt-2019_R2 with MYRIAD plugin
ffmpeg-4.2.1
libtbb2 included

4.1.1.0

16 Aug 12:39
7aa9f54
Compare
Choose a tag to compare
4.1.1.0 Pre-release
Pre-release

OpenCV-4.1.1
dldt-2019_R2 with MYRIAD plugin
ffmpeg-4.2
libtbb2 included

4.1.0.4

15 Jul 15:29
63032b7
Compare
Choose a tag to compare
4.1.0.4 Pre-release
Pre-release

OpenCV-4.1.0
dldt-2019_R1.1 with MYRIAD plugin
ffmpeg-4.1.3
libtbb2 included

Compiled in Ubuntu 16.04 linux container

4.1.0.3

07 Jun 12:42
a667bda
Compare
Choose a tag to compare

Release contents: opencv-4.1.0 + dldt-2019_R1.0.1 with ffmpeg-4.1.3 included into package.

Fixes ffmpeg problems in v4.1.0.2. I wanted to avoid including of ffmpeg libs into package, but it was stupid.

Remember to install libtbb: apt install libtbb2

4.1.0.2

14 May 23:28
648474f
Compare
Choose a tag to compare

Package contens: opencv-4.1.0 + dldt-2019_R1

  • Contrib modules and haarcascades are not included.
  • It built with ffmpeg and v4l support.
  • It compiled with TBB lib selected as threading lib, so you will need to install it (libtbb-dev on Ubuntu).
  • No GTK/QT support -- use matplotlib for plotting your results.
  • Linux x86_64 only
  • Depends on libtbb2 and glibc-2.27

ffmpeg libs are NOT included