@camera.ui/camera-ui-coreml 1.1.0 → 1.1.2
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 +11 -0
- package/bundle.zip +0 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [1.1.2]
|
|
2
|
+
|
|
3
|
+
- Bugfixes and improvements
|
|
4
|
+
|
|
5
|
+
## [1.1.1]
|
|
6
|
+
|
|
7
|
+
- Log the model name at load start and surface initialization failures across object/face/plate detectors, the face embedder, OCR, and the CLIP encoder instead of swallowing them; a failed load is now rolled back so it can be retried
|
|
8
|
+
- Model reloads no longer abort the whole batch when a single model fails to load
|
|
9
|
+
- Update camera.ui SDK
|
|
10
|
+
- Bump camera.ui engine to v2.0.5
|
|
11
|
+
|
|
1
12
|
## [1.1.0]
|
|
2
13
|
|
|
3
14
|
- 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": "CoreML",
|
|
3
3
|
"name": "@camera.ui/camera-ui-coreml",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.2",
|
|
5
5
|
"description": "Apple CoreML detection backend for camera.ui. Runs object detection, face detection and recognition, license plate recognition with OCR, and CLIP semantic embeddings on Apple hardware.",
|
|
6
6
|
"author": "seydx (https://github.com/cameraui/plugins)",
|
|
7
7
|
"main": "./dist/main.py",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"url": "https://github.com/cameraui/plugins/issues"
|
|
24
24
|
},
|
|
25
25
|
"engines": {
|
|
26
|
-
"camera.ui": ">=2.0.
|
|
26
|
+
"camera.ui": ">=2.0.6",
|
|
27
27
|
"node": ">=22.0.0"
|
|
28
28
|
},
|
|
29
29
|
"os": [
|