@camera.ui/camera-ui-onnx 1.1.0 → 1.1.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [1.1.1]
2
+
3
+ - Removed the CoreML execution provider; "auto" now selects CUDA on Linux/Windows x86_64 and CPU otherwise
4
+ - Tuned CUDA provider options (heuristic conv algorithm search, max cuDNN workspace) for faster inference
5
+ - Failed model initialization is now logged and surfaced and the failed model is evicted from cache so the next request retries; batched warm-up continues when one model fails
6
+ - Update camera.ui SDK
7
+ - Bump camera.ui engine to v2.0.5
8
+
1
9
  ## [1.1.0]
2
10
 
3
11
  - Bump camera.ui engine to v2
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "ONNX",
3
3
  "name": "@camera.ui/camera-ui-onnx",
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "description": "ONNX Runtime detection backend for camera.ui. Runs object detection, face detection and recognition, license plate recognition with OCR, and CLIP semantic embeddings.",
6
6
  "author": "seydx (https://github.com/cameraui/plugins)",
7
7
  "main": "./dist/main.py",
@@ -23,11 +23,17 @@
23
23
  "url": "https://github.com/cameraui/plugins/issues"
24
24
  },
25
25
  "engines": {
26
- "camera.ui": ">=2.0.0",
26
+ "camera.ui": ">=2.0.5",
27
27
  "node": ">=22.0.0"
28
28
  },
29
- "os": [],
30
- "cpu": [],
29
+ "os": [
30
+ "linux",
31
+ "win32"
32
+ ],
33
+ "cpu": [
34
+ "x64",
35
+ "arm64"
36
+ ],
31
37
  "homepage": "https://github.com/cameraui/plugins/tree/main/camera-ui-onnx#readme",
32
38
  "keywords": [
33
39
  "camera-ui-plugin",