Explorar o código

AL SemSeg Binary: removed obsolete tmp file, added correct cpp file

Alexander Freytag %!s(int64=12) %!d(string=hai) anos
pai
achega
db65b0bcff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      semseg/SemSegNoveltyBinary.cpp

+ 1 - 1
semseg/SemSegNoveltyBinary.cpp~ → semseg/SemSegNoveltyBinary.cpp

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