From 3788bfbde775f6e5ec6ec5225075ea4d49d42519 Mon Sep 17 00:00:00 2001 From: abhy888 Date: Wed, 8 Nov 2023 01:09:23 +0900 Subject: [PATCH] Updated ReadMe on cloning the repository --- Q01_footfall_counter/readme.md | 6 +++++- Q02_face_authentication/readme.md | 6 ++++-- Q03_smart_parking/readme.md | 7 +++++-- Q04_fish_classification/readme.md | 7 +++++-- Q05_suspicious_activity/readme.md | 6 ++++-- Q06_expiry_date_detection/readme.md | 4 +++- Q07_plant_disease_classification/readme.md | 6 +++++- Q08_object_counter/readme.md | 6 ++++-- Q09_crack_segmentation/README.md | 6 ++++-- Q10_suspicious_person_detection/README.md | 6 ++++-- Q11_fish_detection/README.md | 6 ++++-- R01_object_detection/README.md | 4 ++++ 12 files changed, 51 insertions(+), 19 deletions(-) diff --git a/Q01_footfall_counter/readme.md b/Q01_footfall_counter/readme.md index 4b8e2bc..bc97228 100644 --- a/Q01_footfall_counter/readme.md +++ b/Q01_footfall_counter/readme.md @@ -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 - 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. diff --git a/Q02_face_authentication/readme.md b/Q02_face_authentication/readme.md index 27a709f..f185d4d 100644 --- a/Q02_face_authentication/readme.md +++ b/Q02_face_authentication/readme.md @@ -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 - 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. diff --git a/Q03_smart_parking/readme.md b/Q03_smart_parking/readme.md index aefa72f..853a29a 100644 --- a/Q03_smart_parking/readme.md +++ b/Q03_smart_parking/readme.md @@ -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 - 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. diff --git a/Q04_fish_classification/readme.md b/Q04_fish_classification/readme.md index 0b75697..1b010a4 100644 --- a/Q04_fish_classification/readme.md +++ b/Q04_fish_classification/readme.md @@ -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 - 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. diff --git a/Q05_suspicious_activity/readme.md b/Q05_suspicious_activity/readme.md index 3d1cfa6..d7780a7 100644 --- a/Q05_suspicious_activity/readme.md +++ b/Q05_suspicious_activity/readme.md @@ -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 - 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. diff --git a/Q06_expiry_date_detection/readme.md b/Q06_expiry_date_detection/readme.md index b2885c6..17ac19c 100644 --- a/Q06_expiry_date_detection/readme.md +++ b/Q06_expiry_date_detection/readme.md @@ -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. diff --git a/Q07_plant_disease_classification/readme.md b/Q07_plant_disease_classification/readme.md index ca98ff6..0db9dfa 100644 --- a/Q07_plant_disease_classification/readme.md +++ b/Q07_plant_disease_classification/readme.md @@ -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 - 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. diff --git a/Q08_object_counter/readme.md b/Q08_object_counter/readme.md index bb8cfd6..e3d95ff 100644 --- a/Q08_object_counter/readme.md +++ b/Q08_object_counter/readme.md @@ -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 - 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. diff --git a/Q09_crack_segmentation/README.md b/Q09_crack_segmentation/README.md index 7279f33..809d96c 100644 --- a/Q09_crack_segmentation/README.md +++ b/Q09_crack_segmentation/README.md @@ -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 -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. diff --git a/Q10_suspicious_person_detection/README.md b/Q10_suspicious_person_detection/README.md index 09ad2ae..07f2cee 100644 --- a/Q10_suspicious_person_detection/README.md +++ b/Q10_suspicious_person_detection/README.md @@ -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 - 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. diff --git a/Q11_fish_detection/README.md b/Q11_fish_detection/README.md index 35f85aa..ee08e39 100644 --- a/Q11_fish_detection/README.md +++ b/Q11_fish_detection/README.md @@ -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 - 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. diff --git a/R01_object_detection/README.md b/R01_object_detection/README.md index a186b44..a8d503a 100755 --- a/R01_object_detection/README.md +++ b/R01_object_detection/README.md @@ -50,6 +50,10 @@ After completion of the guide, the user is expected of following things. cd /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.