Changes between Version 3 and Version 4 of venice/npu
- Timestamp:
- 06/25/2024 11:26:54 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/npu
v3 v4 9 9 NXP uses the term eIQ, which is 'edge intelligence'. NXP has a eIQ ML software environment for neural networks (NN). 10 10 11 With eIQ, there are 4 inference engines – OpenCV, Arm® NN, Arm CMSIS-NN and !TensorFlow Lite 11 With eIQ, there are 4 inference engines: 12 1. OpenCV 13 1. Arm® NN 14 1. Arm CMSIS-NN 15 1. !TensorFlow Lite 12 16 13 17 14 18 Some of the default NXP Yocto software has examples in the directory /usr/bin/tensorflow-lite-2.4.0/examples 15 19 16 More information can also be found on the eIQ community page: 20 PyeIQ is demo software written on top of the eIQ Machine Learning software environment. This Python code provides python classes to provide a simple and efficient baseline to get started. 21 * [https://pypi.org/project/pyeiq/] 22 * 23 {{{ 24 apt install pip 25 pip3 install pyeiq 26 }}} 27 * PyeIQ Examples are shown here: [https://community.nxp.com/t5/Blog/PyeIQ-3-x-Release-User-Guide/ba-p/1305998] 28 29 More information can also be found on the NXP eIQ community page: 17 30 * eIQ Edge Intelligence Starter PDF: [https://www.nxp.com/docs/en/fact-sheet/EIQ-FS.pdf] 18 31 * eIQ Edge Intelligence Community Page: https://community.nxp.com/t5/eIQ-Machine-Learning-Software/bd-p/eiq