@scrypted/coreml 0.0.2 → 0.0.3

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 CHANGED
@@ -1,6 +1,6 @@
1
- # Object Detection Plugin for Scrypted
1
+ # CoreML Object Detection for Scrypted
2
2
 
3
- This plugin adds object detection capabilities to any camera in Scrypted. Having a fast GPU and CPU is highly recommended. Edge TPU (Coral.ai) is also supported.
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 Object Detection Plugin should only be used if you are a Scrypted NVR user. It will provide no
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
@@ -26,7 +26,7 @@
26
26
  "scrypted-package-json": "scrypted-package-json"
27
27
  },
28
28
  "scrypted": {
29
- "name": "Object Detection Plugin (CoreML)",
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.2"
44
+ "version": "0.0.3"
45
45
  }