Ignore:
Timestamp:
2019-05-26T17:15:31+12:00 (5 years ago)
Author:
cpb16
Message:

Ground truth complete for SE and BK. Added file to keep track of all error images downdloaded. added file for notes for next meeting

File:
1 edited

Legend:

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

    r33097 r33110  
    1414
    1515
    16 
     16image-run-classifier01:
     17    javac javaAccuracyCalculator.java
     18    javac -cp /Scratch/cpb16/opencv-3.4.2/build/bin/opencv-342.jar javaImageClassifier.java;
     19    ./testClassifer.sh ../download-images/BK 1
     20    echo "Displaying javaImageClassifier output"
     21    less log.txt
     22    java javaAccuracyCalculator log.txt 1 results.txt
     23    less results.txt
     24    rm log.txt
Note: See TracChangeset for help on using the changeset viewer.