Przeglądaj źródła

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

Alexander Freytag 12 lat temu
rodzic
commit
db65b0bcff
1 zmienionych plików z 1 dodań i 1 usunięć
  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();
 //       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");
       
     }