Explorar el Código

contex removed

Bjoern Froehlich hace 13 años
padre
commit
59a42d84b4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      semseg/SemSegContextTree.cpp

+ 1 - 1
semseg/SemSegContextTree.cpp

@@ -656,7 +656,7 @@ SemSegContextTree::SemSegContextTree( const Config *conf, const MultiDataset *md
   cops.push_back( new HaarDiag() );
   cops.push_back( new Haar3Horiz() );
   cops.push_back( new Haar3Vert() );
-  cops.push_back( new GlobalFeats() );
+  //cops.push_back( new GlobalFeats() );
 
   opOverview = vector<int>( NBOPERATIONS, 0 );