]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commitdiff
test: Decrease accuracy limit
authorMichal Sojka <michal.sojka@cvut.cz>
Thu, 18 Oct 2018 22:53:55 +0000 (00:53 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Thu, 18 Oct 2018 22:53:55 +0000 (00:53 +0200)
After addition of rotation support, some tests have lower accuracy (but
others (with rotating objects) higher).

print-test-results

index 4b9b1953926d3454c769ab30c3689aa6ff077070..b3062404fe97ae58da34b40c38ee6ee3aca491a2 100755 (executable)
@@ -3,8 +3,8 @@ set -e
 
 declare -A expected_accuracy
 
-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)
+expected_accuracy=([bag]=0.53 [ball1-correct]=0.65 [ball1]=0.27 [car1]=0.35 [book]=0.19
+                  [bmx]=0.38 [crossing]=0.48 [racing]=0.52)
 
 for i in "$@"; do
     [[ "$i" =~ build-(.*)/kcf_vot-(.*)-(.*).log ]]