From 15892352c4315ca6c986dfe1927d20f7fd3f7ff3 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 17 Dec 2025 11:39:05 -0600 Subject: [PATCH] avx instructions are required for classification --- .../custom_classification/object_classification.md | 2 ++ .../configuration/custom_classification/state_classification.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/docs/configuration/custom_classification/object_classification.md b/docs/docs/configuration/custom_classification/object_classification.md index 2fdde0d26..37d908285 100644 --- a/docs/docs/configuration/custom_classification/object_classification.md +++ b/docs/docs/configuration/custom_classification/object_classification.md @@ -11,6 +11,8 @@ Object classification models are lightweight and run very fast on CPU. Inference Training the model does briefly use a high amount of system resources for about 1–3 minutes per training run. On lower-power devices, training may take longer. +A CPU with AVX instructions is required for training and inference. + ## Classes Classes are the categories your model will learn to distinguish between. Each class represents a distinct visual category that the model will predict. diff --git a/docs/docs/configuration/custom_classification/state_classification.md b/docs/docs/configuration/custom_classification/state_classification.md index 2b7d16da1..6b95a2567 100644 --- a/docs/docs/configuration/custom_classification/state_classification.md +++ b/docs/docs/configuration/custom_classification/state_classification.md @@ -11,6 +11,8 @@ State classification models are lightweight and run very fast on CPU. Inference Training the model does briefly use a high amount of system resources for about 1–3 minutes per training run. On lower-power devices, training may take longer. +A CPU with AVX instructions is required for training and inference. + ## Classes Classes are the different states an area on your camera can be in. Each class represents a distinct visual state that the model will learn to recognize.