This commit is contained in:
CaCO3
2023-02-20 23:29:45 +01:00
parent 864cbe61be
commit 2eb8f6fb0f
74 changed files with 2 additions and 178 deletions

View File

@@ -1,10 +1,7 @@
# Parameter `CNNGoodThreshold`
Default Value: `0.5`
!!! Warning
This is an **Expert Parameter**! Only change it if you understand what it does!
Threshold above which the classification should be to accept the value (only meaningful for digits).
!!! Warning
This is only supported for the `ana-class100` models!

View File

@@ -1,5 +1,4 @@
# Parameter `ExtendedResolution`
!!! WARNING
This parameter is unused!
Use [`NUMBER.ExtendedResolution`](../Parameters/#PostProcessing-NUMBER.ExtendedResolution) instead!

View File

@@ -1,4 +1,3 @@
# Parameter `Model`
Default Value: `/config/ana-cont_11.3.1_s2.tflite`
Path to CNN model file for image recognition. See [here](../Choosing-the-Model) for details.

View File

@@ -1,9 +1,6 @@
# Parameter `ROIImagesLocation`
Default Value: `/log/analog`
Location to store separated analog images on the SD-Card for logging.
!!! 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!

View File

@@ -1,4 +1,3 @@
# Parameter `ROIImagesRetention`
Default Value: `3`
Days to keep the separated analog images (`0` = forever).