.. include:: /keyword.rst ========================= Model Conversion Tutorial ========================= .. toctree:: :hidden: :maxdepth: 1 Integrate with Multimedia Frameworks <neuron-dev-flow/example_app> Model Visualization <neuron-dev-flow/model_visualization> Model Converter <neuron-dev-flow/model_converter> Platform-Aware Model Design Guide <neuron-dev-flow/model_design_guide> This chapter provides a step-by-step tutorial of: * Convert YOLOv5s model to MediaTek proprietary DLA model. * Visualize the model and have a grasp on tensor information. * Use :doc:`Neuron Run-time API </sw/yocto/ml-guide/neuron-sdk/neuron_runtime_api>` to perform model evaluation. * Pre-process camera frame data and post-process tensor output data for user-defined metadata framework ( ``GstInference`` in this case). .. figure:: /_asset/sw_yocto_ml-guide_neuron-sdk_neuron-dev-flowl-dev_flow_overview.png :align: center :width: 600px Neuron Development Flow Overview .. important:: :doc:`/sw/yocto/ml-guide/ml-neuron-sdk` is only available on the Genio 1200 and Genio 700 platforms and requires NDA access.