# HG changeset patch # User greg # Date 1508253619 14400 # Node ID 9ff212b691b598671567c08f9012d952ff34ca6e # Parent d88ebe9130f301590a8ea142970f63022431dcae Uploaded diff -r d88ebe9130f3 -r 9ff212b691b5 yolo.xml --- a/yolo.xml Tue Oct 17 11:16:18 2017 -0400 +++ b/yolo.xml Tue Oct 17 11:20:19 2017 -0400 @@ -14,7 +14,7 @@ #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 + mv ./predictions.png output_dir/$output_filename && #end for ]]>