com.github.asus4.onnxruntime 0.2.6 → 0.3.0

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.
Files changed (2) hide show
  1. package/README.md +12 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,18 +8,23 @@ 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
11
+ **Yolox-Nano**
12
12
 
13
13
  <https://github.com/asus4/onnxruntime-unity-examples/assets/357497/96ed9913-41b7-401d-a634-f0e2de4fc3c7>
14
14
 
15
- NanoSAM
15
+ **NanoSAM**
16
16
 
17
17
  <https://github.com/asus4/onnxruntime-unity-examples/assets/357497/5e2b8712-87cc-4a3a-82b7-f217087a0ed1>
18
18
 
19
+ **Yolo11 Seg**
20
+
21
+ <https://github.com/user-attachments/assets/93c3dccd-569c-4a93-826b-0c9b5b60ebe9>
22
+
23
+
19
24
  ## Tested environment
20
25
 
21
26
  - Unity: 2022.3.20f1 (LTS)
22
- - ONNX Runtime: [1.19.2](https://github.com/microsoft/onnxruntime/releases/tag/v1.19.2)
27
+ - ONNX Runtime: [1.20.0](https://github.com/microsoft/onnxruntime/releases/tag/v1.20.0)
23
28
  - ONNX Runtime Extensions: [0.12.0](https://github.com/microsoft/onnxruntime-extensions/releases/tag/v0.12.0)
24
29
 
25
30
  ### Execution Providers & Extensions
@@ -66,10 +71,10 @@ Pre-built libraries are available on [NPM](https://www.npmjs.com/package/com.git
66
71
  }
67
72
  ]
68
73
  "dependencies": {
69
- "com.github.asus4.onnxruntime": "0.2.6",
70
- "com.github.asus4.onnxruntime.unity": "0.2.6",
71
- "com.github.asus4.onnxruntime.win-x64-gpu": "0.2.6",
72
- "com.github.asus4.onnxruntime-extensions": "0.2.6",
74
+ "com.github.asus4.onnxruntime": "0.3.0",
75
+ "com.github.asus4.onnxruntime.unity": "0.3.0",
76
+ "com.github.asus4.onnxruntime.win-x64-gpu": "0.3.0",
77
+ "com.github.asus4.onnxruntime-extensions": "0.3.0",
73
78
  ... other dependencies
74
79
  }
75
80
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.github.asus4.onnxruntime",
3
- "version": "0.2.6",
3
+ "version": "0.3.0",
4
4
  "displayName": "ONNX Runtime",
5
5
  "description": "ONNX Runtime Plugin for Unity",
6
6
  "keywords": [