This commit is contained in:
CaCO3
2023-02-20 23:58:58 +01:00
parent e4f59f3846
commit c098a63849
11 changed files with 25 additions and 229 deletions

View File

@@ -1,6 +1,8 @@
# Parameter `InitialRotate`
Default Value: `179`
Unit: Degrees
Initial rotation of image before alignment in degree (1...359)
!!! Note

View File

@@ -7,3 +7,8 @@ Unit: Pixels
This is an **Expert Parameter**! Only change it if you understand what it does!
X-size (width) in which the reference is searched.
!!! Note
Since the alignment is one of the steps using a lot of computation time,
the search field should be as small as possible.
The calculation time goes quadratic with the search field size.

View File

@@ -7,3 +7,8 @@ Unit: Pixels
This is an **Expert Parameter**! Only change it if you understand what it does!
Y-size (height) in which the reference is searched.
!!! Note
Since the alignment is one of the steps using a lot of computation time,
the search field should be as small as possible.
The calculation time goes quadratic with the search field size.

View File

@@ -1,3 +1,3 @@
# Parameter `Model`
Default Value: `/config/ana-cont_11.3.1_s2.tflite`
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.

View File

@@ -1,4 +1,7 @@
# Parameter `Interval`
Default Value: `5`
Interval in minutes in which the Flow (Digitization Round) is run.
Unit: Minutes
Interval in which the Flow (Digitization Round) is run.
If a round takes longer than this interval, the next round gets postponed until the current round completes.

View File

@@ -1,6 +1,8 @@
# Parameter `DataLogActive`
Default Value: `true`
Activate data logging to SD-Card.
Activate data logging to the SD-Card.
The files will be stored in `/log/data/data_YYYY-MM-DD.csv`.
!!! 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!
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,3 +1,4 @@
# Parameter `Model`
Default Value: `/config/dig-cont_0600_s3.tflite`
Default Value: `/config/dig-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.

View File

@@ -5,4 +5,4 @@ Default Value: `undefined`
This is an **Expert Parameter**! Only change it if you understand what it does!
Hostname for the device.
It gets automatically transferred to `/wlan.ini` on the SD-Card at next startup.
It gets automatically transferred to `/wlan.ini` on the SD-Card at the next startup.

View File

@@ -4,5 +4,4 @@ Default Value: `false`
!!! Warning
This is an **Expert Parameter**! Only change it if you understand what it does!
Fixes the illumination setting of camera at the startup and uses this later -->
individual round is faster.
Fixes the illumination setting of camera at the startup and uses this later -> Individual round is faster.