GPUOpen-ProfessionalCompute-Libraries / Mivisionx

Licence: other
MIVisionX toolkit is a set of comprehensive computer vision and machine intelligence libraries, utilities, and applications bundled into a single toolkit. AMD MIVisionX also delivers a highly optimized open-source implementation of the Khronos OpenVX™ and OpenVX™ Extensions.

Projects that are alternatives of or similar to Mivisionx

Libonnx
A lightweight, portable pure C99 onnx inference engine for embedded devices with hardware acceleration support.
Stars: ✭ 217 (+117%)
Mutual labels:  inference, onnx
mediapipe plus
The purpose of this project is to apply mediapipe to more AI chips.
Stars: ✭ 38 (-62%)
Mutual labels:  inference, onnx
Tf2
An Open Source Deep Learning Inference Engine Based on FPGA
Stars: ✭ 113 (+13%)
Mutual labels:  opencl, inference
Onnxt5
Summarization, translation, sentiment-analysis, text-generation and more at blazing speed using a T5 version implemented in ONNX.
Stars: ✭ 143 (+43%)
Mutual labels:  inference, onnx
optimum
🏎️ Accelerate training and inference of 🤗 Transformers with easy to use hardware optimization tools
Stars: ✭ 567 (+467%)
Mutual labels:  inference, onnx
Ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
Stars: ✭ 13,376 (+13276%)
Mutual labels:  inference, onnx
fastT5
⚡ boost inference speed of T5 models by 5x & reduce the model size by 3x.
Stars: ✭ 421 (+321%)
Mutual labels:  inference, onnx
Kelpnet
Pure C# machine learning framework
Stars: ✭ 136 (+36%)
Mutual labels:  opencl, onnx
FAST-Pathology
⚡ Open-source software for deep learning-based digital pathology
Stars: ✭ 54 (-46%)
Mutual labels:  opencl, inference
onnxruntime-rs
Rust wrapper for Microsoft's ONNX Runtime (version 1.8)
Stars: ✭ 149 (+49%)
Mutual labels:  inference, onnx
Ml Model Ci
MLModelCI is a complete MLOps platform for managing, converting, profiling, and deploying MLaaS (Machine Learning-as-a-Service), bridging the gap between current ML training and serving systems.
Stars: ✭ 122 (+22%)
Mutual labels:  inference, onnx
Multi Model Server
Multi Model Server is a tool for serving neural net models for inference
Stars: ✭ 770 (+670%)
Mutual labels:  inference, onnx
Yolov5 Rt Stack
Yet another yolov5, with its runtime stack for libtorch, onnx, tvm and specialized accelerators. You like torchvision's retinanet? You like yolov5? You love yolort!
Stars: ✭ 107 (+7%)
Mutual labels:  inference, onnx
Volksdep
volksdep is an open-source toolbox for deploying and accelerating PyTorch, ONNX and TensorFlow models with TensorRT.
Stars: ✭ 195 (+95%)
Mutual labels:  inference, onnx
ai-serving
Serving AI/ML models in the open standard formats PMML and ONNX with both HTTP (REST API) and gRPC endpoints
Stars: ✭ 122 (+22%)
Mutual labels:  inference, onnx
serving-runtime
Exposes a serialized machine learning model through a HTTP API.
Stars: ✭ 15 (-85%)
Mutual labels:  inference, onnx
Opencv Mtcnn
An implementation of MTCNN Face detector using OpenCV's DNN module
Stars: ✭ 59 (-41%)
Mutual labels:  opencl, inference
Vr Speech Sandbox Vive
ARCHIVED and UNMAINTAINED! Please note that this repository is no longer being maintained. For a current VR app please see https://github.com/IBM/vr-speech-sandbox-cardboard
Stars: ✭ 82 (-18%)
Mutual labels:  virtual-reality
Amplifier.net
Amplifier allows .NET developers to easily run complex applications with intensive mathematical computation on Intel CPU/GPU, NVIDIA, AMD without writing any additional C kernel code. Write your function in .NET and Amplifier will take care of running it on your favorite hardware.
Stars: ✭ 92 (-8%)
Mutual labels:  opencl
Unity Experiment Framework
UXF - Framework for creating human behaviour experiments in Unity
Stars: ✭ 81 (-19%)
Mutual labels:  virtual-reality

MIT licensed doc Build Status

MIVisionX toolkit is a set of comprehensive computer vision and machine intelligence libraries, utilities, and applications bundled into a single toolkit. AMD MIVisionX delivers highly optimized open-source implementation of the Khronos OpenVX™ and OpenVX™ Extensions along with Convolution Neural Net Model Compiler & Optimizer supporting ONNX, and Khronos NNEF™ exchange formats. The toolkit allows for rapid prototyping and deployment of optimized computer vision and machine learning inference workloads on a wide range of computer hardware, including small embedded x86 CPUs, APUs, discrete GPUs, and heterogeneous servers.

Latest Release

GitHub tag (latest SemVer)

Table of Contents

AMD OpenVX

AMD OpenVX is a highly optimized open source implementation of the Khronos OpenVX™ computer vision specification. It allows for rapid prototyping as well as fast execution on a wide range of computer hardware, including small embedded x86 CPUs and large workstation discrete GPUs.

Khronos OpenVX™ 1.0.1 conformant implementation is available in MIVisionX Lite

AMD OpenVX Extensions

The OpenVX framework provides a mechanism to add new vision functionality to OpenVX by vendors. This project has below mentioned OpenVX modules and utilities to extend amd_openvx, which contains the AMD OpenVX Core Engine.

  • amd_loomsl: AMD Radeon Loom stitching library for live 360 degree video applications
  • amd_media: vx_amd_media is an OpenVX AMD media extension module for encode and decode
  • amd_nn: OpenVX neural network module
  • amd_opencv: OpenVX module that implements a mechanism to access OpenCV functionality as OpenVX kernels
  • amd_rpp: OpenVX extension providing an interface to some of the RPP's (Radeon Performance Primitives) functions. This extension is used to enable RALI to perform image augmentation.
  • amd_winml: WinML extension will allow developers to import a pre-trained ONNX model into an OpenVX graph and add hundreds of different pre & post processing vision / generic / user-defined functions, available in OpenVX and OpenCV interop, to the input and output of the neural net model. This will allow developers to build an end to end application for inference.

Applications

MIVisionX has several applications built on top of OpenVX modules, it uses AMD optimized libraries to build applications that can be used to prototype or use as a model to develop products.

  • Bubble Pop: This sample application creates bubbles and donuts to pop using OpenVX & OpenCV functionality.
  • Cloud Inference Application: This sample application does inference using a client-server system.
  • Digit Test: This sample application is used to recognize hand written digits.
  • Image Augmentation: This sample application demonstrates the basic usage of RALI's C API to load JPEG images from the disk and modify them in different possible ways and displays the output images.
  • MIVisionX Inference Analyzer: This sample application uses pre-trained ONNX / NNEF / Caffe models to analyze and summarize images.
  • MIVisionX OpenVX Classsification: This sample application shows how to run supported pre-trained caffe models with MIVisionX RunTime.
  • MIVisionX Validation Tool: This sample application uses pre-trained ONNX / NNEF / Caffe models to analyze, summarize and validate models.
  • MIVisionX WinML Classification: This sample application shows how to run supported ONNX models with MIVisionX RunTime on Windows.
  • MIVisionX WinML YoloV2: This sample application shows how to run tiny yolov2(20 classes) with MIVisionX RunTime on Windows.
  • External Applications

Neural Net Model Compiler & Optimizer

Neural Net Model Compiler & Optimizer converts pre-trained neural net models to MIVisionX runtime code for optimized inference.

RALI

The Radeon Augmentation Library - RALI is designed to efficiently decode and process images and videos from a variety of storage formats and modify them through a processing graph programmable by the user.

Toolkit

MIVisionX Toolkit, is a comprehensive set of helpful tools for neural net creation, development, training, and deployment. The Toolkit provides you with helpful tools to design, develop, quantize, prune, retrain, and infer your neural network work in any framework. The Toolkit is designed to help you deploy your work to any AMD or 3rd party hardware, from embedded to servers.

MIVisionX provides you with tools for accomplishing your tasks throughout the whole neural net life-cycle, from creating a model to deploying them for your target platforms.

Utilities

  • inference_generator: generate inference library from pre-trained CAFFE models
  • loom_shell: an interpreter to prototype 360 degree video stitching applications using a script
  • RunVX: command-line utility to execute OpenVX graph described in GDF text file
  • RunCL: command-line utility to build, execute, and debug OpenCL programs

Prerequisites

Hardware

Operating System

Windows

  • Windows 10
  • Windows SDK
  • Visual Studio 2017 or later
  • Install the latest AMD drivers
  • Install OpenCL SDK
  • Install 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

macOS

Linux

  • Linux distribution
    • Ubuntu - 18.04 / 20.04
    • CentOS - 7 / 8
  • Install ROCm
  • CMake 3.0 or later
  • ROCm CMake, MIOpenGEMM & MIOpen for Neural Net Extensions (vx_nn)
  • Qt Creator for Cloud Inference Client
  • Protobuf for inference generator & model compiler
    • install libprotobuf-dev and protobuf-compiler needed for vx_nn
  • OpenCV 3.4
    • Set OpenCV_DIR environment variable to OpenCV/build folder
  • FFMPEG n4.0.4
    • FFMPEG is required for amd_media & mv_deploy modules
  • RALI Prerequisites

Prerequisites setup script for Linux - MIVisionX-setup.py

For the convenience of the developer, we here provide the setup script which will install all the dependencies required by this project.

NOTE: This script only needs to be executed once.

Prerequisites for running the script
  • Linux distribution

    • Ubuntu - 18.04 / 20.04
    • CentOS - 7 / 8
  • ROCm supported hardware

  • ROCm

    usage:

    python MIVisionX-setup.py --directory [setup directory - optional (default:~/)]
                              --installer [Package management tool - optional (default:apt-get) [options: Ubuntu:apt-get;CentOS:yum]]
                              --opencv    [OpenCV Version - optional (default:3.4.0)]
                              --miopen    [MIOpen Version - optional (default:2.5.0)]
                              --miopengemm[MIOpenGEMM Version - optional (default:1.1.5)]
                              --protobuf  [ProtoBuf Version - optional (default:3.12.0)]
                              --rpp       [RPP Version - optional (default:0.6)]
                              --ffmpeg    [FFMPEG Installation - optional (default:no) [options:yes/no]]
                              --rali      [MIVisionX RALI Dependency Install - optional (default:yes) [options:yes/no]]
                              --neural_net[MIVisionX Neural Net Dependency Install - optional (default:yes) [options:yes/no]]
                              --reinstall [Remove previous setup and reinstall (default:no)[options:yes/no]]
    

    Note:

    • use --installer yum for CentOS
    • ROCm upgrade with sudo apt upgrade requires the setup script rerun.
    • use X Window / X11 for remote GUI app control

Build & Install MIVisionX

Windows

Using .msi packages

Using Visual Studio

  • Install Windows Prerequisites

  • Use MIVisionX.sln to build for x64 platform

    NOTE: vx_nn is not supported on Windows in this release

macOS

macOS build instructions

Linux

Using apt-get / yum

  • ROCm supported hardware

  • Install ROCm

  • On Ubuntu

    sudo apt-get install mivisionx
    
  • On CentOS

    sudo yum install mivisionx
    

    Note:

    • vx_winml is not supported on Linux
    • source code will not available with apt-get / yum install
    • the installer will copy
      • executables into /opt/rocm/mivisionx/bin
      • libraries into /opt/rocm/mivisionx/lib
      • OpenVX and module header files into /opt/rocm/mivisionx/include
      • model compiler, toolkit, & samples placed in /opt/rocm/mivisionx
    • Package (.deb & .rpm) install requires OpenCV v3.4.0 to execute AMD OpenCV extensions

Using MIVisionX-setup.py

  • Install ROCm

  • Use the below commands to set up and build MIVisionX

    git clone https://github.com/GPUOpen-ProfessionalCompute-Libraries/MIVisionX.git
    cd MIVisionX
    
    python MIVisionX-setup.py
    

    Note: use --installer yum for CentOS

    mkdir build
    cd build
    cmake ../
    make -j8
    sudo make install
    

    Note: vx_winml is not supported on Linux

Verify the Installation

Linux / macOS

  • The installer will copy

    • executables into /opt/rocm/mivisionx/bin
    • libraries into /opt/rocm/mivisionx/lib
    • OpenVX and OpenVX module header files into /opt/rocm/mivisionx/include
    • Apps, Samples, Documents, Model Compiler, and Toolkit are placed into /opt/rocm/mivisionx
  • Run the below sample to verify the installation

    Canny Edge Detection

    export PATH=$PATH:/opt/rocm/mivisionx/bin
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rocm/mivisionx/lib
    runvx /opt/rocm/mivisionx/samples/gdf/canny.gdf 
    

    Note: More samples are available here

Windows

  • MIVisionX.sln builds the libraries & executables in the folder MIVisionX/x64

  • Use RunVX to test the build

    ./runvx.exe PATH_TO/MIVisionX/samples/gdf/skintonedetect.gdf
    

Docker

MIVisionX provides developers with docker images for Ubuntu 18.04 / 20.04 and CentOS 7 / 8. Using docker images developers can quickly prototype and build applications without having to be locked into a single system setup or lose valuable time figuring out the dependencies of the underlying software.

Docker files to build MIVisionX containers are available

MIVisionX Docker

Docker Workflow Sample on Ubuntu 18.04 / 20.04

Prerequisites

Workflow

  • Step 1 - Install rocm-dkms
sudo apt update
sudo apt dist-upgrade
sudo apt install libnuma-dev
sudo reboot
wget -qO - http://repo.radeon.com/rocm/apt/debian/rocm.gpg.key | sudo apt-key add -
echo 'deb [arch=amd64] http://repo.radeon.com/rocm/apt/debian/ xenial main' | sudo tee /etc/apt/sources.list.d/rocm.list
sudo apt update
sudo apt install rocm-dkms
sudo reboot
  • Step 2 - Setup Docker
sudo apt-get install curl
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
apt-cache policy docker-ce
sudo apt-get install -y docker-ce
sudo systemctl status docker
  • Step 3 - Get Docker Image
sudo docker pull mivisionx/ubuntu-18.04
  • Step 4 - Run the docker image
sudo docker run -it --device=/dev/kfd --device=/dev/dri --cap-add=SYS_RAWIO --device=/dev/mem --group-add video --network host mivisionx/ubuntu-18.04

Note:

  • Map host directory on the docker image

    • map the localhost directory to be accessed on the docker image.
    • use -v option with docker run command: -v {LOCAL_HOST_DIRECTORY_PATH}:{DOCKER_DIRECTORY_PATH}
    • usage:
    sudo docker run -it -v /home/:/root/hostDrive/ --device=/dev/kfd --device=/dev/dri --cap-add=SYS_RAWIO --device=/dev/mem --group-add video --network host mivisionx/ubuntu-18.04
    
  • Display option with docker

    • Using host display
    xhost +local:root
    sudo docker run -it --device=/dev/kfd --device=/dev/dri --cap-add=SYS_RAWIO --device=/dev/mem --group-add video --network host --env DISPLAY=unix$DISPLAY --  privileged --volume $XAUTH:/root/.Xauthority --volume /tmp/.X11-unix/:/tmp/.X11-unix mivisionx/ubuntu-18.04:latest
    
    • Test display with MIVisionX sample
    export PATH=$PATH:/opt/rocm/mivisionx/bin
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rocm/mivisionx/lib
    runvx /opt/rocm/mivisionx/samples/gdf/canny.gdf 
    

Release Notes

Known issues

  • Package install requires OpenCV v3.4.0 to execute AMD OpenCV extensions

Tested configurations

  • Windows 10
  • Linux distribution
    • Ubuntu - 18.04 / 20.04
    • CentOS - 7 / 8
  • ROCm: rocm-dkms - 4.0.0.40000-23
  • rocm-cmake - github master:ac45c6e
  • MIOpenGEMM - 1.1.5
  • MIOpen - 2.5.0
  • Protobuf - V3.12.0
  • OpenCV - 3.4.0
  • RPP - 0.6
  • Dependencies for all the above packages
  • MIVisionX Setup Script - V1.8.7

Latest Release

GitHub tag (latest SemVer)

Docker Image: docker pull kiritigowda/ubuntu-18.04:{TAGNAME}

  • #c5f015 new component added to the level
  • #1589F0 existing component from the previous level
Build Level MIVisionX Dependencies Modules Libraries and Executables Docker Tag
Level_1 cmake
gcc
g++
amd_openvx
utilities
#c5f015 libopenvx.so - OpenVX™ Lib - CPU
#c5f015 libvxu.so - OpenVX™ immediate node Lib - CPU
#c5f015 runvx - OpenVX™ Graph Executor - CPU with Display OFF
Docker Image Version (tag latest semver)
Level_2 ROCm OpenCL
+Level 1
amd_openvx
amd_openvx_extensions
utilities
#c5f015 libopenvx.so - OpenVX™ Lib - CPU/GPU
#c5f015 libvxu.so - OpenVX™ immediate node Lib - CPU/GPU
#c5f015 libvx_loomsl.so - Loom 360 Stitch Lib
#c5f015 loom_shell - 360 Stitch App
#c5f015 runcl - OpenCL™ program debug App
#c5f015 runvx - OpenVX™ Graph Executor - Display OFF
Docker Image Version (tag latest semver)
Level_3 OpenCV
FFMPEG
+Level 2
amd_openvx
amd_openvx_extensions
utilities
#1589F0 libopenvx.so - OpenVX™ Lib
#1589F0 libvxu.so - OpenVX™ immediate node Lib
#1589F0 libvx_loomsl.so - Loom 360 Stitch Lib
#1589F0 loom_shell - 360 Stitch App
#1589F0 runcl - OpenCL™ program debug App
#c5f015 libvx_amd_media.so - OpenVX™ Media Extension
#c5f015 libvx_opencv.so - OpenVX™ OpenCV InterOp Extension
#c5f015 mv_compile - Neural Net Model Compile
#c5f015 runvx - OpenVX™ Graph Executor - Display ON
Docker Image Version (tag latest semver)
Level_4 MIOpenGEMM
MIOpen
ProtoBuf
+Level 3
amd_openvx
amd_openvx_extensions
apps
utilities
#1589F0 libopenvx.so - OpenVX™ Lib
#1589F0 libvxu.so - OpenVX™ immediate node Lib
#1589F0 libvx_loomsl.so - Loom 360 Stitch Lib
#1589F0 loom_shell - 360 Stitch App
#1589F0 libvx_amd_media.so - OpenVX™ Media Extension
#1589F0 libvx_opencv.so - OpenVX™ OpenCV InterOp Extension
#1589F0 mv_compile - Neural Net Model Compile
#1589F0 runcl - OpenCL™ program debug App
#1589F0 runvx - OpenVX™ Graph Executor - Display ON
#c5f015 libvx_nn.so - OpenVX™ Neural Net Extension
#c5f015 inference_server_app - Cloud Inference App
Docker Image Version (tag latest semver)
Level_5 AMD_RPP
RALI deps
+Level 4
amd_openvx
amd_openvx_extensions
apps
rali
utilities
#1589F0 libopenvx.so - OpenVX™ Lib
#1589F0 libvxu.so - OpenVX™ immediate node Lib
#1589F0 libvx_loomsl.so - Loom 360 Stitch Lib
#1589F0 loom_shell - 360 Stitch App
#1589F0 libvx_amd_media.so - OpenVX™ Media Extension
#1589F0 libvx_opencv.so - OpenVX™ OpenCV InterOp Extension
#1589F0 mv_compile - Neural Net Model Compile
#1589F0 runcl - OpenCL™ program debug App
#1589F0 runvx - OpenVX™ Graph Executor - Display ON
#1589F0 libvx_nn.so - OpenVX™ Neural Net Extension
#1589F0 inference_server_app - Cloud Inference App
#c5f015 libvx_rpp.so - OpenVX™ RPP Extension
#c5f015 librali.so - Radeon Augmentation Library
#c5f015 rali_pybind.so - RALI Pybind Lib
Docker Image Version (tag latest semver)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].