Parcourir la source

Update Rolling to v6.5.0

jomjol il y a 4 ans
Parent
commit
970530d99f
6 fichiers modifiés avec 10 ajouts et 10 suppressions
  1. 4 4
      README.md
  2. 2 2
      code/main/version.cpp
  3. 1 1
      code/main/version.h
  4. 2 2
      code/version.cpp
  5. 1 1
      sd-card/config/config.ini
  6. BIN
      sd-card/config/dig0820s2q.tflite

+ 4 - 4
README.md

@@ -41,11 +41,11 @@ If you would like to support the developer with a cup of coffee you can do that
 
 
 
-##### Rolling - (2021-03-21)
+##### 6.5.0 Image Processing in Memory - (2021-03-25)
 
-* Bug fixing in `html.zip`
-* Bug fixing: restart after renaming hostname in `config.ini` did not work reliable
-* based on v6.4.0
+* Upgrade digital CNN to v8.2.0  (added new type of digits)
+* Supporting alignment structures in ROI definition
+* Bug fixing: definition of  hostname in `config.ini`
 
 ##### 6.4.0 Image Processing in Memory - (2021-03-20)
 

+ 2 - 2
code/main/version.cpp

@@ -1,4 +1,4 @@
-const char* GIT_REV="a0ebf35";
+const char* GIT_REV="c6ae989";
 const char* GIT_TAG="";
 const char* GIT_BRANCH="rolling";
-const char* BUILD_TIME="2021-03-21 20:49";
+const char* BUILD_TIME="2021-03-25 20:40";

+ 1 - 1
code/main/version.h

@@ -13,7 +13,7 @@ extern "C"
 #include "Helper.h"
 #include <fstream>
 
-const char* GIT_BASE_BRANCH = "master - v6.4.0 - 2020-03-20";
+const char* GIT_BASE_BRANCH = "master - v6.5.0 - 2020-03-25";
 
 
 const char* git_base_branch(void)

+ 2 - 2
code/version.cpp

@@ -1,4 +1,4 @@
-const char* GIT_REV="a0ebf35";
+const char* GIT_REV="c6ae989";
 const char* GIT_TAG="";
 const char* GIT_BRANCH="rolling";
-const char* BUILD_TIME="2021-03-21 20:49";
+const char* BUILD_TIME="2021-03-25 20:40";

+ 1 - 1
sd-card/config/config.ini

@@ -17,7 +17,7 @@ InitialMirror= false
 AlignmentAlgo = Default
 
 [Digits]
-Model = /config/dig0811s1.tflite
+Model = /config/dig0820s2q.tflite
 ;LogImageLocation = /log/digit
 ;LogfileRetentionInDays = 3
 ModelInputSize = 20 32

BIN
sd-card/config/dig0820s2q.tflite