forked from ROCm/MIVisionX
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* nnir_to_openvx print (ROCm#103) * Ubuntu 18.04 warnings fix (ROCm#104) * Support for ONNX V1.3 (ROCm#101) ONNX 1.3 support for ResNet50 * adding grouped convolution and updating readme (ROCm#105) * Update README.md * Update convolution_layer.cpp * Loom Sample & Readme Updates (ROCm#106) * Loom Readme updates * Loom Samples Added * Samples Readme Updates * ROCm Version Updated * Readme updates (ROCm#107) * loom logo added * logo updates for loom * Samples readme updates * Main readme updates * WinML Readme updates * OpenVX Readme updates * loom readme updates * Apps readme updates * updates (ROCm#108) * Extensions readme updates * main readme update * loom readme updates * loom link updates * updates to loom * updates * Set up script updates * YoloV2 Fix (ROCm#109) * cloud inference updates (ROCm#111) * client app images added * Readme for Cloud Application * Cloud Inference Fix (ROCm#112) * Server Rename fix * Readme Link Fix * Client Readme updates * Server usage help added * Model Compiler Path Set * Model Compiler Scripts updated * Default Model Compiler Path Added * Server Readme fix * Cloud Inference readme fix * Server/Client bug fix * Cloud Inference Fix (ROCm#113) * Cloud Inference - Server Help (ROCm#114) * Cloud Inference Application - Graphs & Enhancements (ROCm#115) * graph added/polished * Update annInferenceApp.pro * Update inference_receiver.h * Update inference_viewer.cpp * Update inference_viewer.cpp * Update perf_graph.ui * Update inference_receiver.cpp * Title update * Update inference_receiver.cpp * onnx_to_nnir help text fix (ROCm#118) * bug fix * bug fix * bug fix * Update perf_chart.cpp * bug fix
- Loading branch information
1 parent
b59a87d
commit ed44b88
Showing
46 changed files
with
581 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,17 @@ | ||
# AMD OpenVX Extensions (amd_openvx_extensions) | ||
# AMD OpenVX Extensions | ||
|
||
The OpenVX framework provides a mechanism to add new vision functions to OpenVX by 3rd party vendors. This project has below OpenVX modules and utilities to extend [AMD OpenVX](../amd_openvx#amd-openvx-amd_openvx) (amd_openvx) project, which contains the AMD OpenVX Core Engine. | ||
|
||
* [amd_loomsl](amd_loomsl#radeon-loom-stitching-library-vx_loomsl): AMD Radeon LOOM stitching library for live 360 degree video applications | ||
* [amd_nn](amd_nn#openvx-neural-network-extension-library-vx_nn): OpenVX neural network module | ||
* [amd_loomsl](amd_loomsl): AMD Radeon LOOM stitching library for live 360 degree video applications | ||
|
||
<p align="center"><img width="80%" src="../docs/images/loom-2.jpg" /></p> | ||
|
||
* [amd_nn](amd_nn#openvx-neural-network-extension-library-vx_nn): OpenVX neural network module. Learn more about neural net workflow in [Neural Net Model Compiler & Optimizer](../model_compiler#neural-net-model-compiler--optimizer) | ||
|
||
<p align="center"><img width="80%" src="../docs/images/modelCompilerWorkflow.png" /></p> | ||
|
||
* [amd_opencv](amd_opencv#amd-opencv-extension): OpenVX module that implements a mechanism to access OpenCV functionality as OpenVX kernels | ||
|
||
* [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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.