Sven Sickert 11 жил өмнө
parent
commit
325224109f

+ 1 - 1
progs/testSemanticSegmentation3D.cpp

@@ -303,7 +303,7 @@ int main ( int argc, char **argv )
 
   // initialize semantic segmentation method
   SemanticSegmentation *semseg = NULL;
-  semseg = new SemSegContextTree3D ( &conf, &classNames );
+  //semseg = new SemSegContextTree3D ( &conf, &classNames );
   
   // TRAINING AND TESTING
   if (!doCrossVal)