]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/blobdiff - print-test-results
Merge branch 'visual-debug'
[hercules2020/kcf.git] / print-test-results
index 4bfd54ec222faa788fd3da97da59cf37a868519c..73c36380bdccc2201a9b70359488abde92821ef4 100755 (executable)
@@ -2,7 +2,9 @@
 set -e
 
 declare -A expected_accuracy
-expected_accuracy=([bag]=0.53 [ball1]=0.70 [car1]=0.35 [book]=0.19)
+
+expected_accuracy=([bag]=0.53 [ball1-correct]=0.70 [ball1]=0.35 [car1]=0.35 [book]=0.19
+                  [bmx]=0.45 [crossing]=0.72 [racing]=0.52)
 
 for i in "$@"; do
     [[ "$i" =~ build-(.*)/kcf_vot-(.*)-(.*).log ]]
@@ -20,5 +22,5 @@ for i in "$@"; do
     else
        status=FAILED
     fi
-    echo ! "$seq;$flags;$build;$result;$status"
+    echo ! "$seq;$flags;$build;$result >= ${expected_accuracy[$seq]};$status"
 done | sort | column -t -s";"