mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
Rolling 20220618_v3
This commit is contained in:
@@ -17,7 +17,7 @@ ClassFlowCNNGeneral::ClassFlowCNNGeneral(ClassFlowAlignment *_flowalign, t_CNNTy
|
||||
string cnnmodelfile = "";
|
||||
modelxsize = 1;
|
||||
modelysize = 1;
|
||||
CNNGoodThreshold = 0.9;
|
||||
CNNGoodThreshold = 0.0;
|
||||
ListFlowControll = NULL;
|
||||
previousElement = NULL;
|
||||
SaveAllFiles = false;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="dfeac0c";
|
||||
const char* GIT_REV="35a9602";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2022-06-18 10:13";
|
||||
const char* BUILD_TIME="2022-06-18 15:11";
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="dfeac0c";
|
||||
const char* GIT_REV="35a9602";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2022-06-18 10:13";
|
||||
const char* BUILD_TIME="2022-06-18 15:11";
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -24,7 +24,6 @@ FlipImageSize = false
|
||||
Model = /config/dig-s2-q-20220211.tflite
|
||||
;LogImageLocation = /log/digit
|
||||
;LogfileRetentionInDays = 3
|
||||
ModelInputSize = 20 32
|
||||
main.dig1 294 126 30 54
|
||||
main.dig2 343 126 30 54
|
||||
main.dig3 391 126 30 54
|
||||
@@ -33,7 +32,6 @@ main.dig3 391 126 30 54
|
||||
Model = /config/ana-s3-q-20220105.tflite
|
||||
;LogImageLocation = /log/analog
|
||||
;LogfileRetentionInDays = 3
|
||||
ModelInputSize = 32 32
|
||||
ExtendedResolution = true
|
||||
main.ana1 432 230 92 92
|
||||
main.ana2 379 332 92 92
|
||||
|
||||
Reference in New Issue
Block a user