-
OS: Windows 10 2004
CPU: Ryzen 7 2700X
GPU: NVIDIA RTX 2080
I built MIVisionX 1.8 from sources in Visual Studio 2019 and tried to run samples but runvx crashed. Then I installed MIVisionX 1.6 fro…
-
```
CMake Deprecation Warning at utilities/runvx/CMakeLists.txt:74 (cmake_policy): The OLD behavior for policy CMP0054 will be removed from a future version of CMake.
```
-
I have created a WinML extension for OpenVX, to use to WinML functionality from with an OpenVX graph - https://github.com/GPUOpen-ProfessionalCompute-Libraries/MIVisionX/tree/master/amd_openvx_extensi…
-
[ 0%] Running C++ protocol buffer compiler on proto/caffe.proto
Scanning dependencies of target runcl
Scanning dependencies of target openvx
Scanning dependencies of target nnef2openvx
[ 1%] Bui…
-
Using latest MIVision repo to convert nnef to openvx gives me this error
> min *** not yet supported ***
### NNEF Model excerpt
```
version 1.0
graph mobilenet_v1_1( input ) -> ( output )
…
-
Using latest amdovx-modules repo to convert nnef to openvx gives me this error
> OK: parsing /home/amd/models/nnef/object_detection//mobilenet_v1_1/graph.nnef ...
> Parse error: [2:12] expected to…
-
* MIVisionX/amd_openvx_extensions/amd_nn/CMakeLists.txt
* MIVisionX/apps/cloud_inference/server_app/CMakeLists.txt
needs
````
include_directories(${OpenCL_INCLUDE_DIRS})
````
-
I'm trying to convert MTCNN to NNEF (and ultimately to openVX) but the Caffe converter doesn't support Prelu activations:
~/src/MTCNN_face_detection_alignment/code/codes/MTCNNv1/model$ caffe_to_nne…
-
caffe2openvx gives Segmentation fault (core dumped) on VGG16 RCNN Model.
### Caffe Model
Faster RCNN Caffe model was downloaded from [BVLC/Caffe Model Zoo](https://github.com/BVLC/caffe/wiki/Mode…
-
Hello,
I looking for help with vx_nn example 1: from
https://github.com/GPUOpen-ProfessionalCompute-Libraries/amdovx-modules/blob/develop/vx_nn/README.md
I getting error message after run com…