changeset 27:b416787d41b0 draft

Uploaded
author greg
date Thu, 19 Oct 2017 10:36:17 -0400
parents 17f0c9ef9da3
children c6a40cb624d6
files yolo.xml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/yolo.xml	Thu Oct 19 10:35:04 2017 -0400
+++ b/yolo.xml	Thu Oct 19 10:36:17 2017 -0400
@@ -15,6 +15,7 @@
         && darknet detect cfg/yolo.cfg yolo.weights 'input_dir/$full_name' -thresh $thresh 2> $output_shape_confidence
     #else:
         && darknet detect cfg/yolo.cfg yolo.weights 'input_dir/$full_name' -thresh $thresh 2> /dev/null
+    #end if
     && mv ./predictions.png $output_shape
 #else:
     && mkdir output_shape_confidence_dir