Skip to content

Commit ac5adc1

Browse files
Weiming Zhaoweimingzha0
Weiming Zhao
authored andcommitted
[Tests][YOLO] cleanup temp files before running
1 parent 505b9d4 commit ac5adc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

models/vision/detection/yolo/run_yolo.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash -xv
22
# RUN: %s
33
curr_dir=`dirname $0`
4+
make -C $curr_dir clean
45
make -C $curr_dir
56

67
out_dir=${TEST_TEMP_DIR}/yolo
@@ -11,4 +12,4 @@ echo "${res_info}" >> $out_dir/yolo_xnnpack.txt
1112
# CHECK: Detecting for image, output: out/result.jpg
1213
# CHECK-NEXT: [person], pos:[158.149, 204.101, 514.119, 337.473] score:0.992785
1314
# CHECK-NEXT: [backpack], pos:[209.222, 205.724, 308.212, 257.877] score:0.854316
14-
# CHECK-NEXT: [skis], pos:[437.568, 148.244, 581.4, 347.084] score:0.932281
15+
# CHECK-NEXT: [skis], pos:[437.568, 148.244, 581.4, 347.084] score:0.932281

0 commit comments

Comments
 (0)