Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Updated:

Question

How to speed up apps created with Python.


Answer

It is possible to build and use a speedup library called Numba.

https://numba.pydata.org/

Below are the steps to build Numba and the code for a sample app (yuv_yolov5_app) that applies Numba.

https://iproiot.atlassian.net/wiki/spaces/TPFAQEN/pages/832504608/Compile+external+library+for+Python#Compile-a-Python-module-(Numba)

  • No labels