changeset 11:88b5111cb5dd draft

Uploaded
author greg
date Tue, 17 Oct 2017 11:01:42 -0400
parents b087daa22607
children 5f41fd2c559d
files yolo.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/yolo.xml	Tue Oct 17 10:59:47 2017 -0400
+++ b/yolo.xml	Tue Oct 17 11:01:42 2017 -0400
@@ -10,7 +10,7 @@
 #for $index, $i in enumerate('$input'):
     #set input_filename = $i.file_name
     #set name = $i.name
-    #set output_filename = %s_predictions.png % str($index).zfill(5)
+    #set output_filename = "%s_predictions.png" % str($index).zfill(5)
     ln -s $input_filename input_dir/$name &&
     darknet detect cfg/yolo.cfg yolo.weights 'input_dir/$name' -thresh $thresh 2> /dev/null &&
     mv ./predictions.png output_dir/output_filename