From 4254d4820177a7b84eea469927d5d3d2b08ba1b4 Mon Sep 17 00:00:00 2001 From: Tian Siyuan Date: Thu, 28 Dec 2023 05:57:51 +0800 Subject: [PATCH] Update README.md --- .../helmet_object_detection/pipelines/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/end_to_end/helmet_object_detection/pipelines/README.md b/examples/end_to_end/helmet_object_detection/pipelines/README.md index b6317e8..f3ff752 100644 --- a/examples/end_to_end/helmet_object_detection/pipelines/README.md +++ b/examples/end_to_end/helmet_object_detection/pipelines/README.md @@ -148,18 +148,18 @@ Following the steps in your notebook, you should be able to see a file called `h ### Upload the pipeline in Kubeflow on vSphere Dashboard Once you have the compiled YAML file, download it. In Kubeflow on vSphere Dashboard, go to pipelines dashaborad by clicking the “Pipelines” on the left-side toolbar. And then click the “Upload Pipeline” button. -![Image text](https://github.com/vmware/vSphere-machine-learning-extension/tree/main/examples/end_to_end/helmet_object_detection/pipelines/imgs/helmet-pipeline-01.png) -![Image text](https://github.com/vmware/vSphere-machine-learning-extension/tree/main/examples/end_to_end/helmet_object_detection/pipelines/imgs/helmet-pipeline-02.png) +![Image text](./imgs/helmet-pipeline-01.png) +![Image text](./imgs/helmet-pipeline-02.png) ### Create experiment and run Create an experiment for this pipeline. This time, you need to provide two inputs, dataset and data_path, exactly the ones for our first step Data Download. If you do not intend to make any personalization on datasets and data path, enter following values -![Image text](https://github.com/vmware/vSphere-machine-learning-extension/blob/main/examples/end_to_end/helmet_object_detection/pipelines/imgs/helmet-pipeline-03.png) -![Image text](https://github.com/vmware/vSphere-machine-learning-extension/blob/main/examples/end_to_end/helmet_object_detection/pipelines/imgs/helmet-pipeline-04.png) +![Image text](./imgs/helmet-pipeline-03.png) +![Image text](./imgs/helmet-pipeline-04.png) ### Check logs and outputs -![Image text](https://github.com/vmware/vSphere-machine-learning-extension/blob/main/examples/end_to_end/helmet_object_detection/pipelines/imgs/helmet-pipeline-05.png) +![Image text](./imgs/helmet-pipeline-05.png) ### Delete pipeline -![Image text](https://github.com/vmware/vSphere-machine-learning-extension/tree/main/examples/end_to_end/helmet_object_detection/pipelines/imgs/helmet-pipeline-06.png) +![Image text](./imgs/helmet-pipeline-06.png)