changeset 7:bf7605fdba9c draft

Uploaded
author greg
date Tue, 17 Oct 2017 10:07:08 -0400
parents 4ce4a3586612
children da04a9890937
files yolo.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/yolo.xml	Fri Oct 13 11:14:41 2017 -0400
+++ b/yolo.xml	Tue Oct 17 10:07:08 2017 -0400
@@ -9,7 +9,7 @@
 && mv ./predictions.png $output
     ]]></command>
     <inputs>
-        <param name="input" type="data" format="jpg" label="Select input image" />
+        <param name="input" type="data" format="jpg,png" label="Select input image" />
         <param name="thresh" type="float" value="0.25" label="Object detection threshold" />
     </inputs>
     <outputs>