Mercurial > repos > greg > yolo
changeset 2:86aeb1c0c20a draft
Uploaded
author | greg |
---|---|
date | Fri, 13 Oct 2017 11:03:43 -0400 |
parents | db56be98e137 |
children | 9350d6c39ad8 |
files | yolo.xml |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/yolo.xml Fri Oct 13 10:58:49 2017 -0400 +++ b/yolo.xml Fri Oct 13 11:03:43 2017 -0400 @@ -4,7 +4,8 @@ <requirement type="package" version="1.0">darknet</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ -darknet detect /home/greg/_conda/envs/__darknet@1.0/bin/cfg/yolo.cfg /home/greg/_conda/envs/__darknet@1.0/bin/yolo.weights '$input' 2> output.log + cp -R /home/greg/_conda/envs/__darknet@1.0/bin/ . && +darknet detect cfg/yolo.cfg yolo.weights '$input' 2> output.log && mv ./predictions.png $output ]]></command> <inputs>