Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/common' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wk-mnA committed Feb 29, 2024
2 parents 29555de + 78c8459 commit d7e1822
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# RZ/V2L AI Applications
# RZ/V AI Applications

## Overview
This repository consists of the various sample AI applications that are implemented on the RZ/V2L evaluation board kit.\
This repository consists of the various functions of AI applications that are implemented on the RZ/V evaluation board kit.\
Each application is provided in their respective folder alongside the respective `readme.md` file to operate the application.

## Hardware Requirements and Setup

Users need some additional hardware setup for executing the sample application.
Each hardware requirements are specified in the respective `readme.md` of the sample applications.
Users need some additional hardware setup for executing the application.
Each hardware requirements are specified in the respective `readme.md` of the applications.

### Supported board
- [RZ/V2L Evaluation Board Kit](#rzv2l-evaluation-board-kit)
- [RZ/V2H Evaluation Board Kit](#rzv2h-evaluation-board-kit)

### RZ/V2L Evaluation Board Kit
Here it is specified how to connect those hardware equipment to the RZ/V2L Evaluation Board Kit.

###### Lists of hardware equipments required
Expand Down Expand Up @@ -54,25 +59,27 @@ The number information is present as:

#### Additional Requirements

For building the sample applications
For building the applications
- Linux Host PC with more than 100 GB free space is required.
- Ubuntu 20.04 LTS
- OpenCV 4.x
- C++11 or higher

### RZ/V2H Evaluation Board Kit
Please refer to [Getting Started](https://renesas-rz.github.io/rzv_ai_sdk/latest/getting_started) for the details of RZ/V2H Evaluation Board Kit.


## Startup Guide

The users are mandate to follow the [startup guide](https://renesas-rz.github.io/rzv_ai_sdk/getting_started.html) provided by the Renesas, before building the sample application.
The users are mandate to follow the [Getting Started](https://renesas-rz.github.io/rzv_ai_sdk/latest/getting_started) provided by the Renesas, before building the application.
After completion of the startup guide, users are expected to have
- Completed the bootup procedure of RZ/V2L Evaluation board kit
- `rzv2l_ai_sdk_image` docker container running on the host machine. This docker container will contain RZ/V2L sdk and tvm environment.
>Note: The docker container is required for building the sample applications. Users can skip this, if they want to use the pre-built binaries.
- Completed the bootup procedure of RZ/V Evaluation board kit
- Docker container running on the host machine. This docker container will contain AI SDK and DRP-AI TVM environment.
>Note: The docker container is required for building the applications. Users can skip this, if they want to use the pre-built binaries.
- Necessary Hardware equipments

## Sample Application list
The sample applications already developed for RZ/V2L Evaluation Board Kit are listed as:
## Functions of AI Applications
The applications already developed for RZ/V Evaluation Board Kit are listed as:

### 1. Footfall Counter

Expand Down Expand Up @@ -119,7 +126,7 @@ The [Suspicious Person Detection](./Q10_suspicious_person_detection) application
The [Fish Detection](./Q11_fish_detection) application is a software used to automatically detect fishes in real-time camera streams.


## Operating the sample application
- Each sample application folder have their respective `readme.md` file to modify and run the sample application.
## Operating the application
- Each application folder have their respective `readme.md` file to modify and run the application.

## References

0 comments on commit d7e1822

Please sign in to comment.