From 79aa392fea9354fa18fb613eead4e7c47742b8bf Mon Sep 17 00:00:00 2001 From: George Ruinelli Date: Wed, 22 Feb 2023 09:52:12 +0100 Subject: [PATCH] . --- param-docs/parameter-pages/Analog/Model.md | 1 + param-docs/parameter-pages/Analog/ROIImagesLocation.md | 2 +- param-docs/parameter-pages/Digits/ROIImagesLocation.md | 3 ++- param-docs/parameter-pages/TakeImage/RawImagesLocation.md | 3 ++- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/param-docs/parameter-pages/Analog/Model.md b/param-docs/parameter-pages/Analog/Model.md index cd76bd3..3481c2b 100644 --- a/param-docs/parameter-pages/Analog/Model.md +++ b/param-docs/parameter-pages/Analog/Model.md @@ -1,3 +1,4 @@ # Parameter `Model` Default Value: `/config/ana-cont_*.tflite` (See [/config/config.ini](https://github.com/jomjol/AI-on-the-edge-device/blob/master/sd-card/config/config.ini)) + Path to CNN model file for image recognition. See [here](../Choosing-the-Model) for details. diff --git a/param-docs/parameter-pages/Analog/ROIImagesLocation.md b/param-docs/parameter-pages/Analog/ROIImagesLocation.md index 3591a54..a8aacec 100644 --- a/param-docs/parameter-pages/Analog/ROIImagesLocation.md +++ b/param-docs/parameter-pages/Analog/ROIImagesLocation.md @@ -1,7 +1,7 @@ # Parameter `ROIImagesLocation` Default Value: `/log/analog` -Location to store separated analog images on the SD-Card for logging. +Location to store separated analog images on the SD-Card. !!! Warning A SD-Card has limited write cycles. Since the device does not do [Wear Leveling](https://en.wikipedia.org/wiki/Wear_leveling), this can wear out your SD-Card! diff --git a/param-docs/parameter-pages/Digits/ROIImagesLocation.md b/param-docs/parameter-pages/Digits/ROIImagesLocation.md index 7143bc4..28d6b3a 100644 --- a/param-docs/parameter-pages/Digits/ROIImagesLocation.md +++ b/param-docs/parameter-pages/Digits/ROIImagesLocation.md @@ -1,6 +1,7 @@ # Parameter `ROIImagesLocation` Default Value: `/log/digit` -Location to store separated digit images on the SD-Card for logging. + +Location to store separated digit images on the SD-Card. !!! Warning A SD-Card has limited write cycles. Since the device does not do [Wear Leveling](https://en.wikipedia.org/wiki/Wear_leveling), this can wear out your SD-Card! diff --git a/param-docs/parameter-pages/TakeImage/RawImagesLocation.md b/param-docs/parameter-pages/TakeImage/RawImagesLocation.md index 035a60c..0b53a93 100644 --- a/param-docs/parameter-pages/TakeImage/RawImagesLocation.md +++ b/param-docs/parameter-pages/TakeImage/RawImagesLocation.md @@ -1,6 +1,7 @@ # Parameter `RawImagesLocation` Default Value: `/log/source` -Location on the SD-Card to store the raw images for logging. + +Location on the SD-Card to store the raw images. !!! Warning A SD-Card has limited write cycles. Since the device does not do [Wear Leveling](https://en.wikipedia.org/wiki/Wear_leveling), this can wear out your SD-Card!