|
From: Herton R. K. <he...@us...> - 2005-06-24 11:10:11
|
Update of /cvsroot/kimageprocess/kimageprocess/batchtests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24952 Modified Files: test Log Message: - Fixing naming of test files generated. Index: test =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/batchtests/test,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- test 24 Jun 2005 05:06:07 -0000 1.1 +++ test 24 Jun 2005 11:09:59 -0000 1.2 @@ -14,8 +14,8 @@ source $test/img.size for act in $FANN_ACT; do testclass -t $test/train.pat -c $test/class.pat \ - -r results/$test_$act.res -a $act - res2pgm -r results/$test_$act.res -p results/$test_$act.pgm \ + -r results/$test\_$act.res -a $act + res2pgm -r results/$test\_$act.res -p results/$test\_$act.pgm \ -w $WIDTH -h $HEIGHT done done |