com.github.asus4.onnxruntime 0.1.12 → 0.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Plugins/Android/onnxruntime-android.aar +0 -0
- package/Plugins/Linux/x64/libonnxruntime.so +0 -0
- package/Plugins/Windows/x64/onnxruntime.dll +0 -0
- package/Plugins/iOS~/onnxruntime.xcframework/Info.plist +8 -8
- package/Plugins/iOS~/onnxruntime.xcframework/ios-arm64/onnxruntime.framework/Info.plist +2 -2
- package/Plugins/iOS~/onnxruntime.xcframework/ios-arm64/onnxruntime.framework/onnxruntime +0 -0
- package/Plugins/iOS~/onnxruntime.xcframework/ios-arm64_x86_64-simulator/onnxruntime.framework/Info.plist +2 -2
- package/Plugins/iOS~/onnxruntime.xcframework/ios-arm64_x86_64-simulator/onnxruntime.framework/onnxruntime +0 -0
- package/Plugins/iOS~/onnxruntime.xcframework/macos-arm64_x86_64/onnxruntime.framework/Info.plist +2 -2
- package/Plugins/iOS~/onnxruntime.xcframework/macos-arm64_x86_64/onnxruntime.framework/onnxruntime +0 -0
- package/Plugins/macOS/libonnxruntime.dylib +0 -0
- package/README.md +14 -8
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<array>
|
|
7
7
|
<dict>
|
|
8
8
|
<key>LibraryIdentifier</key>
|
|
9
|
-
<string>
|
|
9
|
+
<string>ios-arm64_x86_64-simulator</string>
|
|
10
10
|
<key>LibraryPath</key>
|
|
11
11
|
<string>onnxruntime.framework</string>
|
|
12
12
|
<key>SupportedArchitectures</key>
|
|
@@ -15,34 +15,34 @@
|
|
|
15
15
|
<string>x86_64</string>
|
|
16
16
|
</array>
|
|
17
17
|
<key>SupportedPlatform</key>
|
|
18
|
-
<string>
|
|
18
|
+
<string>ios</string>
|
|
19
|
+
<key>SupportedPlatformVariant</key>
|
|
20
|
+
<string>simulator</string>
|
|
19
21
|
</dict>
|
|
20
22
|
<dict>
|
|
21
23
|
<key>LibraryIdentifier</key>
|
|
22
|
-
<string>
|
|
24
|
+
<string>macos-arm64_x86_64</string>
|
|
23
25
|
<key>LibraryPath</key>
|
|
24
26
|
<string>onnxruntime.framework</string>
|
|
25
27
|
<key>SupportedArchitectures</key>
|
|
26
28
|
<array>
|
|
27
29
|
<string>arm64</string>
|
|
30
|
+
<string>x86_64</string>
|
|
28
31
|
</array>
|
|
29
32
|
<key>SupportedPlatform</key>
|
|
30
|
-
<string>
|
|
33
|
+
<string>macos</string>
|
|
31
34
|
</dict>
|
|
32
35
|
<dict>
|
|
33
36
|
<key>LibraryIdentifier</key>
|
|
34
|
-
<string>ios-
|
|
37
|
+
<string>ios-arm64</string>
|
|
35
38
|
<key>LibraryPath</key>
|
|
36
39
|
<string>onnxruntime.framework</string>
|
|
37
40
|
<key>SupportedArchitectures</key>
|
|
38
41
|
<array>
|
|
39
42
|
<string>arm64</string>
|
|
40
|
-
<string>x86_64</string>
|
|
41
43
|
</array>
|
|
42
44
|
<key>SupportedPlatform</key>
|
|
43
45
|
<string>ios</string>
|
|
44
|
-
<key>SupportedPlatformVariant</key>
|
|
45
|
-
<string>simulator</string>
|
|
46
46
|
</dict>
|
|
47
47
|
</array>
|
|
48
48
|
<key>CFBundlePackageType</key>
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
<key>CFBundleIdentifier</key>
|
|
10
10
|
<string>com.microsoft.onnxruntime</string>
|
|
11
11
|
<key>CFBundleVersion</key>
|
|
12
|
-
<string>1.17.
|
|
12
|
+
<string>1.17.3</string>
|
|
13
13
|
<key>CFBundleShortVersionString</key>
|
|
14
|
-
<string>1.17.
|
|
14
|
+
<string>1.17.3</string>
|
|
15
15
|
<key>CFBundleSignature</key>
|
|
16
16
|
<string>????</string>
|
|
17
17
|
<key>CFBundlePackageType</key>
|
|
Binary file
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
<key>CFBundleIdentifier</key>
|
|
10
10
|
<string>com.microsoft.onnxruntime</string>
|
|
11
11
|
<key>CFBundleVersion</key>
|
|
12
|
-
<string>1.17.
|
|
12
|
+
<string>1.17.3</string>
|
|
13
13
|
<key>CFBundleShortVersionString</key>
|
|
14
|
-
<string>1.17.
|
|
14
|
+
<string>1.17.3</string>
|
|
15
15
|
<key>CFBundleSignature</key>
|
|
16
16
|
<string>????</string>
|
|
17
17
|
<key>CFBundlePackageType</key>
|
|
Binary file
|
package/Plugins/iOS~/onnxruntime.xcframework/macos-arm64_x86_64/onnxruntime.framework/Info.plist
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
<key>CFBundleIdentifier</key>
|
|
10
10
|
<string>com.microsoft.onnxruntime</string>
|
|
11
11
|
<key>CFBundleVersion</key>
|
|
12
|
-
<string>1.17.
|
|
12
|
+
<string>1.17.3</string>
|
|
13
13
|
<key>CFBundleShortVersionString</key>
|
|
14
|
-
<string>1.17.
|
|
14
|
+
<string>1.17.3</string>
|
|
15
15
|
<key>CFBundleSignature</key>
|
|
16
16
|
<string>????</string>
|
|
17
17
|
<key>CFBundlePackageType</key>
|
package/Plugins/iOS~/onnxruntime.xcframework/macos-arm64_x86_64/onnxruntime.framework/onnxruntime
CHANGED
|
Binary file
|
|
Binary file
|
package/README.md
CHANGED
|
@@ -8,13 +8,19 @@ Pre-built ONNX Runtime libraries for Unity.
|
|
|
8
8
|
|
|
9
9
|
[https://github.com/asus4/onnxruntime-unity-examples](https://github.com/asus4/onnxruntime-unity-examples)
|
|
10
10
|
|
|
11
|
+
Yolox
|
|
12
|
+
|
|
11
13
|
<https://github.com/asus4/onnxruntime-unity-examples/assets/357497/96ed9913-41b7-401d-a634-f0e2de4fc3c7>
|
|
12
14
|
|
|
15
|
+
NanoSAM
|
|
16
|
+
|
|
17
|
+
<https://github.com/asus4/onnxruntime-unity-examples/assets/357497/5e2b8712-87cc-4a3a-82b7-f217087a0ed1>
|
|
18
|
+
|
|
13
19
|
## Tested environment
|
|
14
20
|
|
|
15
|
-
- Unity: 2022.3.
|
|
16
|
-
- ONNX Runtime: [1.17.
|
|
17
|
-
- ONNX Runtime Extensions: [0.
|
|
21
|
+
- Unity: 2022.3.19f1 (LTS)
|
|
22
|
+
- ONNX Runtime: [1.17.1](https://github.com/microsoft/onnxruntime/releases/tag/v1.17.1)
|
|
23
|
+
- ONNX Runtime Extensions: [0.10.0](https://github.com/microsoft/onnxruntime-extensions/releases/tag/v0.10.0)
|
|
18
24
|
|
|
19
25
|
### Execution Providers & Extensions
|
|
20
26
|
|
|
@@ -60,11 +66,11 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
|
|
|
60
66
|
}
|
|
61
67
|
]
|
|
62
68
|
"dependencies": {
|
|
63
|
-
"com.github.asus4.onnxruntime": "0.1.
|
|
64
|
-
"com.github.asus4.onnxruntime.unity": "0.1.
|
|
65
|
-
"com.github.asus4.onnxruntime.win-x64-gpu": "0.1.
|
|
66
|
-
"com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.
|
|
67
|
-
"com.github.asus4.onnxruntime-extensions": "0.1.
|
|
69
|
+
"com.github.asus4.onnxruntime": "0.1.14",
|
|
70
|
+
"com.github.asus4.onnxruntime.unity": "0.1.14",
|
|
71
|
+
"com.github.asus4.onnxruntime.win-x64-gpu": "0.1.14",
|
|
72
|
+
"com.github.asus4.onnxruntime.linux-x64-gpu": "0.1.14",
|
|
73
|
+
"com.github.asus4.onnxruntime-extensions": "0.1.14",
|
|
68
74
|
... other dependencies
|
|
69
75
|
}
|
|
70
76
|
```
|