update param config

This commit is contained in:
CaCO3
2023-02-04 22:46:05 +01:00
parent 04d395627c
commit 80af3abe3d
43 changed files with 99 additions and 167 deletions

View File

@@ -2,10 +2,10 @@
Default Value: `0.5`
!!! Warning
This is an expert parameter!
This is an **Expert Parameter**! Only change it if you understand what it does!
## Description
Please fill me with an explanation and useful links
Threshold above which the classification should be to accept the value (only meaningful for digits).
!!! Warning
EXPERIMENTAL - NOT WORKING FOR ALL CNNs!

View File

@@ -1,10 +1,6 @@
# Parameter `LogImageLocation`
Default Value: `/log/digit`
## Description
Please fill me with an explanation and useful links
Location to store separated digit images on the SD-Card for logging.

View File

@@ -1,10 +1,6 @@
# Parameter `LogfileRetentionInDays`
Default Value: `3`
## Description
Please fill me with an explanation and useful links
Days to keep the separated digit images (`0` = forever).

View File

@@ -1,10 +1,5 @@
# Parameter `Model`
Default Value: `/config/dig-cont_0600_s3.tflite`
## Description
Please fill me with an explanation and useful links
Path to CNN model file for image recognition. See [here](../Choosing-the-Model) for details.