diff --git a/README.md b/README.md index 7e4c6c5a..88f8a69a 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,17 @@ This is an example of Artificial Intelligence (AI) calculations on a very cheap hardware. -Details can be found on the Wiki pages. +Details on **function**, **installation** and **configuration** can be found on the **[Wiki Page](https://github.com/jomjol/AI-on-the-edge-device/wiki)** -## Changelog - lastest version +## Change log - latest version -##### Rolling (2020-08-13) +##### Rolling (2020-08-15) +* Nightly updates (bug fixing) + * Implementation of Digital Consistency Check: check if Digit shows next number earlier, than previous number has gone through zero - Turn on/off - see updated config.ini `CheckDigitIncreaseConsistency = True`) Not fully tested! @@ -25,12 +27,12 @@ Details can be found on the Wiki pages. ## Known Issues * spontaneous reboot, especially in case of intensive web server access -* stopping automated tflite flow - Error teared down to alignment procedure (results in restart) -* Camera initialization stuck not often, but randomly 5s after reboot - Hard reboot (power on/off) necessary :-( - --> Next try: adopted reboot sequence with additional and extended camera reset +* stopping automated tflite flow - Error teared down to alignment procedure (results in restart) - Image load fails ## Solved topics -* stuck in reboot - Solved by modified startup sequence \ No newline at end of file +* stuck in reboot - Solved by modified startup sequence +* Camera initialization stuck not often, but randomly 5s after reboot - Hard reboot (power on/off) necessary :-( + --> Next try: adopted reboot sequence with additional and extended camera reset --> seems working! \ No newline at end of file diff --git a/sd-card/config/config.ini b/sd-card/config/config.ini index 449bd2d4..98966fc1 100644 --- a/sd-card/config/config.ini +++ b/sd-card/config/config.ini @@ -1,13 +1,13 @@ [MakeImage] -LogImageLocation = /log/source +;LogImageLocation = /log/source WaitBeforeTakingPicture=5 ImageQuality = 5 ImageSize = VGA [Alignment] InitalRotate=180 -/config/ref0.jpg 98, 257 -/config/ref1.jpg 449, 116 +/config/ref0.jpg 119, 273 +/config/ref1.jpg 456, 138 SearchFieldX = 20 SearchFieldY = 20 @@ -15,18 +15,18 @@ SearchFieldY = 20 Model=/config/dig0622.tfl ModelInputSize 20, 32 LogImageLocation = /log/digit -digit1, 290, 99, 37, 67 -digit2, 342, 99, 37, 67 -digit3, 392, 99, 37, 67 +digit1, 306, 120, 37, 67 +digit2, 355, 120, 37, 67 +digit3, 404, 120, 37, 67 [Analog] Model=/config/ana0622.tfl ModelInputSize 32, 32 LogImageLocation = /log/analog -analog1, 433, 207, 99, 99 -analog2, 378, 313, 99, 99 -analog3, 280, 356, 99, 99 -analog4, 149, 313, 99, 99 +analog1, 444, 225, 92, 92 +analog2, 391, 329, 92, 92 +analog3, 294, 369, 92, 92 +analog4, 168, 326, 92, 92 [PostProcessing] PreValueUse = True diff --git a/sd-card/config/org_ref0.jpg b/sd-card/config/org_ref0.jpg index bdf07e68..ff48bdfd 100644 Binary files a/sd-card/config/org_ref0.jpg and b/sd-card/config/org_ref0.jpg differ diff --git a/sd-card/config/org_ref1.jpg b/sd-card/config/org_ref1.jpg index fd0d5ebf..6601f2bd 100644 Binary files a/sd-card/config/org_ref1.jpg and b/sd-card/config/org_ref1.jpg differ diff --git a/sd-card/config/prevalue.ini b/sd-card/config/prevalue.ini index fb8e14ef..d4130ef9 100644 --- a/sd-card/config/prevalue.ini +++ b/sd-card/config/prevalue.ini @@ -1,2 +1,4 @@ -2020-07-26_17-36-20 -11.254200 +[PreValue] +time = 2000-01-01_00-00-00 +LastVorkomma = 00000 +LastNachkomma = 0000 \ No newline at end of file diff --git a/sd-card/config/ref0.jpg b/sd-card/config/ref0.jpg index 375a3e44..bce4b651 100644 Binary files a/sd-card/config/ref0.jpg and b/sd-card/config/ref0.jpg differ diff --git a/sd-card/config/ref1.jpg b/sd-card/config/ref1.jpg index 6bed091f..f7bdb4dc 100644 Binary files a/sd-card/config/ref1.jpg and b/sd-card/config/ref1.jpg differ diff --git a/sd-card/config/reference.jpg b/sd-card/config/reference.jpg index 86b12109..702e6b43 100644 Binary files a/sd-card/config/reference.jpg and b/sd-card/config/reference.jpg differ