diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index 2df98de..eec6a8b 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -4,8 +4,8 @@ on: types: [published] workflow_dispatch: env: - ORT_VERSION: 1.17.0 - ORT_EXTENSIONS_VERSION: 0.9.0 + ORT_VERSION: 1.17.1 + ORT_EXTENSIONS_VERSION: 0.10.0 # Dry-run on workflow_dispatch NPM_OPTS: ${{ github.event_name == 'workflow_dispatch' && '--dry-run' || '' }} jobs: diff --git a/README.md b/README.md index 2c97b84..921cf6f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Pre-built ONNX Runtime libraries for Unity. [https://github.com/asus4/onnxruntime-unity-examples](https://github.com/asus4/onnxruntime-unity-examples) -Yolox +Yolox @@ -16,12 +16,11 @@ NanoSAM - ## Tested environment -- Unity: 2022.3.16f1 (LTS) -- ONNX Runtime: [1.17.0](https://github.com/microsoft/onnxruntime/releases/tag/v1.17.0) -- ONNX Runtime Extensions: [0.9.0](https://github.com/microsoft/onnxruntime-extensions/releases/tag/v0.9.0) +- Unity: 2022.3.19f1 (LTS) +- ONNX Runtime: [1.17.1](https://github.com/microsoft/onnxruntime/releases/tag/v1.17.1) +- ONNX Runtime Extensions: [0.10.0](https://github.com/microsoft/onnxruntime-extensions/releases/tag/v0.10.0) ### Execution Providers & Extensions @@ -67,11 +66,11 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git } ] "dependencies": { - "com.github.asus4.onnxruntime": "0.1.12", - "com.github.asus4.onnxruntime.unity": "0.1.12", - "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.12", - "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.12", - "com.github.asus4.onnxruntime-extensions": "0.1.12", + "com.github.asus4.onnxruntime": "0.1.13", + "com.github.asus4.onnxruntime.unity": "0.1.13", + "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.13", + "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.13", + "com.github.asus4.onnxruntime-extensions": "0.1.13", ... other dependencies } ``` diff --git a/com.github.asus4.onnxruntime-extensions/README.md b/com.github.asus4.onnxruntime-extensions/README.md index 24bcde5..a1562b3 100644 --- a/com.github.asus4.onnxruntime-extensions/README.md +++ b/com.github.asus4.onnxruntime-extensions/README.md @@ -60,11 +60,11 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git } ] "dependencies": { - "com.github.asus4.onnxruntime": "0.1.12", - "com.github.asus4.onnxruntime.unity": "0.1.12", - "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.12", - "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.12", - "com.github.asus4.onnxruntime.extensions": "0.1.12", + "com.github.asus4.onnxruntime": "0.1.13", + "com.github.asus4.onnxruntime.unity": "0.1.13", + "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.13", + "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.13", + "com.github.asus4.onnxruntime.extensions": "0.1.13", ... other dependencies } ``` diff --git a/com.github.asus4.onnxruntime-extensions/package.json b/com.github.asus4.onnxruntime-extensions/package.json index 2c08022..042b33c 100644 --- a/com.github.asus4.onnxruntime-extensions/package.json +++ b/com.github.asus4.onnxruntime-extensions/package.json @@ -1,6 +1,6 @@ { "name": "com.github.asus4.onnxruntime-extensions", - "version": "0.1.12", + "version": "0.1.13", "displayName": "ONNX Runtime Extensions", "description": "ONNX Runtime Extensions for Unity", "keywords": [ @@ -10,7 +10,7 @@ "unity": "2022.3", "unityRelease": "0f1", "dependencies": { - "com.github.asus4.onnxruntime": "0.1.12" + "com.github.asus4.onnxruntime": "0.1.13" }, "repository": { "type": "git", diff --git a/com.github.asus4.onnxruntime.linux-x64-gpu/README.md b/com.github.asus4.onnxruntime.linux-x64-gpu/README.md index 24bcde5..a1562b3 100644 --- a/com.github.asus4.onnxruntime.linux-x64-gpu/README.md +++ b/com.github.asus4.onnxruntime.linux-x64-gpu/README.md @@ -60,11 +60,11 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git } ] "dependencies": { - "com.github.asus4.onnxruntime": "0.1.12", - "com.github.asus4.onnxruntime.unity": "0.1.12", - "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.12", - "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.12", - "com.github.asus4.onnxruntime.extensions": "0.1.12", + "com.github.asus4.onnxruntime": "0.1.13", + "com.github.asus4.onnxruntime.unity": "0.1.13", + "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.13", + "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.13", + "com.github.asus4.onnxruntime.extensions": "0.1.13", ... other dependencies } ``` diff --git a/com.github.asus4.onnxruntime.linux-x64-gpu/package.json b/com.github.asus4.onnxruntime.linux-x64-gpu/package.json index 3ae6a8e..6d4f00c 100644 --- a/com.github.asus4.onnxruntime.linux-x64-gpu/package.json +++ b/com.github.asus4.onnxruntime.linux-x64-gpu/package.json @@ -1,6 +1,6 @@ { "name": "com.github.asus4.onnxruntime.linux-x64-gpu", - "version": "0.1.12", + "version": "0.1.13", "displayName": "ONNX Runtime - Linux x64 GPU", "description": "ONNX Runtime for Unity - Linux x64 GPU Provider", "keywords": [ @@ -10,7 +10,7 @@ "unity": "2022.3", "unityRelease": "0f1", "dependencies": { - "com.github.asus4.onnxruntime": "0.1.12" + "com.github.asus4.onnxruntime": "0.1.13" }, "repository": { "type": "git", diff --git a/com.github.asus4.onnxruntime.unity/README.md b/com.github.asus4.onnxruntime.unity/README.md index 24bcde5..a1562b3 100644 --- a/com.github.asus4.onnxruntime.unity/README.md +++ b/com.github.asus4.onnxruntime.unity/README.md @@ -60,11 +60,11 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git } ] "dependencies": { - "com.github.asus4.onnxruntime": "0.1.12", - "com.github.asus4.onnxruntime.unity": "0.1.12", - "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.12", - "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.12", - "com.github.asus4.onnxruntime.extensions": "0.1.12", + "com.github.asus4.onnxruntime": "0.1.13", + "com.github.asus4.onnxruntime.unity": "0.1.13", + "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.13", + "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.13", + "com.github.asus4.onnxruntime.extensions": "0.1.13", ... other dependencies } ``` diff --git a/com.github.asus4.onnxruntime.unity/package.json b/com.github.asus4.onnxruntime.unity/package.json index f4d0749..7a783a0 100644 --- a/com.github.asus4.onnxruntime.unity/package.json +++ b/com.github.asus4.onnxruntime.unity/package.json @@ -1,6 +1,6 @@ { "name": "com.github.asus4.onnxruntime.unity", - "version": "0.1.12", + "version": "0.1.13", "displayName": "ONNX Runtime Unity Utilities", "description": "ONNX Runtime Utilities for Unity", "keywords": [ @@ -10,7 +10,7 @@ "unity": "2022.3", "unityRelease": "0f1", "dependencies": { - "com.github.asus4.onnxruntime": "0.1.12" + "com.github.asus4.onnxruntime": "0.1.13" }, "repository": { "type": "git", diff --git a/com.github.asus4.onnxruntime.win-x64-gpu/README.md b/com.github.asus4.onnxruntime.win-x64-gpu/README.md index 24bcde5..a1562b3 100644 --- a/com.github.asus4.onnxruntime.win-x64-gpu/README.md +++ b/com.github.asus4.onnxruntime.win-x64-gpu/README.md @@ -60,11 +60,11 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git } ] "dependencies": { - "com.github.asus4.onnxruntime": "0.1.12", - "com.github.asus4.onnxruntime.unity": "0.1.12", - "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.12", - "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.12", - "com.github.asus4.onnxruntime.extensions": "0.1.12", + "com.github.asus4.onnxruntime": "0.1.13", + "com.github.asus4.onnxruntime.unity": "0.1.13", + "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.13", + "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.13", + "com.github.asus4.onnxruntime.extensions": "0.1.13", ... other dependencies } ``` diff --git a/com.github.asus4.onnxruntime.win-x64-gpu/package.json b/com.github.asus4.onnxruntime.win-x64-gpu/package.json index a36124f..c848da6 100644 --- a/com.github.asus4.onnxruntime.win-x64-gpu/package.json +++ b/com.github.asus4.onnxruntime.win-x64-gpu/package.json @@ -1,6 +1,6 @@ { "name": "com.github.asus4.onnxruntime.win-x64-gpu", - "version": "0.1.12", + "version": "0.1.13", "displayName": "ONNX Runtime - Windows x64 GPU", "description": "ONNX Runtime for Unity - Windows x64 GPU Provider", "keywords": [ @@ -10,7 +10,7 @@ "unity": "2022.3", "unityRelease": "0f1", "dependencies": { - "com.github.asus4.onnxruntime": "0.1.12" + "com.github.asus4.onnxruntime": "0.1.13" }, "repository": { "type": "git", diff --git a/com.github.asus4.onnxruntime/README.md b/com.github.asus4.onnxruntime/README.md index 24bcde5..a1562b3 100644 --- a/com.github.asus4.onnxruntime/README.md +++ b/com.github.asus4.onnxruntime/README.md @@ -60,11 +60,11 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git } ] "dependencies": { - "com.github.asus4.onnxruntime": "0.1.12", - "com.github.asus4.onnxruntime.unity": "0.1.12", - "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.12", - "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.12", - "com.github.asus4.onnxruntime.extensions": "0.1.12", + "com.github.asus4.onnxruntime": "0.1.13", + "com.github.asus4.onnxruntime.unity": "0.1.13", + "com.github.asus4.onnxruntime.win-x64-gpu": "0.1.13", + "com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.13", + "com.github.asus4.onnxruntime.extensions": "0.1.13", ... other dependencies } ``` diff --git a/com.github.asus4.onnxruntime/package.json b/com.github.asus4.onnxruntime/package.json index 5a98800..9fde9af 100644 --- a/com.github.asus4.onnxruntime/package.json +++ b/com.github.asus4.onnxruntime/package.json @@ -1,6 +1,6 @@ { "name": "com.github.asus4.onnxruntime", - "version": "0.1.12", + "version": "0.1.13", "displayName": "ONNX Runtime", "description": "ONNX Runtime Plugin for Unity", "keywords": [ diff --git a/scripts/download-onnx-extensions-libs.sh b/scripts/download-onnx-extensions-libs.sh index 61c81d4..4de5310 100755 --- a/scripts/download-onnx-extensions-libs.sh +++ b/scripts/download-onnx-extensions-libs.sh @@ -56,7 +56,7 @@ function download_package() { function download_github_releases() { # TODO: consider location of build libraries - download_package $1 https://github.com/asus4/onnxruntime-unity/releases/download/v0.1.8/ + download_package $1 https://github.com/asus4/onnxruntime-unity/releases/download/v0.1.12/ } #--------------------------------------