Browse Source

removed redundant line

Sven Sickert 11 years ago
parent
commit
325224109f
1 changed files with 1 additions and 1 deletions
  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)