Ignore:
Timestamp:
2019-08-30T18:03:01+12:00 (5 years ago)
Author:
cpb16
Message:

starting to implement terminal version of new morphology. need to fix. return bariables always returning null

File:
1 edited

Legend:

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

    r33439 r33447  
    2727   
    2828   
    29 run-morphology-100-test:
    30     cd image-identification-terminal/log-all-hires-new; rm log-morphology-MU-test.txt
    31     cd image-identification-terminal; javac javaAccuracyCalculator.java
    32     cd image-identification-terminal; javac -cp /Scratch/cpb16/opencv-3.4.2/build/bin/opencv-342.jar javaClassifierComparison.java;
    33     cd image-identification-terminal; ./runClassifer.sh /Scratch/cpb16/is-sheet-music-encore/hires-download-images/MU morphology log-all-hires-new/log-morphology-MU-test.txt -testNew
    34     cd image-identification-terminal; java javaAccuracyCalculator log-all-hires-new/log-morphology-MU-test.txt morphology-MU log-all-hires-new/results.txt
    35     cd image-identification-terminal; less log-all-hires-new/results.txt
    36     cd image-identification-terminal; less log-all-hires-new/log-morphology-MU-test.txt
     29run-morphology-20-test:
     30    #cd image-identification-terminal/log-all-hires-new/test; rm log-morphology-MU-test.txt
     31    cd image-identification-terminal; javac javaAccuracyCalculator.java
     32    cd image-identification-terminal; javac -cp /Scratch/cpb16/opencv-3.4.2/build/bin/opencv-342.jar javaClassifierComparison.java;
     33    cd image-identification-terminal; ./runClassifer.sh /Scratch/cpb16/is-sheet-music-encore/hires-download-images/MU morphology log-all-hires-new/test/log-morphology-MU-test.txt -testNew
     34    cd image-identification-terminal; date >> log-all-hires-new/test/results.txt
     35    cd image-identification-terminal; cat configClassifierComparison.properties >> log-all-hires-new/test/results.txt
     36    cd image-identification-terminal; java javaAccuracyCalculator log-all-hires-new/test/log-morphology-MU-test.txt morphology-MU log-all-hires-new/test/results.txt
     37    cd image-identification-terminal; less log-all-hires-new/test/results.txt
     38    cd image-identification-terminal; less log-all-hires-new/test/log-morphology-MU-test.txt
    3739
    3840run-morph-single:
    3941    cd image-identification-terminal; make testrun-classifier-single-morph
     42run-count-single:
     43    cd image-identification-terminal; make testrun-classifier-single-count
     44run-cluster-single:
     45    cd image-identification-terminal; make testrun-classifier-single-cluster
     46run-combo-single:
     47    cd image-identification-terminal; make testrun-classifier-single-combo
    4048#**********
    4149#HI-RES
Note: See TracChangeset for help on using the changeset viewer.