Update Rolling to v6.5.0

This commit is contained in:
jomjol
2021-03-25 20:48:19 +01:00
parent c6ae989b82
commit 970530d99f
6 changed files with 10 additions and 10 deletions

View File

@@ -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` * Upgrade digital CNN to v8.2.0 (added new type of digits)
* Bug fixing: restart after renaming hostname in `config.ini` did not work reliable * Supporting alignment structures in ROI definition
* based on v6.4.0 * Bug fixing: definition of hostname in `config.ini`
##### 6.4.0 Image Processing in Memory - (2021-03-20) ##### 6.4.0 Image Processing in Memory - (2021-03-20)

View File

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

View File

@@ -13,7 +13,7 @@ extern "C"
#include "Helper.h" #include "Helper.h"
#include <fstream> #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) const char* git_base_branch(void)

View File

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

View File

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

Binary file not shown.