# HG changeset patch # User greg # Date 1508254116 14400 # Node ID 7328540fd212fab20e74a92e92ed8a336c113843 # Parent 9ff212b691b598671567c08f9012d952ff34ca6e Uploaded diff -r 9ff212b691b5 -r 7328540fd212 yolo.xml --- a/yolo.xml Tue Oct 17 11:20:19 2017 -0400 +++ b/yolo.xml Tue Oct 17 11:28:36 2017 -0400 @@ -11,7 +11,7 @@ #set input_filename = $i.file_name #set full_name = $i.name #set head = $full_name.split('.')[0] - #set output_filename = "%s_predictions.png" % $head + #set output_filename = '%s_predictions.png' % $head ln -s $input_filename input_dir/$full_name && darknet detect cfg/yolo.cfg yolo.weights 'input_dir/$full_name' -thresh $thresh 2> /dev/null && mv ./predictions.png output_dir/$output_filename &&