-
Hi i get following error after trying to build the default backend.
$ python -mpyvx.build_cbackend --default pyvx /home/test/Desktop/openvx_sample/install/Linux/x64/Release/
In file included from …
-
ERROR: failed with status = (-7) at /home/pi/OpenVXSample-pop/openvx-samples/bubble-pop/source/AMD_app.cpp#50
What is this error??
-
Hi,
I am trying to mock a function from OpenVX:
`vx_image vxCreateImageFromHandle(vx_context context, vx_df_image color, const vx_imagepatch_addressing_t addrs[], void *const ptrs[], vx_enum me…
-
### Describe the feature and motivation
We need to clean [OpenCV 5.0](https://github.com/orgs/opencv/projects/1) codebase, especially the main repository, in order to create room for new functionalit…
-
Hello TengineKit,
Please adivce:
TengineKit/Khadas/sample/Face/bin/Face crash with error of "load plugin failed: libvxplugin.so: cannot open shared object file: No such file or directory"
Note:…
-
Hi,
We downloaded the latest available openVx sample code (openvx_sample_1.2.tar.bz2), built the sample libraries and ran the generated unit test executable as listed in the README file (..\ope…
-
I'm having an issue using asciidoctor-mathematical with the inline expression
> \sum\limits_{w=0}^{cell\_width}
(which is legal in LaTeX and handled properly by KaTeX). From asciidoctor-mathemat…
-
# Problem:
Error in the dimensions of the output map in CTS(OpenVX Conformance Test Suite).
Quote from [standard](https://www.khronos.org/registry/OpenVX/specs/1.2.1/OpenVX_Specification_1_2_1.htm…
-
Hi, I have a problem while building tflite-vx-delegate for Android 13.
I entered the below code,
`cmake .. -DCMAKE_TOOLCHAIN_FILE=$NDK_PATH/build/cmake/android.toolchain.cmake -DANDROID_PLATFORM=…
-
From the doc of vx_khr_nn_1_2_1.pdf, The following equation is implemented:
outputs[j,k,i]=saturate(round(∑l(∑m,n(inputs[j+m,k+n,l]×weights[m,n,l,i]))+biasses[j,k,i]))
But The reference code equat…