Sven Sickert 8 anni fa
parent
commit
118fb5a5c7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      progs/testSemanticSegmentation3D.cpp

+ 1 - 0
progs/testSemanticSegmentation3D.cpp

@@ -87,6 +87,7 @@ void startClassification (SemanticSegmentation *semseg,
                 depthBoundary = zsizeVec[idx];
             }
 
+//            std::cout << depthCount << " " << depthBoundary << std::endl;
             if ( depthCount < depthBoundary ) continue;
 
             NICE::MultiChannelImage3DT<double> probabilities;