@scrypted/coreml 0.0.2 → 0.0.4
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/README.md +3 -3
- package/dist/plugin.zip +0 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Object Detection
|
|
1
|
+
# CoreML Object Detection for Scrypted
|
|
2
2
|
|
|
3
|
-
This plugin adds object detection capabilities to any camera in Scrypted.
|
|
3
|
+
This plugin adds object detection capabilities to any camera in Scrypted. This plugin requires MacOS CoreML. CoreML utilizes the CPU, GPU, and Neural Cores (Apple Silicon).
|
|
4
4
|
|
|
5
|
-
The
|
|
5
|
+
The CoreML Plugin should only be used if you are a Scrypted NVR user. It will provide no
|
|
6
6
|
benefits to HomeKit, which does its own detection processing.
|
package/dist/plugin.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scrypted/coreml",
|
|
3
|
-
"description": "Scrypted Object Detection
|
|
3
|
+
"description": "Scrypted CoreML Object Detection",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"scrypted",
|
|
6
6
|
"plugin",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"scrypted-package-json": "scrypted-package-json"
|
|
27
27
|
},
|
|
28
28
|
"scrypted": {
|
|
29
|
-
"name": "Object Detection
|
|
29
|
+
"name": "CoreML Object Detection",
|
|
30
30
|
"pluginDependencies": [
|
|
31
31
|
"@scrypted/objectdetector"
|
|
32
32
|
],
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@scrypted/sdk": "file:../../sdk"
|
|
43
43
|
},
|
|
44
|
-
"version": "0.0.
|
|
44
|
+
"version": "0.0.4"
|
|
45
45
|
}
|