DRP-AI Demos: Difference between revisions

From Renesas.info
No edit summary
Line 10: Line 10:
** [https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rz-arm-based-high-end-32-64-bit-mpus/rzv2l-isp-support-package RZ/V2L ISP Support Package]  
** [https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rz-arm-based-high-end-32-64-bit-mpus/rzv2l-isp-support-package RZ/V2L ISP Support Package]  


* '''Supported Renesas Models'''
* '''Renesas Implemented AI Models'''
** YoloV2/V3. TInyYolov2/v3, Resnet, Moblenet, mmpose, and DeepLabv3
** YoloV2/V3. TInyYolov2/v3, Resnet, Moblenet, mmpose, and DeepLabv3
** Refer to DRP-AI Translator page for other models.
** Refer to DRP-AI Translator page for other models.

Revision as of 16:43, 31 May 2022

RZV2 Reference Application Demos can be found in the links below

  • Renesas Implemented AI Models
    • YoloV2/V3. TInyYolov2/v3, Resnet, Moblenet, mmpose, and DeepLabv3
    • Refer to DRP-AI Translator page for other models.

DRP-AI Evaluation Software

The AI Evaluation Software is a precompiled application software that evaluates any DRP-AI inferences generated from the DRP-AI Translator.. The software loads and runs the DRP-AI inference in the DRP-AI hardware for evaluation. Runtime performance of the inference is provided. There is no post processing. Instead a raw binary is generated for post processing later.

NOTE: Source Code is not provided but the Application Software code that loads and runs the DRP-AI inference is the same. Please refer to the Application Software

  • RZ/V2M
    • rzv2m_ai-evalutation-software
  • RZ/V2L
    • rzv2l_ai-evalutation-software

DRP-AI Implementation Software

The Implementation Software are development tools that provide the following support.

  • PyTorch Scripts of Supported Renesas AI Models.
  • Python script example for converting PyTorch script to onnx
  • DRP-AI Translator configuration YAML files
  • Post Processing of the Evaluation Software for Supported Renesas AI Models.
  • Pre generated ONNX file and DRP-AI inference files.

Implementation Software can be found in the sub folder shown below of the RZ/V2L and RZ/V2M DRP-AI Support Package.

  • RZ/V2M
    • rzv2m_ai-implementaion-guide
  • RZ/V2L
    • rzv2l_ai-implementaion-guide

DRP-AI Application Software

The DRP AI Application Software are C language make file projects. These demos provide examples for running DRP-AI inference, Camera API ( USB and MIPI ), Weston Display API, H.264 network streaming, AI Preprocessing, and AI post processing. For detailed information refer to the documentation included in the package.

NOTE: MIPI Camera requires ISP package installation.

Application Software can be found in the sub folder shown below of the RZ/V2L and RZ/V2M DRP-AI Support Package.

  • RZ/V2M
    • rzv2m_drpai-sample-application
  • RZ/V2L
    • rzv2l_ai-sample-application

DRP-AI and ISP Demos

This software is included in the DRP-AI Application Software. This software requires that the ISP has been installed. Below is a list of the application projects for each target machine. For details on compile, target deployment, and running the demos refer to the documents included in the package.

  • RZ/V2M ( all mipi camera demos use ISP, see ISP page for more info. )
    • app_tinyyolov2_cam_vcd
    • app_tinyyolov2_cam_hdmi
    • app_hmet_cam_hdmi
    • app_hmet_pre-yolov3_cam_hdmi
  • RZ/V2L
    • app_tinyyolov2_isp