Ignore:
Timestamp:
2019-08-28T17:03:18+12:00 (5 years ago)
Author:
cpb16
Message:

Have created properties file and accessibility from javaClassifierComparision. Have created download middle page only variant of image-downloader system. Have created EndToEndSystem bash script that will be used as makefile, with makefile being used to execute preset useful commands to the EndToEndSystem. It needs to be fleshed out as only has one script, this script can run a classifier and place the results into a subdirectory defined by the user

File:
1 edited

Legend:

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

    r33437 r33439  
    111111                    + "SheetMusicAccuracyRate: "    + trueAccuracyRate + "%" + '\n'
    112112                    + "NotSheetMusicAccuracyRate: " + falseAccuracyRate + "%" + '\n'
    113                     + "OverallAccuracyRate: "       + overallAccuracyRate + "%" + '\n' + '\n');     
     113                    + "OverallAccuracyRate: "       + overallAccuracyRate + "%" + '\n' +
     114                    "****************************************************************" + '\n');     
    114115                buf.close();
    115116                fw.close();                             
Note: See TracChangeset for help on using the changeset viewer.