From 9c11126e9ce95f9d86b6b51182f561a2b1c9e9ad Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 18 Apr 2025 16:47:40 -0600 Subject: [PATCH] Add infernece times table --- docs/docs/frigate/hardware.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/frigate/hardware.md b/docs/docs/frigate/hardware.md index 15e3b1e0a..061e1f770 100644 --- a/docs/docs/frigate/hardware.md +++ b/docs/docs/frigate/hardware.md @@ -165,6 +165,12 @@ Frigate supports hardware video processing on all Rockchip boards. However, hard - RK3576 - RK3588 +| Name | YOLOv9 Inference Time | YOLO-NAS Inference Time | YOLOx Inference Time | +| --------------- | --------------------- | --------------------------- | ------------------------- | +| rk3588 3 cores | ~ 35 ms | small: ~ 20 ms med: ~ 30 ms | nano: 18 ms tiny: 20 ms | +| rk3566 1 core | | small: ~ 96 ms | | + + The inference time of a rk3588 with all 3 cores enabled is typically 25-30 ms for yolo-nas s. ## What does Frigate use the CPU for and what does it use a detector for? (ELI5 Version)