Aleksandr Voron
Aleksandr Voron
@alexein777 What OS do use use on Raspberry? Could you please try to install pybinf11 package from system repository? If you're using Ubuntu the command is `apt-get install python-pybind11`
@xuanqing94 does this sample work to you?
The instruction how to build the plugin on M1 has been changed recently: https://github.com/openvinotoolkit/openvino_contrib/wiki/How-to-build-ARM-CPU-plugin#building-for-macos Could you please try it?
Hi @IRONICBo The pre-commit check `build_ubuntu20_release` has been failed because of internal infrastructure issue. I've already contacted with dev team, they will fix the issue shortly and restart the check....
@andriyrizhiy the instruction you're referring to has been significantly changed recently. Could you please try a new version of instruction? It builds OpenVINO python library and setupvars should initialized python...
@MdScntst could you please set `_dump` variable to `true` on this line: https://github.com/openvinotoolkit/openvino_contrib/blob/9d729cf0f9e73aa318b38af408b6c385a5300dc6/modules/arm_plugin/src/transformations/arm_optimizations.hpp#L21 then infer the network and share *.dot files generated by the plugin with us (it you have...
@xlla thank you for raising the question. Could you please point to commented \ deleted lite of code you're referring to? What contrib branch do you use - master or...
Hi @YaroslavSchubert Thank you for your feedback. Most probably, the significant latency is a result of executing non-optimized reference OpenVINO code. The list of layers supported by ARM plugin is...
Hi @dkurt Thank you for you feedback! It seems we could support Slice operation natively, since it's presented in ACL: https://arm-software.github.io/ComputeLibrary/latest/classarm__compute_1_1_n_e_slice.xhtml We'll plan to support Slice.
@fuatka thank you for raising the issue. Could you please share your code to reproduce the issue? It helps OpenCV team to investigate the issue faster.