Skip to content

Commit

Permalink
VX EXT Readme Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritigowda authored Mar 19, 2020
1 parent 5a6a651 commit 7ba7a2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions amd_openvx_extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The OpenVX framework provides a mechanism to add new vision functions to OpenVX

* [amd_opencv](amd_opencv#amd-opencv-extension): OpenVX module that implements a mechanism to access OpenCV functionality as OpenVX kernels

* [amd_rpp](amd_openvx_extensions/amd_rpp): OpenVX extension providing an interface to some of the Radeon Performance Primitives ([RPP](https://github.com/GPUOpen-ProfessionalCompute-Libraries/rpp)) functions. This extension is used to enable [RALI](../rali/README.md) to perform image augmentation.

* [amd_winml](amd_winml#amd-winml-extension): 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.

<p align="center"><img width="80%" src="../docs/images/winmlFrameWorks.png" /></p>

0 comments on commit 7ba7a2e

Please sign in to comment.