diff --git a/examples/MLOps-Tensorflow-YoloV3/.pipelines/azdo-ci-build-train-epis.yml b/examples/MLOps-Tensorflow-YoloV3/.pipelines/azdo-ci-build-train-epis.yml index 6f3778e..676e666 100644 --- a/examples/MLOps-Tensorflow-YoloV3/.pipelines/azdo-ci-build-train-epis.yml +++ b/examples/MLOps-Tensorflow-YoloV3/.pipelines/azdo-ci-build-train-epis.yml @@ -24,16 +24,6 @@ stages: vmImage: 'ubuntu-latest' timeoutInMinutes: 0 steps: - - task: SonarCloudPrepare@1 - inputs: - SonarCloud: $(SONAR_CLOUD_PROJECT_NAME) - organization: "plainconcepts" - scannerMode: "CLI" - configMode: "manual" - cliProjectKey: $(SONAR_CLOUD_PROJECT_KEY) - cliProjectName: $(SONAR_CLOUD_PROJECT_NAME) - cliProjectVersion: "1.$(Build.BuildId)" - cliSources: "code/" - task: UsePythonVersion@0 inputs: versionSpec: "3.6" @@ -43,12 +33,6 @@ stages: displayName: Compile all inputs: script: 'python -m compileall code\' - - task: SonarCloudAnalyze@1 - displayName: "Run SonarCloud analysis" - - task: SonarCloudPublish@1 - displayName: "Publish SonarCloud results" - inputs: - pollingTimeoutSec: "300" - task: Docker@2 inputs: containerRegistry: 'acr' diff --git a/examples/MLOps-Tensorflow-YoloV3/README.md b/examples/MLOps-Tensorflow-YoloV3/README.md index 2ee444c..2c9112a 100644 --- a/examples/MLOps-Tensorflow-YoloV3/README.md +++ b/examples/MLOps-Tensorflow-YoloV3/README.md @@ -124,7 +124,7 @@ During the continuous integration an artifact is created that will leater be rel #### Final report of AML Pipeline -![ground-truth](./images/Ground-Truth Info.png) +![ground-truth](./images/Ground-Truth-Info.png) ![helmet](./images/helmet.png)mAP.png ![none](./images/none.png) ![mAP](./images/mAP.png) diff --git a/examples/MLOps-Tensorflow-YoloV3/images/Ground-Truth Info.png b/examples/MLOps-Tensorflow-YoloV3/images/Ground-Truth-Info.png similarity index 100% rename from examples/MLOps-Tensorflow-YoloV3/images/Ground-Truth Info.png rename to examples/MLOps-Tensorflow-YoloV3/images/Ground-Truth-Info.png