Mercurial > repos > greg > yolo
changeset 4:46b6ef32c216 draft
Uploaded
author | greg |
---|---|
date | Fri, 13 Oct 2017 11:09:30 -0400 |
parents | 9350d6c39ad8 |
children | 082207e70b34 |
files | yolo.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/yolo.xml Fri Oct 13 11:05:28 2017 -0400 +++ b/yolo.xml Fri Oct 13 11:09:30 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>