Explorar o código

SemSegContextTree3D: feature type bugfix

Sven Sickert %!s(int64=10) %!d(string=hai) anos
pai
achega
89dd138389
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      semseg/SemSegContextTree3D.cpp

+ 1 - 1
semseg/SemSegContextTree3D.cpp

@@ -428,7 +428,7 @@ double SemSegContextTree3D::getBestSplit (
 
     int tmpws = windowSize;
 
-    if ( ft == 2 || ft == 4 )
+    if ( ft == 3 || ft == 4 )
     {
       //use larger window size for context features
       tmpws *= contextMultiplier;