Ignore:
Timestamp:
2019-07-22T16:46:33+12:00 (5 years ago)
Author:
cpb16
Message:

transferred backup of low res images. Classifiers work as expected. Updated javaAccuracyCalculator, now calculates overall rating correctly. Created gen-50-XX-ValidIDList.txt for the 10% high-res downloads. Done by selecting first 50 of each gen-500-XX-Valid.... .txt. Downloading high-res images after this backup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/is-sheet-music-encore/trunk/image-identification-terminal/runClassifer.sh

    r33243 r33340  
    22
    33if [ $# != 4 ] ; then
    4   echo "Usage: ./testClassifier.sh file_name classifier_type output_filename type(-a:all -test:100)" 1>&2
     4  echo "Usage: ./testClassifier.sh folder/file_name classifier_type output_filename type(-a:all -test:100 -single:1)" 1>&2
    55  exit 1
    66fi
     
    4747        done
    4848    ;;
     49    -single)
     50        #Runs javaImagesClassifier on ONE image
     51        javac -cp /Scratch/cpb16/opencv-3.4.2/build/bin/opencv-342.jar javaImageClassifier.java;
     52        echo $file_name
     53        echo $output
     54        echo $classifier_type
     55        java -cp /Scratch/cpb16/opencv-3.4.2/build/bin/opencv-342.jar:. -Djava.library.path=/Scratch/cpb16/opencv-3.4.2/build/lib/  javaImageClassifier $file_name $classifier_type $output
     56
    4957           
    5058esac       
Note: See TracChangeset for help on using the changeset viewer.