Can RPi Compute Modules run a C++ edge impulse library + Python? Could you help me with this?
Thanks!
Can RPi Compute Modules run a C++ edge impulse library + Python? Could you help me with this?
Thanks!
Hi @aabejaro,
The Edge Impulse C++ SDK library is intended to be used within C++ programs. If you wish to call C++ functions from Python, I recommend looking into creating your own wrappers or bindings. See here for more details on how you might do that: Python Bindings: Calling C or C++ From Python – Real Python.
Please note that you can also run inference using our Python SDK (for Linux): Linux Python SDK - Edge Impulse Documentation