changeset 29:e7f28250afa8 draft default tip

Uploaded
author greg
date Thu, 19 Oct 2017 11:03:52 -0400
parents c6a40cb624d6
children
files yolo.xml
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/yolo.xml	Thu Oct 19 10:43:08 2017 -0400
+++ b/yolo.xml	Thu Oct 19 11:03:52 2017 -0400
@@ -70,9 +70,12 @@
     <tests>
         <test>
         <test>
-            <param name="input" value="person_small.jpg" ftype="jpg"/>
+            <param name="input_type" value="image"/>
+            <param name="input" value="person_small.jpg"/>
+            <param name="thresh" value="0.25"/>
+            <param name="output_shape_confidence_log" value="yes"/>
             <output name="output_shape_confidence" file="output_shape_confidence.txt" ftype="txt" compare="contains"/>
-            <output name="output_shape" file="output_shape1.jpg" ftype="jpg"/>
+            <output name="output_shape" file="output_shape1.png" ftype="png"/>
         </test>
         </test>
     </tests>