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/Makefile

    r33304 r33340  
    22    cd java-gen-corpus; javac *.java;
    33
     4#**********
     5#HI-RES
     6#**********
     7hi-res-download-all:
     8    ./COMPX520-DOWNLOADER-PNG-10PAGES-hi-res.sh java-gen-corpus/gen-50-MU-hathiValidIDList.txt MU
     9    ./COMPX520-DOWNLOADER-PNG-10PAGES-hi-res.sh java-gen-corpus/gen-50-BK-hathiValidIDList.txt BK
     10    ./COMPX520-DOWNLOADER-PNG-10PAGES-hi-res.sh java-gen-corpus/gen-50-SE-hathiValidIDList.txt SE
     11    ./COMPX520-DOWNLOADER-PNG-10PAGES-hi-res.sh java-gen-corpus/gen-50-MP-hathiValidIDList.txt MP
    412
    513######################################
     
    715#Prior to running the scripts below
    816######################################
    9 
     17#Run all DOWNLOAD
     18#NNEEDDD TOO FIIX
     19gen-500-all:
     20    make gen-500-MU
     21    make gen-500-BK
     22    make gen-500-SE
     23    make gen-500-MP
     24    make gen-500-MX
    1025
    1126#MUSIC, Including Sheet music
     
    4661    cd java-gen-corpus; java javaGenFullIDList hathiFull.txt gen-500-MX-hathiFullIDList.txt MX
    4762    cd java-gen-corpus; java javaGenValidIDList gen-500-MX-hathiFullIDList.txt 500 gen-500-MX-hathiValidIDList.txt
     63    ./COMPX520-DOWNLOADER-PNG-10PAGES.sh java-gen-corpus/gen-500-MX-hathiValidIDList.txt
    4864
    49     ./COMPX520-DOWNLOADER-PNG-10PAGES.sh java-gen-corpus/gen-500-MX-hathiValidIDList.txt
    5065
    5166#***********
     
    147162    cd image-identification-terminal; less log-houghlinesP-refined-MU.txt
    148163
    149 run-houghlineP-refined-corpus:
    150     cd image-identification-terminal; cd log-all; rm *.txt
     164run-houghlinesP-refined-corpus:
     165    #cd image-identification-terminal; cd log-all; rm *.txt
    151166        #Compile
    152167    cd image-identification-terminal; javac javaAccuracyCalculator.java
Note: See TracChangeset for help on using the changeset viewer.