Skip to content

MIVisionX v1.6

Compare
Choose a tag to compare
@kiritigowda kiritigowda released this 13 Dec 19:31
· 817 commits to master since this release

Release Notes

Online Documentation

MIVisionX Documentation

NEW Features

  • New Applications & Samples
  • RALI - Bug-fixes
  • Minor Bug-fixes
  • ROCm 2.10 support
  • Duplicate data cleanup
  • Package optimized

Release code checkout

git clone -b 1.6 https://github.com/GPUOpen-ProfessionalCompute-Libraries/MIVisionX

Install Packages on Linux

.deb

sudo dpkg -i mivisionx-1.6-1.x86_64.deb
sudo apt-get install -f

.rpm

sudo yum install mivisionx-1.6-1.x86_64.rpm

NOTE: Prerequisites for apt-get/yum install

  1. Ubuntu 16.04/18.04 or CentOS 7.5/7.6
  2. ROCm supported hardware
  3. ROCm

Install Packages on Windows

MIVisionX-installer.msi - Prerequisites

  • Windows 10
  • Windows SDK
  • Visual Studio 2017
  • Install OpenCL SDK
  • OpenCV 3.4
    • Set OpenCV_DIR environment variable to OpenCV/build folder
    • Add %OpenCV_DIR%\x64\vc14\bin or %OpenCV_DIR%\x64\vc15\bin to your PATH

MIVisionX_WinML-installer.msi - Prerequisites

Known Issues

  • Package (.deb & .rpm) install requires OpenCV v3.4.0 to execute AMD OpenCV extensions

Tested configurations

  • Windows 10
  • Linux: Ubuntu - 16.04/18.04 & CentOS - 7.5/7.6
  • ROCm: rocm-dkms - 2.10.14
  • rocm-cmake - github master:ac45c6e
  • MIOpenGEMM - 1.1.5
  • MIOpen - 2.1.0
  • Protobuf - V3.5.2
  • OpenCV - 3.4.0
  • Dependencies for all the above packages