changeset 16:9ff212b691b5 draft

Uploaded
author greg
date Tue, 17 Oct 2017 11:20:19 -0400
parents d88ebe9130f3
children 7328540fd212
files yolo.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
     ]]></command>
     <inputs>