浏览代码

contex removed

Bjoern Froehlich 13 年之前
父节点
当前提交
59a42d84b4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 );