Bjoern Froehlich 13 жил өмнө
parent
commit
cc64d10ef8

+ 1 - 0
semseg/SemSegContextTree.cpp

@@ -1821,6 +1821,7 @@ void SemSegContextTree::semanticseg ( CachedExample *ce, NICE::Image & segresult
         int ysize = feats.height();
 
         integralImg.reInit ( xsize, ysize, channels );
+        integralImgs[i].setAll ( 0.0 );
       }
     }