Mercurial > repos > greg > yolo
changeset 1:db56be98e137 draft
Uploaded
author | greg |
---|---|
date | Fri, 13 Oct 2017 10:58:49 -0400 |
parents | 755213860c0d |
children | 86aeb1c0c20a |
files | yolo.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/yolo.xml Fri Oct 13 10:34:23 2017 -0400 +++ b/yolo.xml Fri Oct 13 10:58:49 2017 -0400 @@ -4,7 +4,7 @@ <requirement type="package" version="1.0">darknet</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ -darknet detect cfg/yolo.cfg yolo.weights '$input' 2> output.log +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 && mv ./predictions.png $output ]]></command> <inputs>