Explorar el Código

removed redundant line

Sven Sickert hace 11 años
padre
commit
325224109f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      progs/testSemanticSegmentation3D.cpp

+ 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)