Browse Source

enable debug on CNNGeneral

Frank Haverland 3 năm trước cách đây
mục cha
commit
33b9a15f73

+ 1 - 1
code/components/jomjol_flowcontroll/ClassFlowCNNGeneral.h

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