Skip to content

Commit

Permalink
Updated README in Q1 & Q2 Applications
Browse files Browse the repository at this point in the history
  • Loading branch information
abhy888 committed Oct 11, 2023
1 parent 5131442 commit 023423e
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion 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 Down
2 changes: 1 addition & 1 deletion 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 Down
5 changes: 2 additions & 3 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 Down Expand Up @@ -128,7 +128,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
2 changes: 1 addition & 1 deletion 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 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.
2 changes: 1 addition & 1 deletion 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 Down
4 changes: 2 additions & 2 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 Down Expand Up @@ -181,7 +181,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
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 023423e

Please sign in to comment.