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.