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/image-identification-terminal/Makefile

    r33170 r33340  
    1818    rm results.txt
    1919
     20testrun-classifier-cluster-single:
     21    javac -cp /Scratch/cpb16/opencv-3.4.2/build/bin/opencv-342.jar javaImageClassifier.java;
     22    ./runClassifier.sh TestImages/test-coo.31924062612282-9.png cluster test.png -single
     23    echo "Displaying javaImageClassifier output"
     24        #Display output of javaImageClassifier
     25    less log.txt
     26        #Calculate the Accuracy of the classifier
     27    java javaAccuracyCalculator log.txt houghlinesP results.txt
     28        #Display output
     29    less results.txt
     30    rm log.txt
     31    rm results.txt
    2032
Note: See TracChangeset for help on using the changeset viewer.