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

From RidgeRun Developer Wiki
No edit summary
 
No edit summary
 
(One intermediate revision by one other user not shown)
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|title=TensorFlow|description=Learn how to use TensorFlow in your RB5/RB6}}
</noinclude>
</noinclude>



Latest revision as of 21:57, 31 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