mirror of
https://github.com/koush/scrypted.git
synced 2026-02-16 11:42:15 +00:00
* add additional cpus supported by rknn model converter
* use queue-based approach
* bump 0.0.3
* Revert "use queue-based approach"
This reverts commit 4ec77495e8.
* bump 0.0.4
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "@scrypted/rknn",
|
|
"description": "Scrypted Rockchip NPU Object Detection",
|
|
"keywords": [
|
|
"scrypted",
|
|
"plugin",
|
|
"rknn",
|
|
"rockchip",
|
|
"npu",
|
|
"motion",
|
|
"object",
|
|
"detect",
|
|
"detection",
|
|
"people",
|
|
"person"
|
|
],
|
|
"scripts": {
|
|
"scrypted-setup-project": "scrypted-setup-project",
|
|
"prescrypted-setup-project": "scrypted-package-json",
|
|
"build": "scrypted-webpack",
|
|
"prepublishOnly": "NODE_ENV=production scrypted-webpack",
|
|
"prescrypted-vscode-launch": "scrypted-webpack",
|
|
"scrypted-vscode-launch": "scrypted-deploy-debug",
|
|
"scrypted-deploy-debug": "scrypted-deploy-debug",
|
|
"scrypted-debug": "scrypted-debug",
|
|
"scrypted-deploy": "scrypted-deploy",
|
|
"scrypted-readme": "scrypted-readme",
|
|
"scrypted-package-json": "scrypted-package-json"
|
|
},
|
|
"scrypted": {
|
|
"name": "Rockchip NPU Object Detection",
|
|
"pluginDependencies": [
|
|
"@scrypted/objectdetector"
|
|
],
|
|
"runtime": "python",
|
|
"pythonVersion": {
|
|
"default": "3.10"
|
|
},
|
|
"type": "API",
|
|
"interfaces": [
|
|
"ObjectDetection",
|
|
"ObjectDetectionPreview"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@scrypted/sdk": "file:../../sdk"
|
|
},
|
|
"version": "0.0.4"
|
|
}
|