Ignore:
Timestamp:
2019-09-07T14:30:32+12:00 (5 years ago)
Author:
cpb16
Message:

Running new morphology version after quick meeting with david last week. init tests are looking good. Running on whole corpus now...

File:
1 edited

Legend:

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

    r33437 r33458  
    6969        #Runs javaImageClassifier on 10 images of each
    7070        for file in $source/SheetMusic/*.png; do
    71             if [ $i -lt 10 ] ; then
     71            if [ $i -lt 100 ] ; then
    7272                echo $file
    7373                echo $output
     
    7979        done
    8080        for file in $source/NotSheetMusic/*.png; do
    81             if [ $j -lt 10 ] ; then
     81            if [ $j -lt 100 ] ; then
    8282                echo $file
    8383                echo $output
Note: See TracChangeset for help on using the changeset viewer.