enable debug on CNNGeneral

This commit is contained in:
Frank Haverland
2022-10-18 23:02:11 +02:00
parent 0e55fc7f7e
commit 33b9a15f73

View File

@@ -20,7 +20,7 @@ class ClassFlowCNNGeneral :
public ClassFlowImage
{
protected:
bool debugdetailgeneral = false;
bool debugdetailgeneral = true;
t_CNNType CNNType;
std::vector<general*> GENERAL;
float CNNGoodThreshold;