Python 3.8 VPI bindings

Hello,

I am trying to accelerate an AI vision pipeline in Python. Due to data transfer requirements our team has to rely on the SharedMemory mechanism introduced in Python3.8.

The VPI lib source is proprietary as explained clearly in another post. Are the python bindings as well? If so, how can I get them to work on Py38 - do I have to bind them from C?

I already tried the hackish option, to rename the vpi-bindings python package replacing cp36m with cp38 but it will fail at import because it is an .so package.

Hope you can help!

Hi,

Thanks for your question.

We are checking this with our internal team.
Will share more information with you later.

Hi,

It’s in our feature plan to open source the VPI pybinding so you can build it for your use case.
Please pay attention to our announcement for the update.

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.