diff --git a/examples/README.md b/examples/README.md index fec6c442..355cc12f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -20,6 +20,7 @@ Example: [Using Federated Learning Job in Surface Defect Detection Scenario](./f ### Shared Storage | Support Protocols |Support Features| Examples |Release| | :-------------: | :-------------: |:-------------: | :-------------: | -| S3 |Joint Inference/Incremental Learning| [Using Incremental Learning Job in Helmet Detection Scenario on S3](./storage/s3/README.md) | 0.2.0+| +| S3 |Incremental Learning| [Using Incremental Learning Job in Helmet Detection Scenario on S3](storage/s3/incremental_learning/README.md) | 0.3.1+| +| S3 |Joint Inference| [Using Joint Inference Service in Helmet Detection Scenario on S3](storage/s3/joint_inference/README.md) | 0.3.0+| diff --git a/examples/storage/s3/README.md b/examples/storage/s3/incremental_learning/README.md similarity index 58% rename from examples/storage/s3/README.md rename to examples/storage/s3/incremental_learning/README.md index 324a3fbd..cb48b164 100644 --- a/examples/storage/s3/README.md +++ b/examples/storage/s3/incremental_learning/README.md @@ -1,10 +1,15 @@ # Using Incremental Learning Job in Helmet Detection Scenario on S3 -This example based on the example: [Using Incremental Learning Job in Helmet Detection Scenario](/examples/incremental_learning/helmet_detection/README.md) +This example is based on the example: [Using Incremental Learning Job in Helmet Detection Scenario](/examples/incremental_learning/helmet_detection/README.md). -### Create a secret with your S3 user credential. +### Prepare Nodes +Assume you have created a [KubeEdge](https://github.com/kubeedge/kubeedge) cluster that have two cloud nodes(e.g., `cloud-node1`, `cloud-node2`) +and one edge node(e.g., `edge-node`). -```yaml +### Create a secret with your S3 user credential. + +```shell +kubectl create -f - <