added log level to logfile, adjusted some loglevels

This commit is contained in:
George Ruinelli
2022-10-22 18:05:08 +02:00
parent 0a2b6b71ca
commit 1e698440f9
22 changed files with 138 additions and 114 deletions

View File

@@ -20,7 +20,7 @@ class ClassFlowCNNGeneral :
public ClassFlowImage
{
protected:
bool debugdetailgeneral = true;
//bool debugdetailgeneral = true; // TODO: This variable never gets set otherwise!
t_CNNType CNNType;
std::vector<general*> GENERAL;
float CNNGoodThreshold;