Skip to content

Commit

Permalink
Merge pull request #10 from renesas-rz/develop
Browse files Browse the repository at this point in the history
AI Applications and AI SDK v2.10
  • Loading branch information
yo4-s authored Nov 10, 2023
2 parents 8ade7fd + 3788bfb commit a2dbcda
Show file tree
Hide file tree
Showing 465 changed files with 123,839 additions and 21 deletions.
8 changes: 6 additions & 2 deletions Q01_footfall_counter/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The AI model used for the sample application is [TinyYoloV3](https://arxiv.org/p

>**Note:** User can skip to the next stage (deploy) if they don't want to build the application. All pre-built binaries are provided.
**Note:** This project expects the user to have completed [Getting Startup Guide](https://github.com/renesas-rz/rzv_ai_sdk/blob/main/README.md#startup-guide) provided by Renesas.
**Note:** This project expects the user to have completed [Getting Started Guide](https://renesas-rz.github.io/rzv_ai_sdk/latest/getting_started) provided by Renesas.

After completion of the guide, the user is expected of following things.
- The Board Set Up and booted.
Expand All @@ -56,8 +56,12 @@ After completion of the guide, the user is expected of following things.
1. It is recommended to copy/clone the repository on the `data` folder which is mounted on the `rzv2l_ai_sdk_container` docker container.
```sh
cd <path_to_data_folder_on_host>
git clone -b footfall_counter --single-branch https://github.com/renesas-rz/rzv_ai_sdk.git
git clone https://github.com/renesas-rz/rzv_ai_sdk.git
```
> Note 1: Please verify the git repository url if error occurs

> Note 2: This command will download whole repository, which include all other applications, if you have already downloaded the repository of the same version, you may not need to run this command.

2. Run(or start) the docker container and open the bash terminal on the container.

> Note: All the build steps/commands listed below are executed on the docker container bash terminal.
Expand Down
8 changes: 5 additions & 3 deletions Q02_face_authentication/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This kind of application makes it easier to automate the authentication process,

>**Note:** User can skip to the [deploy stage](#application-deploy-stage) if they don't want to build the application. All pre-built binaries are provided.
**Note:** This project expects the user to have completed [Getting Startup Guide](https://github.com/renesas-rz/rzv_ai_sdk/blob/main/README.md#startup-guide) provided by Renesas.
**Note:** This project expects the user to have completed [Getting Started Guide](https://renesas-rz.github.io/rzv_ai_sdk/latest/getting_started) provided by Renesas.

After completion of the guide, the user is expected of following things.
- The Board Set Up and booted.
Expand All @@ -47,9 +47,11 @@ After completion of the guide, the user is expected of following things.
1. It is recommended to copy/clone the repository on the `data` folder which is mounted on the `rzv2l_ai_sdk_container` docker container.
```sh
cd <path_to_data_folder_on_host>
git clone -b face_authentication --single-branch https://github.com/renesas-rz/rzv_ai_sdk.git
git clone https://github.com/renesas-rz/rzv_ai_sdk.git
```
>Note: Please verify the git repository url if error occurs.
> Note 1: Please verify the git repository url if error occurs

> Note 2: This command will download whole repository, which include all other applications, if you have already downloaded the repository of the same version, you may not need to run this command.

2. Run the docker container and open the bash terminal on the container.

Expand Down
12 changes: 7 additions & 5 deletions Q03_smart_parking/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ FPS - 200/10 ->20

>**Note:** User can skip to the [deploy stage](#application-deploy-stage) if they don't want to build the application. All pre-built binaries are provided.
**Note:** This project expects the user to have completed [Getting Startup Guide](https://github.com/renesas-rz/rzv_ai_sdk/blob/main/README.md#startup-guide) provided by Renesas.
**Note:** This project expects the user to have completed [Getting Started Guide](https://renesas-rz.github.io/rzv_ai_sdk/latest/getting_started) provided by Renesas.

After completion of the guide, the user is expected of following things.
- The Board Set Up and booted.
- the Board Set Up and booted.
- SD Card Prepared
- The docker image and container for `rzv2l_ai_sdk_image` running on host machine.

Expand All @@ -61,9 +61,12 @@ After completion of the guide, the user is expected of following things.
1. It is recommended to copy/clone the repository on the `data` folder which is mounted on the `rzv2l_ai_sdk_container` docker container.
```sh
cd <path_to_data_folder_on_host>
git clone -b smart_parking --single-branch https://github.com/renesas-rz/rzv_ai_sdk.git
git clone https://github.com/renesas-rz/rzv_ai_sdk.git
```
>Note: Please verify the git repository url if error occurs.
> Note 1: Please verify the git repository url if error occurs

> Note 2: This command will download whole repository, which include all other applications, if you have already downloaded the repository of the same version, you may not need to run this command.

2. Run the docker container and open the bash terminal on the container.

> Note: All the build steps/commands listed below are executed on the docker container terminal.
Expand Down Expand Up @@ -128,7 +131,6 @@ Follow the steps mentioned below to deploy the project on RZ/V2L evaluation Boar
└── root/
└── tvm/
├── parkingmodel_onnx/
│ ├── preprocess/
│ ├── deploy.json
│ ├── deploy.params
│ └── deploy.so
Expand Down
9 changes: 6 additions & 3 deletions Q04_fish_classification/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ It has 4 modes of running.

>**Note:** User can skip to the next stage (deploy) if they don't want to build the application. All pre-built binaries are provided.
**Note:** This project expects the user to have completed [Getting Startup Guide](../README.md#startup-guide) provided by Renesas.
**Note:** This project expects the user to have completed [Getting Started Guide](https://renesas-rz.github.io/rzv_ai_sdk/latest/getting_started) provided by Renesas.

After completion of the guide, the user is expected of following things.
- The Board Set Up and booted.
Expand All @@ -56,9 +56,12 @@ After completion of the guide, the user is expected of following things.
1. It is recommended to copy/clone the repository on the `data` folder which is mounted on the `rzv2l_ai_sdk_container` docker container.
```sh
cd <path_to_data_folder_on_host>
git clone -b fish_classification --single-branch https://github.com/renesas-rz/rzv_ai_sdk.git
git clone https://github.com/renesas-rz/rzv_ai_sdk.git
```
>Note: Please verify the git repository url if error occurs.
> Note 1: Please verify the git repository url if error occurs

> Note 2: This command will download whole repository, which include all other applications, if you have already downloaded the repository of the same version, you may not need to run this command.

2. Run the docker container and open the bash terminal on the container.

> Note: All the build steps/commands listed below are executed on the docker container terminal.
Expand Down
Binary file modified Q05_suspicious_activity/exe/mlp_module/deploy.params
Binary file not shown.
Binary file modified Q05_suspicious_activity/images/SuspiciousActivity.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions Q05_suspicious_activity/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ It has 2 modes of running.

>**Note:** User can skip to the next stage (deploy) if they don't want to build the application. All pre-built binaries are provided.
**Note:** This project expects the user to have completed [Getting Startup Guide](https://github.com/renesas-rz/rzv_ai_sdk/blob/main/README.md#startup-guide) provided by Renesas.
**Note:** This project expects the user to have completed [Getting Started Guide](https://renesas-rz.github.io/rzv_ai_sdk/latest/getting_started) provided by Renesas.

After completion of the guide, the user is expected of following things.
- The Board Set Up and booted.
Expand All @@ -52,9 +52,11 @@ After completion of the guide, the user is expected of following things.
1. It is recommended to copy/clone the repository on the `data` folder which is mounted on the `rzv2l_ai_sdk_container` docker container.
```sh
cd <path_to_data_folder_on_host>
git clone -b suspicious_activity --single-branch https://github.com/renesas-rz/rzv_ai_sdk.git
git clone https://github.com/renesas-rz/rzv_ai_sdk.git
```
>Note: Please verify the git repository url if error occurs.
> Note 1: Please verify the git repository url if error occurs

> Note 2: This command will download whole repository, which include all other applications, if you have already downloaded the repository of the same version, you may not need to run this command.
2. Run the docker container and open the bash terminal on the container.

> Note: All the build steps/commands listed below are executed on the docker container terminal.
Expand Down
8 changes: 5 additions & 3 deletions Q06_expiry_date_detection/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The application can be used with either of MIPI or USB camera. The details of wh

>**Note:** User can skip to the next stage (deploy) if they don't want to build the application. All pre-built binaries are provided.
**Note:** This project expects the user to have completed [Getting Startup Guide](https://github.com/renesas-rz/rzv_ai_sdk/blob/main/README.md#startup-guide) provided by Renesas.
**Note:** This project expects the user to have completed [Getting Started Guide](https://renesas-rz.github.io/rzv_ai_sdk/latest/getting_started) provided by Renesas.

After completion of the guide, the user is expected of following things.
- The Board Set Up and booted.
Expand All @@ -85,7 +85,9 @@ After completion of the guide, the user is expected of following things.
git clone https://github.com/renesas-rz/rzv_ai_sdk.git
```

>Note: Please verify the git repository url if error occurs
> Note 1: Please verify the git repository url if error occurs

> Note 2: This command will download whole repository, which include all other applications, if you have already downloaded the repository of the same version, you may not need to run this command.

2. Run(or start) the docker container and open the bash terminal on the container.

Expand Down Expand Up @@ -181,7 +183,7 @@ Follow the steps mentioned below to deploy the project on RZ/V2L Board.
└── home/
└── root/
└── tvm/
├── date_detection_tinyyolov3/
├── date_tinyyolov3_onnx/
│ ├── deploy.json
│ ├── deploy.params
│ ├── deploy.so
Expand Down
8 changes: 6 additions & 2 deletions Q07_plant_disease_classification/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ It has 3 modes of running.

>**Note:** User can skip to the next stage (deploy) if they don't want to build the application. All pre-built binaries are provided.
**Note:** This project expects the user to have completed [Getting Startup Guide](https://github.com/renesas-rz/rzv_ai_sdk/tree/main#startup-guide) provided by Renesas.
**Note:** This project expects the user to have completed [Getting Started Guide](https://renesas-rz.github.io/rzv_ai_sdk/latest/getting_started) provided by Renesas.

After completion of the guide, the user is expected of following things.
- The Board Set Up and booted.
Expand All @@ -58,8 +58,12 @@ After completion of the guide, the user is expected of following things.
1. It is recommended to copy/clone the repository on the `data` folder which is mounted on the `rzv2l_ai_sdk_container` docker container.
```sh
cd <path_to_data_folder_on_host>
git clone -b plant_disease_classification --single-branch https://github.com/renesas-rz/rzv_ai_sdk.git
git clone https://github.com/renesas-rz/rzv_ai_sdk.git
```
> Note 1: Please verify the git repository url if error occurs

> Note 2: This command will download whole repository, which include all other applications, if you have already downloaded the repository of the same version, you may not need to run this command.

2. Run(or start) the docker container and open the bash terminal on the container.

> Note: All the build steps/commands listed below are executed on the docker container bash terminal.
Expand Down
13 changes: 13 additions & 0 deletions Q08_object_counter/exe/animal/animal_class.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
boar
bear
bird
cat
cow
dog
horse
sheep
rabbit
raccoon
monkey
fox
deer
Loading

0 comments on commit a2dbcda

Please sign in to comment.