Dynamic Reconfiguration of Data Paths
Dynamic Loading for Computer Vision Acceleration with DRP
AI MAC found in DRP-AI
DRP-AI Operation
DRP-AI vs alternatives
RZ/V Series Product Roadmap
RZ/V2L Architecture
Renesas RZ/V2L Evaluation Kit
Avnet RZBoard V2L
DRP-AI Translator
DRP-AI Translator vs DRP\_AI TVM
DRP-AI configuration files
DRP-AI Translator files
DRP-AI Translator vs Edge Impulse
Enabling DRP-AI in Edge Impulse Studio
YOLO for DRP-AI in Edge Impulse Studio
edge-impulse-linux-runner
command from the RZ/V2L board itself after installing all Edge Impulse CLI. This deploy the model directly to your board hosted in Edge Impulse’s TypeScript based Web Deployment and you can connect to the running model from your browser and evaluate performance.
You will ultimately want to deploy the model into a custom application on your own custom application and the two choices you have are to use the C++ DRP-AI Library for embedding in a custom C++ application or the EIM deployment.
EIM usage
Two Stage AI Vision Pipeline
app.py
which contains the main 2 stage pipeline and web server and eim.py
which is a custom Python SDK for using EIM’s in your own application
To configure the application various configuration options are available in the Application Configuration Options section near the top of the application:
Two Stage pipeline used for Candy Classification (QC Application)