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