Mercurial > repos > greg > yolo
comparison yolo.xml @ 5:082207e70b34 draft
Uploaded
| author | greg |
|---|---|
| date | Fri, 13 Oct 2017 11:10:51 -0400 |
| parents | 46b6ef32c216 |
| children | 4ce4a3586612 |
comparison
equal
deleted
inserted
replaced
| 4:46b6ef32c216 | 5:082207e70b34 |
|---|---|
| 3 <requirements> | 3 <requirements> |
| 4 <requirement type="package" version="1.0">darknet</requirement> | 4 <requirement type="package" version="1.0">darknet</requirement> |
| 5 </requirements> | 5 </requirements> |
| 6 <command detect_errors="exit_code"><![CDATA[ | 6 <command detect_errors="exit_code"><![CDATA[ |
| 7 cp -R /home/greg/_conda/envs/__darknet@1.0/bin/* . && | 7 cp -R /home/greg/_conda/envs/__darknet@1.0/bin/* . && |
| 8 darknet detect cfg/yolo.cfg yolo.weights '$input' 2> $output.log | 8 darknet detect cfg/yolo.cfg yolo.weights '$input' 2> $output_log |
| 9 && mv ./predictions.png $output | 9 && mv ./predictions.png $output |
| 10 ]]></command> | 10 ]]></command> |
| 11 <inputs> | 11 <inputs> |
| 12 <param name="input" type="data" format="jpg" label="Select input image" /> | 12 <param name="input" type="data" format="jpg" label="Select input image" /> |
| 13 </inputs> | 13 </inputs> |
