changeset 17:7328540fd212 draft

Uploaded
author greg
date Tue, 17 Oct 2017 11:28:36 -0400
parents 9ff212b691b5
children dc7a7e8369a9
files yolo.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 &&