Skip to content

Commit

Permalink
Merge pull request #81 from datature/staging
Browse files Browse the repository at this point in the history
Staging to Release for changing the release name
  • Loading branch information
beesaycheese authored Jul 26, 2021
2 parents d983a31 + 76dfd92 commit a4dcd35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Portal CI/CD

on:
push:
branches: [release/v*]
branches: [releases/v*]
jobs:
build-out:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ To load your dataset (images / videos), click on the `Open Folders` button in th
</p>

#### 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`.

<p align="center">
<img alt="Image Prediction" src="https://github.com/datature/portal/blob/develop/docs/images/screencaps/portal-ss-4.png?raw=true" width="45%">
<img alt="Image Prediction" src="https://github.com/datature/portal/blob/develop/docs/images/screencaps/portal-ss-5.png?raw=true" width="45%">
</p>

Detailed documentatiosn about advanced features of Portal can be found here : <a href="https://docs.datature.io/portal/documentation">Portal Documentation</a>
**Portal works on both Mask and Bounding Box models.** For detailed documentations about advanced features of Portal can be found here : <a href="https://docs.datature.io/portal/documentation">Portal Documentation</a>

## Sample Weights

Expand Down

0 comments on commit a4dcd35

Please sign in to comment.