diff --git a/apps/sft/misk/scale_caltech.py b/apps/sft/misk/scale_caltech.py index f0e783fa5d..5eddc43747 100755 --- a/apps/sft/misk/scale_caltech.py +++ b/apps/sft/misk/scale_caltech.py @@ -148,7 +148,7 @@ if __name__ == "__main__": opath = os.path.join(options.output, datetime.now().strftime("raw_ge64_cr_mirr_ts" + "-%Y-%m-%d-%H-%M-%S")) os.mkdir(opath) - gl = glob.iglob( os.path.join(options.input, "set[0-1][0-5]/V0[0-9][0-9].txt")) + gl = glob.iglob( os.path.join(options.input, "set[0][0]/V0[0-9][0-9].txt")) for each in gl: path, ext = os.path.splitext(each) path = path + ".seq" diff --git a/modules/ml/src/octave.cpp b/modules/ml/src/octave.cpp index a47d4319ff..b0358b6f2b 100644 --- a/modules/ml/src/octave.cpp +++ b/modules/ml/src/octave.cpp @@ -43,7 +43,7 @@ #include "precomp.hpp" #include -//#define WITH_DEBUG_OUT +#define WITH_DEBUG_OUT #if defined WITH_DEBUG_OUT # include