|
@@ -88,7 +88,9 @@ void SemanticSegmentation::semanticseg ( const std::string & filename,
|
|
NICE::Image img = Preprocess::ReadImgAdv ( filename );
|
|
NICE::Image img = Preprocess::ReadImgAdv ( filename );
|
|
ce = new CachedExample ( img );
|
|
ce = new CachedExample ( img );
|
|
}
|
|
}
|
|
|
|
+#ifdef DEBUG_PRINTS
|
|
fprintf ( stderr, "Starting Semantic Segmentation !\n" );
|
|
fprintf ( stderr, "Starting Semantic Segmentation !\n" );
|
|
|
|
+#endif
|
|
this->semanticseg ( ce, segresult, probabilities );
|
|
this->semanticseg ( ce, segresult, probabilities );
|
|
delete ce;
|
|
delete ce;
|
|
}
|
|
}
|