From e0d9e7dceb9ae1954b24e495e8f7bdcaa5ffb805 Mon Sep 17 00:00:00 2001 From: Marc Altmann Date: Wed, 1 Nov 2023 14:20:32 +0100 Subject: [PATCH] Update docs/docs/configuration/object_detectors.md Co-authored-by: Nicolas Mowen --- docs/docs/configuration/object_detectors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 26689330b..7233f04d0 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -306,7 +306,7 @@ These SoCs come with a NPU that will highly speed up detection. RKNN support is provided using the `-rk` suffix for the docker image. Moreover, privileged mode must be enabled by adding the `--privileged` flag to your docker run command or `privileged: true` to your `docker-compose.yml` file. -## Configuration +### Configuration This `config.yml` shows all relevant options to configure the detector and explains them. All values shown are the default values (except for one). Lines that are required at least to use the detector are labeled as required, all other lines are optional. ```yaml