This package is a demo system which can confirm the performances of AI models on RZ/V2H Evaluation Board Kit.
Users can select the AI model applications on the GUI menu by using the USB mouse, without typing any command.
This package supports the following AI models.
Sparse models are created by the pruning tool in DRP-AI extension package, and realize faster performance and lower foot print than Dense model.
Contents | File name | |
---|---|---|
SD card image file (WIC format) | USB Camera | rzv2h_ai_performance_demo_usb_camera_sd_image.wic.gz |
MIPI Camera | rzv2h_ai_performance_demo_mipi_camera_sd_image.wic.gz | |
License files * | licenses.zip |
Note: Licence files for the software that composes the above SD card image.
Item | Note |
---|---|
RZ/V2H Evaluation Board Kit | Hereinafter referred to as the “RZ/V2H EVK” |
USB PD (100W) + USB Type-C Cable | |
micro SD Card | Required 8GB or more of the capacity. This package is tested by using SDHC microSD 16GB. |
MIPI Camera* | e-con Systems e-CAM22_CURZH |
USB Camera* | Supported resolution: 640x480 Supported format: ‘YUYV’ (YUYV 4:2:2) |
USB Hub | Only when using a USB camera. |
HDMI Monitor + HDMI Cable | |
USB Mouse |
*Select MIPI or USB Camera according to the SD Card Image to be used.
Item | Note |
---|---|
Linux PC | This package is tested on the Linux PC with Ubuntu OS 20.04. |
micro SD card reader | Required if the Linux PC does NOT equip any micro SD card reader. |
rzv2h_ai_performance_demo_***_camera_sd_image.wic.gz
bmap-tools
into the Linux PC. (If already installed, this step can be skipped.)$ sudo apt install bmap-tools
lsblk
command, and confirm the device file name of the micro SD Card and the size of it.
sda
listed on the NAME
column.$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
:
sda 8:0 1 14.2G 0 disk
├─sda1 8:1 1 16.9M 0 part
└─sda2 8:2 1 4G 0 part /mnt/sd
:
sda2
partition of the micro SD card is mounted on /mnt/sd
on the Linux PC file system. You can unmount the partition by executing the following command.$ sudo umount /dev/sda2
or
$ sudo umount /mnt/sd
rzv2h_ai_performance_demo_***_camera_sd_image.wic.gz
) into the micro SD card by the following command.
sda
device file.
Please replace sda
with a device file name displayed on your Linux PC by lsblk
command.$ sudo bmaptool copy --nobmap rzv2h_ai_performance_demo_***_camera_sd_image.wic.gz /dev/sda
Note: It will take approximately 5 minutes to write the image file to the SD card.
First, please prepare RZ/V2H EVK, on which the EXP Board is mounted. Please refer to RZ/V2H Evaluation Board Kit Hardware Manual for more details.
Next, please configure the RZ/V2H EVK and connect the peripheral equipment to it in the order according to the figure below.
Finally, after waiting for about 10 seconds, GUI menu will be displayed on the HDMI monitor.
Users can select and start the AI model applications on the GUI menu by using the USB mouse without typing command.
Clicks to the [x] icon at the upper right corner on the GUI menu, then the software will shut down.
On the screen, check that shutdown procedure runs and the HDMI display is blacked out.
Turn the SW2 to OFF.
Turn the SW3 to OFF.