|
@@ -132,7 +132,7 @@ void SemSegNovelty::initFromConfig(const Config* conf, const string _confSection
|
|
|
//write uncertainty results in the same folder as done for the segmentation results
|
|
|
resultdir = conf->gS("debug", "resultdir", "result");
|
|
|
cache = conf->gS ( "cache", "root", "" );
|
|
|
-
|
|
|
+ cache = conf->getAbsoluteFilenameRelativeToThisConfig(cache);
|
|
|
|
|
|
this->findMaximumUncert = conf->gB(_confSection, "findMaximumUncert", true);
|
|
|
this->whs = conf->gI ( _confSection, "window_size", 10 );
|