changeset 5:082207e70b34 draft

Uploaded
author greg
date Fri, 13 Oct 2017 11:10:51 -0400
parents 46b6ef32c216
children 4ce4a3586612
files yolo.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/yolo.xml	Fri Oct 13 11:09:30 2017 -0400
+++ b/yolo.xml	Fri Oct 13 11:10:51 2017 -0400
@@ -5,7 +5,7 @@
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
     cp -R /home/greg/_conda/envs/__darknet@1.0/bin/* . &&
-darknet detect cfg/yolo.cfg yolo.weights '$input' 2> $output.log
+darknet detect cfg/yolo.cfg yolo.weights '$input' 2> $output_log
 && mv ./predictions.png $output
     ]]></command>
     <inputs>