Ignore:
Timestamp:
2019-09-02T17:08:03+12:00 (5 years ago)
Author:
cpb16
Message:

termnal version executes correctly. (Didnt include init threshold in fucntion ~_~). Need to create new code version. With simplier series of processing

File:
1 edited

Legend:

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

    r33447 r33449  
    1919
    2020testrun-classifier-single-cluster:
    21     ./runClassifer.sh TestImages/test-coo.31924062612282-9.png cluster logSingle.txt -singleNew
     21    ./runClassifer.sh TestImages/high-res-test-coo.31924062612282-9.png cluster logSingle.txt -singleNew   
    2222    echo "Displaying javaImageClassifier output"
    2323        #Calculate the Accuracy of the classifier
     
    2828
    2929testrun-classifier-single-count:
    30     ./runClassifer.sh TestImages/test-coo.31924062612282-9.png count logSingle.txt -singleNew
     30    ./runClassifer.sh /Scratch/cpb16/is-sheet-music-encore/hires-download-images/MU/SheetMusic/coo.31924062612282-9.png count logSingle.txt -singleNew
    3131    echo "Displaying javaImageClassifier output"
    3232        #Calculate the Accuracy of the classifier
     
    3636   
    3737testrun-classifier-single-combo:
    38     ./runClassifer.sh TestImages/test-coo.31924062612282-9.png combo logSingle.txt -singleNew
     38    ./runClassifer.sh /Scratch/cpb16/is-sheet-music-encore/hires-download-images/MU/SheetMusic/coo.31924062612282-9.png combo logSingle.txt -singleNew
    3939    echo "Displaying javaImageClassifier output"
    4040        #Calculate the Accuracy of the classifier
     
    4545testrun-classifier-single-morph:
    4646    javac -cp /Scratch/cpb16/opencv-3.4.2/build/bin/opencv-342.jar javaClassifierComparison.java;
    47     ./runClassifer.sh /Scratch/cpb16/is-sheet-music-encore/hires-download-images/MU/SheetMusic/coo.31924062612282-9.png morphology log-all-hires-new/test/logSingle.txt -singleNew
     47    ./runClassifer.sh TestImages/hi-res-test-coo.31924062612282-9.png morphology log-all-hires-new/test/logSingle.txt -singleNew
     48    #./runClassifer.sh TestImages/low-res-test-coo.31924062612282-9.png morphology log-all-hires-new/test/logSingle.txt -singleNew
     49    #./runClassifer.sh /Scratch/cpb16/is-sheet-music-encore/hires-download-images/MU/SheetMusic/low-res-test-coo.31924062612282-9.png morphology log-all-hires-new/test/logSingle.txt -singleNew
    4850    echo "Displaying javaImageClassifier output"
    4951        #Calculate the Accuracy of the classifier
     
    5355
    5456
     57
Note: See TracChangeset for help on using the changeset viewer.