|
@@ -1,20 +1,20 @@
|
|
|
#include <sstream>
|
|
|
#include <iostream>
|
|
|
|
|
|
-#include "SemSegNovelty.h"
|
|
|
-
|
|
|
-#include <core/image/FilterT.h>
|
|
|
-#include <core/basics/numerictools.h>
|
|
|
-#include <core/basics/StringTools.h>
|
|
|
-#include <core/basics/Timer.h>
|
|
|
+#include "core/image/FilterT.h"
|
|
|
+#include "core/basics/numerictools.h"
|
|
|
+#include "core/basics/StringTools.h"
|
|
|
+#include "core/basics/Timer.h"
|
|
|
|
|
|
-#include <gp-hik-exp/GPHIKClassifierNICE.h>
|
|
|
-#include <vislearning/baselib/ICETools.h>
|
|
|
-#include <vislearning/baselib/Globals.h>
|
|
|
-#include <vislearning/features/fpfeatures/SparseVectorFeature.h>
|
|
|
+#include "gp-hik-exp/GPHIKClassifierNICE.h"
|
|
|
+#include "vislearning/baselib/ICETools.h"
|
|
|
+#include "vislearning/baselib/Globals.h"
|
|
|
+#include "vislearning/features/fpfeatures/SparseVectorFeature.h"
|
|
|
|
|
|
#include "segmentation/GenericRegionSegmentationMethodSelection.h"
|
|
|
|
|
|
+#include "SemSegNovelty.h"
|
|
|
+
|
|
|
using namespace std;
|
|
|
using namespace NICE;
|
|
|
using namespace OBJREC;
|
|
@@ -666,7 +666,7 @@ void SemSegNovelty::semanticseg ( CachedExample *ce, NICE::Image & segresult, NI
|
|
|
if ( forbidden_classesActiveLearning.find(classnoTmp) != forbidden_classesActiveLearning.end() )
|
|
|
continue;
|
|
|
|
|
|
- Example example;
|
|
|
+ Example example(NULL, x, y);
|
|
|
example.vec = NULL;
|
|
|
example.svec = new SparseVector ( featdim );
|
|
|
|