From 16dae301980c543e6d7b27025835bca4edbae0b3 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 16 Oct 2025 21:43:16 -0600 Subject: [PATCH] Update docs --- docs/docs/configuration/object_detectors.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 39d234d48..a85b09715 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -280,10 +280,10 @@ detectors: | Model | GPU | NPU | Notes | | ------------------------------------- | --- | --- | ------------------------------------------------------------ | | [YOLOv9](#yolo-v3-v4-v7-v9) | ✅ | ✅ | Recommended for GPU & NPU | -| [RF-DETR](#rf-detr) | ✅ | | | -| [YOLO-NAS](#yolo-nas) | ✅ | ❌ | YOLO-NAS only works on NPU in non-flat format | +| [RF-DETR](#rf-detr) | ✅ | ? | | +| [YOLO-NAS](#yolo-nas) | ✅ | ⚠️ | YOLO-NAS only works on NPU in non-flat format | | [MobileNet v2](#ssdlite-mobilenet-v2) | ✅ | ✅ | Fast and lightweight model, less accurate than larger models | -| [YOLOX](#yolox) | ✅ | | | +| [YOLOX](#yolox) | ✅ | ? | | | [D-FINE](#d-fine) | ❌ | ❌ | | #### SSDLite MobileNet v2