Sven Sickert 8 năm trước cách đây
mục cha
commit
118fb5a5c7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;