From e7009e01d457bfe1f3592289f7ecc10e267f51bd Mon Sep 17 00:00:00 2001 From: Keechin <1712699+gkeechin@users.noreply.github.com> Date: Mon, 26 Jul 2021 16:36:29 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51437a99..ba4c50bb 100644 --- a/README.md +++ b/README.md @@ -76,14 +76,14 @@ To load your dataset (images / videos), click on the `Open Folders` button in th

#### Running Inferences -Click on any image or video, press `Analyze`, and Portal will make the inference and render the results. You can then adjust the confidence threshold or filter various classes as needed. Note that Portal run inferences on videos frame-by-frame, so that will take some time. You can change the inference settings, such as **IoU** or **Frame Settings** under `Advanced Settings` +Click on any image or video, press `Analyze`, and Portal will make the inference and render the results. You can then adjust the confidence threshold or filter various classes as needed. Note that Portal run inferences on videos frame-by-frame, so that will take some time. You can change the inference settings, such as **IoU** or **Frame Settings** under `Advanced Settings`.

Image Prediction Image Prediction

-Detailed documentatiosn about advanced features of Portal can be found here : Portal Documentation +**Portal works on both Mask and Bounding Box models.** For detailed documentations about advanced features of Portal can be found here : Portal Documentation ## Sample Weights From 9d561d6b4d6ec3fe5d1f4cc19524f8d8ea734b7a Mon Sep 17 00:00:00 2001 From: beatrice Date: Mon, 26 Jul 2021 16:44:09 +0800 Subject: [PATCH 2/2] Change release workflow branch name --- .github/workflows/release-workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index 2f668085..c92bc9e3 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -2,7 +2,7 @@ name: Portal CI/CD on: push: - branches: [release/v*] + branches: [releases/v*] jobs: build-out: runs-on: ubuntu-latest @@ -56,7 +56,7 @@ jobs: - name: Extract Version shell: bash - run: echo "##[set-output name=version;]$(echo ${GITHUB_REF#refs/heads/release/v})" + run: echo "##[set-output name=version;]$(echo ${GITHUB_REF#refs/heads/releases/v})" id: extract_version - name: Extract Executable name @@ -130,7 +130,7 @@ jobs: - name: Extract Version shell: bash - run: echo "##[set-output name=version;]$(echo ${GITHUB_REF#refs/heads/release/v})" + run: echo "##[set-output name=version;]$(echo ${GITHUB_REF#refs/heads/releases/v})" id: extract_version - name: release