Changeset 33375
- Timestamp:
- 2019-07-30T13:58:53+12:00 (4 years ago)
- 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 1 1 compile: 2 2 cd java-gen-corpus; javac *.java; 3 #******* 4 5 6 single: 7 ./COMPX520-RUN-PNG.sh coo1.ark:/13960/t2t448j81 1 8 3 9 4 10 #********** … … 10 16 ./COMPX520-DOWNLOADER-PNG-10PAGES-hi-res.sh java-gen-corpus/gen-50-SE-hathiValidIDList.txt SE 11 17 ./COMPX520-DOWNLOADER-PNG-10PAGES-hi-res.sh java-gen-corpus/gen-50-MP-hathiValidIDList.txt MP 18 19 hi-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 12 24 13 25 ###################################### … … 181 193 182 194 run-houghlinesP-refined-corpus-hi-res: 183 #cd image-identification-terminal; cd log-all-hires; rm *.txt195 cd image-identification-terminal; cd log-all-hires; rm *.txt 184 196 #Compile 185 197 cd image-identification-terminal; javac javaAccuracyCalculator.java 186 198 cd image-identification-terminal; javac -cp /Scratch/cpb16/opencv-3.4.2/build/bin/opencv-342.jar javaImageClassifier.java; 187 199 #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 -all200 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 189 201 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 190 202 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 191 203 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 192 204 #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.txt205 cd image-identification-terminal; java javaAccuracyCalculator log-all-hires/log-houghlinesP-refined-MU.txt houghlinesP-refined-MU log-all-hires/results.txt 194 206 cd image-identification-terminal; java javaAccuracyCalculator log-all-hires/log-houghlinesP-refined-BK.txt houghlinesP-refined-BK log-all-hires/results.txt 195 207 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.