Changeset 33375


Ignore:
Timestamp:
2019-07-30T13:58:53+12:00 (5 years ago)
Author:
cpb16
Message:

Full backup after running first successful highres classifier run

Location:
other-projects/is-sheet-music-encore/trunk
Files:
42 added
1 edited

Legend:

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

    r33367 r33375  
    11compile:
    22    cd java-gen-corpus; javac *.java;
     3#*******
     4
     5
     6single:
     7    ./COMPX520-RUN-PNG.sh coo1.ark:/13960/t2t448j81 1
     8
    39
    410#**********
     
    1016    ./COMPX520-DOWNLOADER-PNG-10PAGES-hi-res.sh java-gen-corpus/gen-50-SE-hathiValidIDList.txt SE
    1117    ./COMPX520-DOWNLOADER-PNG-10PAGES-hi-res.sh java-gen-corpus/gen-50-MP-hathiValidIDList.txt MP
     18
     19hi-res-download-reconstructed:
     20    ./COMPX520-DOWNLOADER-PNG-10PAGES-hi-res.sh java-gen-corpus/MU-50-reconstructed.txt MU
     21    ./COMPX520-DOWNLOADER-PNG-10PAGES-hi-res.sh java-gen-corpus/BK-50-reconstructed.txt BK
     22    ./COMPX520-DOWNLOADER-PNG-10PAGES-hi-res.sh java-gen-corpus/SE-50-reconstructed.txt SE
     23    ./COMPX520-DOWNLOADER-PNG-10PAGES-hi-res.sh java-gen-corpus/MP-50-reconstructed.txt MP
    1224
    1325######################################
     
    181193
    182194run-houghlinesP-refined-corpus-hi-res:
    183     #cd image-identification-terminal; cd log-all-hires; rm *.txt
     195    cd image-identification-terminal; cd log-all-hires; rm *.txt
    184196        #Compile
    185197    cd image-identification-terminal; javac javaAccuracyCalculator.java
    186198    cd image-identification-terminal; javac -cp /Scratch/cpb16/opencv-3.4.2/build/bin/opencv-342.jar javaImageClassifier.java;
    187199        #Run javaImageClassifier on all images in Corpus
    188     #cd image-identification-terminal; ./runClassifer.sh /Scratch/cpb16/is-sheet-music-encore/hires-download-images/MU houghlinesP-refined log-all-hires/log-houghlinesP-refined-MU.txt -all
     200    cd image-identification-terminal; ./runClassifer.sh /Scratch/cpb16/is-sheet-music-encore/hires-download-images/MU houghlinesP-refined log-all-hires/log-houghlinesP-refined-MU.txt -all
    189201    cd image-identification-terminal; ./runClassifer.sh /Scratch/cpb16/is-sheet-music-encore/hires-download-images/BK houghlinesP-refined log-all-hires/log-houghlinesP-refined-BK.txt -all
    190202    cd image-identification-terminal; ./runClassifer.sh /Scratch/cpb16/is-sheet-music-encore/hires-download-images/MP houghlinesP-refined log-all-hires/log-houghlinesP-refined-MP.txt -all
    191203    cd image-identification-terminal; ./runClassifer.sh /Scratch/cpb16/is-sheet-music-encore/hires-download-images/SE houghlinesP-refined log-all-hires/log-houghlinesP-refined-SE.txt -all
    192204        #Calculate the Accuracy of the classifier
    193     #cd image-identification-terminal; java javaAccuracyCalculator log-all-hires/log-houghlinesP-refined-MU.txt houghlinesP-refined-MU log-all-hires/results.txt
     205    cd image-identification-terminal; java javaAccuracyCalculator log-all-hires/log-houghlinesP-refined-MU.txt houghlinesP-refined-MU log-all-hires/results.txt
    194206    cd image-identification-terminal; java javaAccuracyCalculator log-all-hires/log-houghlinesP-refined-BK.txt houghlinesP-refined-BK log-all-hires/results.txt
    195207    cd image-identification-terminal; java javaAccuracyCalculator log-all-hires/log-houghlinesP-refined-MP.txt houghlinesP-refined-MP log-all-hires/results.txt
Note: See TracChangeset for help on using the changeset viewer.