|
@@ -597,7 +597,7 @@ void SemSegNoveltyBinary::semanticseg ( CachedExample *ce, NICE::Image & segresu
|
|
|
out << resultdir << "/" << list2.back();
|
|
|
// std::cerr << "writing to " << out.str() + "_run_" + NICE::intToString(this->iterationCountSuffix) + "_" + noveltyMethodString+"_unsmoothed.rawfloat" << std::endl;
|
|
|
|
|
|
- noveltyImage.writeRaw(out.str() + "_run_" + NICE::intToString(this->iterationCountSuffix) + "_" + noveltyMethodString+"_unsmoothed.rawfloat");
|
|
|
+ noveltyImage.writeRaw("run_" + NICE::intToString(this->iterationCountSuffix) + "_" + out.str() + "_" + noveltyMethodString+"_unsmoothed.rawfloat");
|
|
|
|
|
|
}
|
|
|
|