Ignore:
Timestamp:
2019-06-27T15:19:39+12:00 (5 years ago)
Author:
cpb16
Message:

Had break through with the refined houghlinesP algorithm overall accurarcy rate of 93%

File:
1 edited

Legend:

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

    r33221 r33243  
    9090#HoughLinesP_refined
    9191run-classifier-houghlinesP-refined-test:
     92    #cd image-identification-terminal; rm log-houghlinesP-refined-test.txt
    9293        #Compile
    9394    cd image-identification-terminal; javac javaAccuracyCalculator.java
     
    100101    @date
    101102        #Calculate the Accuracy of the classifier
    102     cd image-identification-terminal; java javaAccuracyCalculator log-houghlinesP-refined-test.txt houghlinesP-refined results.txt
     103    cd image-identification-terminal; java javaAccuracyCalculator log-houghlinesP-refined-test.txt houghlinesP-refined-test results.txt
    103104        #Display output of javaImageClassifier
    104105    cd image-identification-terminal; less log-houghlinesP-refined-test.txt
     
    107108
    108109run-classifier-houghlinesP-refined-all:
     110    cd image-identification-terminal; rm log-houghlinesP-refined-MU.txt
    109111        #Compile
    110112    cd image-identification-terminal; javac javaAccuracyCalculator.java
     
    113115    @echo starting classfier
    114116    @date
    115     cd image-identification-terminal; ./runClassifer.sh /Scratch/cpb16/is-sheet-music-encore/download-images/MU houghlinesP log-houghlinesP-refined-MU.txt -all
     117    cd image-identification-terminal; ./runClassifer.sh /Scratch/cpb16/is-sheet-music-encore/download-images/MU houghlinesP-refined log-houghlinesP-refined-MU.txt -all
    116118    @echo finished classifier
    117119    @date
    118120        #Calculate the Accuracy of the classifier
    119     cd image-identification-terminal; java javaAccuracyCalculator log-houghlinesP-refined-MU.txt houghlinesP results.txt
     121    cd image-identification-terminal; java javaAccuracyCalculator log-houghlinesP-refined-MU.txt houghlinesP-refined-all results.txt
    120122        #Display output of javaImageClassifier
    121123    cd image-identification-terminal; less log-houghlinesP-refined-MU.txt
     
    145147    cd image-identification-terminal; less log-houghlinesP-refined-MU.txt
    146148
    147 run-classifier-houghlinesP-refined-test-remote:
    148         #Compile
    149     cd image-identification-terminal; javac javaAccuracyCalculator.java
    150     cd image-identification-terminal; javac -cp /Scratch/cpb16/opencv-3.4.2/build/bin/opencv-342.jar javaImageClassifier.java;
    151         #Run javaImageClassifier on all images in TestImages
    152     @echo starting classfier
    153     @date
    154     cd image-identification-terminal; ./runClassifer.sh /Scratch/cpb16/is-sheet-music-encore/download-images/TestImages houghlinesP-refined log-TestImages.txt -all
    155     @echo finished classifier
    156     @date
    157         #Calculate the Accuracy of the classifier
    158     cd image-identification-terminal; java javaAccuracyCalculator log-TestImages.txt houghlinesP-refined-test results.txt
    159         #Display output of javaImageClassifier
    160     cd image-identification-terminal; less log-TestImages.txt
    161         #Display output of javaAccuracyCalculator output
    162     cd image-identification-terminal; less results.txt
    163     cd image-identification-terminal; rm log-TestImages.txt
    164 
Note: See TracChangeset for help on using the changeset viewer.