Sven Sickert 8 年之前
父节点
当前提交
118fb5a5c7
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;