Explorar el Código

SemSegContextTree3D: feature type bugfix

Sven Sickert hace 10 años
padre
commit
89dd138389
Se han modificado 1 ficheros con 1 adiciones y 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;