mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 20:46:52 +03:00
v6.7.1
This commit is contained in:
@@ -45,9 +45,9 @@ In other cases you can contact the developer via email: <img src="https://raw.gi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
##### 6.7.1 Image Processing in Memory - (2021-04-30)
|
##### 6.7.1 Image Processing in Memory - (2021-01-05)
|
||||||
|
|
||||||
* NEW 6.7.1: Improved stability of camera (as of v6.6.1)
|
* NEW 6.7.1: Improved stability of camera (back to v6.6.1) - remove black strips and areas
|
||||||
|
|
||||||
* Upgrade digital CNN to v8.3.0 (added new type of digits)
|
* Upgrade digital CNN to v8.3.0 (added new type of digits)
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="ce5f3c4";
|
const char* GIT_REV="a45a529";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="master";
|
||||||
const char* BUILD_TIME="2021-05-01 17:30";
|
const char* BUILD_TIME="2021-05-01 17:42";
|
||||||
@@ -13,7 +13,7 @@ extern "C"
|
|||||||
#include "Helper.h"
|
#include "Helper.h"
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
const char* GIT_BASE_BRANCH = "master - v6.7.1 - 2020-04-30";
|
const char* GIT_BASE_BRANCH = "master - v6.7.1 - 2020-01-05";
|
||||||
|
|
||||||
|
|
||||||
const char* git_base_branch(void)
|
const char* git_base_branch(void)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
const char* GIT_REV="ce5f3c4";
|
const char* GIT_REV="a45a529";
|
||||||
const char* GIT_TAG="";
|
const char* GIT_TAG="";
|
||||||
const char* GIT_BRANCH="rolling";
|
const char* GIT_BRANCH="master";
|
||||||
const char* BUILD_TIME="2021-05-01 17:30";
|
const char* BUILD_TIME="2021-05-01 17:42";
|
||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user