Mercurial > repos > greg > yolo
changeset 20:c834e636fd66 draft
Uploaded
author | greg |
---|---|
date | Tue, 17 Oct 2017 13:36:25 -0400 |
parents | d83f1bd891eb |
children | 916208f6745d |
files | yolo.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/yolo.xml Tue Oct 17 13:28:44 2017 -0400 +++ b/yolo.xml Tue Oct 17 13:36:25 2017 -0400 @@ -15,7 +15,7 @@ #set output_filename_png = '%s_predictions.png' % $head #set output_filename_shape_confidence = '%s_shape_detection_confidence.tabular' % $head && ln -s $input_filename input_dir/$full_name - && darknet detect cfg/yolo.cfg yolo.weights 'input_dir/$full_name' -thresh $thresh > output_shape_confidence_dir/$set output_filename_shape_confidence + && darknet detect cfg/yolo.cfg yolo.weights 'input_dir/$full_name' -thresh $thresh > output_shape_confidence_dir/$output_filename_shape_confidence && mv ./predictions.png output_png_dir/$output_filename_png #end for ]]></command>