Skip to content

Commit

Permalink
npu
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Dec 27, 2024
1 parent 3c5b166 commit f8eda1c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion detection/object-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Uses the [Neural Engine](https://www.makeuseof.com/what-is-a-neural-engine-how-d

## OpenVINO

Available on all platforms. Can use Intel CPU/GPU for hardware acceleration. The `Console` will show the available hardware.
Available on all platforms. Can use Intel CPU, GPU, and NPU for hardware acceleration. The `Console` will show the available hardware.

## ONNX

Expand Down
5 changes: 4 additions & 1 deletion scrypted-nvr/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ Scrypted NVR `Smart Detections` use one of the available [Object Detection Plugi
* CPU
* GPU
* Apple Silicon Neural Engine 🔥
* [Coral.ai](https://coral.ai) accelerators 🔥
* Intel Core Ultra NPU 🔥
* [Coral.ai](https://coral.ai) accelerators

### Apple Silicon

Expand All @@ -75,6 +76,8 @@ Scrypted NVR can leverage the [Neural Engine](https://www.makeuseof.com/what-is-

Scrypted NVR supports Intel iGPUs and accelerator cards for blazing fast detection performance using the `OpenVINO Plugin`. 12th Generation Intel processors like the N100 have great performance at a low power and price point.

Intel Core Ultra chips with the built in NPU are also supported and provide state of the art performance.

### NVIDIA

Scrypted NVR supports object detection on NVIDIA GPUs via the `ONNX Plugin`. NVIDIA object detection requires CUDA, which is only provided in [Scrypted's NVIDIA Docker image](/installation.html#docker-compose-yml) when using the `koush/scrypted:nvidia` image.
Expand Down
5 changes: 3 additions & 2 deletions server-hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ The following chart is a rough idea of the capabilities of a few such systems.

|Hardware|Operating System|Number of Cameras|Notes|
|-|-|-|-|
|Dell Wyse 5070|Ubuntu + Docker|5|Available cheap on eBay.|
|Intel N100|Ubuntu + Docker|12|New Intel NUC that has a fantastic iGPU for accelerated transcode and detection.|
|Dell Wyse 5070|Proxmox/Docker|5|Available cheap on eBay.|
|Intel N100|Proxmox/Docker|12|New Intel NUC that has a fantastic iGPU for accelerated transcode and detection.|
|Mac Mini 16GB|macOS|20+|Scrypted NVR can leverage Apple Silicon's [Neural Engine](https://www.makeuseof.com/what-is-a-neural-engine-how-does-it-work/).|
|Intel Core Ultra 125h|Proxmox/Docker|20+|Scrypted NVR can leverage Intel's [NPU](https://www.intel.com/content/www/us/en/products/details/embedded-processors/core-ultra.html).|

### Cameras

Expand Down

0 comments on commit f8eda1c

Please sign in to comment.