comparison yolo.xml @ 20:c834e636fd66 draft

Uploaded
author greg
date Tue, 17 Oct 2017 13:36:25 -0400
parents d83f1bd891eb
children 916208f6745d
comparison
equal deleted inserted replaced
19:d83f1bd891eb 20:c834e636fd66
13 #set full_name = $i.name 13 #set full_name = $i.name
14 #set head = $full_name.split('.')[0] 14 #set head = $full_name.split('.')[0]
15 #set output_filename_png = '%s_predictions.png' % $head 15 #set output_filename_png = '%s_predictions.png' % $head
16 #set output_filename_shape_confidence = '%s_shape_detection_confidence.tabular' % $head 16 #set output_filename_shape_confidence = '%s_shape_detection_confidence.tabular' % $head
17 && ln -s $input_filename input_dir/$full_name 17 && ln -s $input_filename input_dir/$full_name
18 && darknet detect cfg/yolo.cfg yolo.weights 'input_dir/$full_name' -thresh $thresh > output_shape_confidence_dir/$set output_filename_shape_confidence 18 && darknet detect cfg/yolo.cfg yolo.weights 'input_dir/$full_name' -thresh $thresh > output_shape_confidence_dir/$output_filename_shape_confidence
19 && mv ./predictions.png output_png_dir/$output_filename_png 19 && mv ./predictions.png output_png_dir/$output_filename_png
20 #end for 20 #end for
21 ]]></command> 21 ]]></command>
22 <inputs> 22 <inputs>
23 <param name="input" format="jpg" type="data_collection" collection_type="list" label="Collection of image files" /> 23 <param name="input" format="jpg" type="data_collection" collection_type="list" label="Collection of image files" />