|
@@ -4,7 +4,7 @@
|
|
|
#include "SemSegNovelty.h"
|
|
|
|
|
|
#include "core/image/FilterT.h"
|
|
|
-#include "fast-hik/GPHIKClassifier.h"
|
|
|
+#include "gp-hik-exp/GPHIKClassifierNICE.h"
|
|
|
#include "vislearning/baselib/ICETools.h"
|
|
|
#include "vislearning/baselib/Globals.h"
|
|
|
#include "vislearning/features/fpfeatures/SparseVectorFeature.h"
|
|
@@ -31,7 +31,7 @@ SemSegNovelty::SemSegNovelty ( const Config *conf,
|
|
|
cache = conf->gS ( "cache", "root", "" );
|
|
|
|
|
|
|
|
|
- classifier = new GPHIKClassifier ( conf, "ClassiferGPHIK" );;
|
|
|
+ classifier = new GPHIKClassifierNICE ( conf, "ClassiferGPHIK" );;
|
|
|
|
|
|
whs = conf->gI ( section, "window_size", 10 );
|
|
|
featdist = conf->gI ( section, "grid", 10 );
|