DRP-AI Demos: Difference between revisions

From Renesas.info
No edit summary
Line 15: Line 15:


= DRP-AI Evaluation Software =
= DRP-AI Evaluation Software =
The AI Evaluation Software is a precompiled application software to evaluate any DRP-AI inferences generated from the DRP-AI Translator.. The software loads 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.
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  
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  

Revision as of 00:29, 26 May 2022

RZV2 Reference Application Demos can be found in the links below

  • Supported Renesas 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 DRP-AI Support Package.

  • RZ/V2M
  • 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.

  • RZ/V2M
  • 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
  • RZ/V2L