mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 16:52:18 +00:00
26 lines
773 B
Markdown
26 lines
773 B
Markdown
# TensorFlow Lite Object Detection for Scrypted
|
|
|
|
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.
|
|
|
|
The Tensorflow Lite Plugin should only be used if you are a Scrypted NVR user. It will provide no
|
|
benefits to HomeKit, which does its own detection processing.
|
|
|
|
## EdgeTPU Docker Instructions
|
|
|
|
To use a Coral EdgeTPU within docker, the docker host must install the EdgeTPU drivers:
|
|
|
|
* EdgeTPU USB Drivers: https://coral.ai/docs/accelerator/get-started/
|
|
* EdgeTPU M.2 or PCIe Drivers: https://coral.ai/docs/m2/get-started/
|
|
|
|
<br/>
|
|
Then bring the container down and back up on the host:
|
|
<br/>
|
|
<br/>
|
|
|
|
|
|
```
|
|
cd ~/.scrypted
|
|
docker compose down
|
|
docker compose up -d
|
|
```
|