Skip to content

Commit

Permalink
Updated ReadMe on cloning the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
abhy888 committed Nov 7, 2023
1 parent 023423e commit 3788bfb
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 19 deletions.
6 changes: 5 additions & 1 deletion Q01_footfall_counter/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 4 additions & 2 deletions Q02_face_authentication/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 5 additions & 2 deletions Q03_smart_parking/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 5 additions & 2 deletions Q04_fish_classification/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 4 additions & 2 deletions Q05_suspicious_activity/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion Q06_expiry_date_detection/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 5 additions & 1 deletion Q07_plant_disease_classification/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 4 additions & 2 deletions Q08_object_counter/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,11 @@ After completion of the guide, the user is expected of following things.
i. 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 object_counter --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(or start) the docker container and open the bash terminal on the container.

Expand Down
6 changes: 4 additions & 2 deletions Q09_crack_segmentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ After completion of the guide, the user is expected of following things.
> 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 crack_segmentation --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
6 changes: 4 additions & 2 deletions Q10_suspicious_person_detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ After completion of the guide, the user is expected of following things.
i. 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_person_detection --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 URL if some 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
6 changes: 4 additions & 2 deletions Q11_fish_detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ After completion of the guide, the user is expected of following things.
i. 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_detection --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 URL if some 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
4 changes: 4 additions & 0 deletions R01_object_detection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ After completion of the guide, the user is expected of following things.
cd <path_to_data_folder_on_host>/data
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.
Here, we use the `rzv2l_ai_sdk_container` as the name of container created from `rzv2l_ai_sdk_image` docker image.
> Note that all the build steps/commands listed below are executed on the docker container bash terminal.
Expand Down

0 comments on commit 3788bfb

Please sign in to comment.