Qualcomm Robotics RB5/AI hardware acceleration/TensorFlow: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
 
mNo edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
{{Qualcomm Robotics RB5/Head|previous=AI_hardware_acceleration/Neural_Processing_SDK/Example_project|next=AI_hardware_acceleration/TensorFlow/Example_pipeline|metakeywords=machineLearning}}
{{Qualcomm Robotics RB5/Head|previous=AI_hardware_acceleration/Neural_Processing_SDK/Example_project|next=AI_hardware_acceleration/TensorFlow/Example_pipeline}}
</noinclude>
</noinclude>



Revision as of 21:21, 26 October 2024


Index






In the section AI Acceleration we had an overview of our options to work Machine Learning/AI applications in the Qualcomm Robotics RB5/RB6. In this section, we are seeing the TensorFlow option. This option comes from an Android specific API that has been ported to the Qualcomm Robotics RB5/RB6 board. We are going to see an example on how to use the GStreamer plugin for TFLite's models and the performance it has in the board.

  • The Example pipeline section shows a functional GStreamer pipeline that used a TFLite model in the Qualcomm Robotics RB5/RB6.
  • The TensorFlow to DLC Conversion section shows how to use tools for converting machine learning models into a format optimized for execution on devices powered by Qualcomm Snapdragon processors.


Index