jomjol 5 лет назад
Родитель
Сommit
a2733e1dad

+ 9 - 7
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)**
 
 <img src="https://raw.githubusercontent.com/jomjol/AI-on-the-edge-device/master/images/index.png" width="600"> 
 
 
-## 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
+* 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!

+ 10 - 10
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

BIN
sd-card/config/org_ref0.jpg


BIN
sd-card/config/org_ref1.jpg


+ 4 - 2
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

BIN
sd-card/config/ref0.jpg


BIN
sd-card/config/ref1.jpg


BIN
sd-card/config/reference.jpg