Ver código fonte

SemSegContextTree3D: feature type bugfix

Sven Sickert 10 anos atrás
pai
commit
89dd138389
1 arquivos alterados com 1 adições e 1 exclusões
  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;