Ignore:
Timestamp:
2019-05-02T14:51:03+12:00 (5 years ago)
Author:
cpb16
Message:

Streamlined numpages checking and random selection. Corrected COMPX-RUN-X.sh to download all files (naming error). NEXT: Clean up corpus generation and move on to the next phase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/is-sheet-music-encore/trunk/COMPX520-RUN-PNG.sh

    r33010 r33044  
    99page_num=$2
    1010
    11 output_file="download-images/$doc_id-$page_num.png"
     11doc_id_file=`echo $doc_id | sed 's/:/+/' | sed 's/\//=/g'`
     12
     13
     14output_file="download-images/$doc_id_file-$page_num.png"
    1215echo "Retrieving doc-id-page: $doc_id-$page_num -> $output_file"
    1316echo ""
Note: See TracChangeset for help on using the changeset viewer.