Some cleanup and making sure all the tests run on Windows
This commit is contained in:
parent
2128589309
commit
3a9a17d5fd
8 changed files with 14 additions and 14 deletions
|
@ -1,12 +1,12 @@
|
||||||
AU1 results - corr 0.832, rms 0.405, ccc - 0.809
|
AU1 results - corr 0.825, rms 0.413, ccc - 0.803
|
||||||
AU2 results - corr 0.763, rms 0.445, ccc - 0.658
|
AU2 results - corr 0.765, rms 0.444, ccc - 0.659
|
||||||
AU4 results - corr 0.863, rms 0.583, ccc - 0.838
|
AU4 results - corr 0.863, rms 0.583, ccc - 0.838
|
||||||
AU5 results - corr 0.750, rms 0.179, ccc - 0.720
|
AU5 results - corr 0.749, rms 0.179, ccc - 0.717
|
||||||
AU6 results - corr 0.702, rms 0.604, ccc - 0.657
|
AU6 results - corr 0.702, rms 0.604, ccc - 0.657
|
||||||
AU9 results - corr 0.745, rms 0.382, ccc - 0.690
|
AU9 results - corr 0.742, rms 0.384, ccc - 0.689
|
||||||
AU12 results - corr 0.865, rms 0.510, ccc - 0.850
|
AU12 results - corr 0.865, rms 0.510, ccc - 0.850
|
||||||
AU15 results - corr 0.753, rms 0.264, ccc - 0.717
|
AU15 results - corr 0.747, rms 0.268, ccc - 0.714
|
||||||
AU17 results - corr 0.656, rms 0.499, ccc - 0.589
|
AU17 results - corr 0.646, rms 0.515, ccc - 0.578
|
||||||
AU20 results - corr 0.633, rms 0.305, ccc - 0.589
|
AU20 results - corr 0.637, rms 0.304, ccc - 0.595
|
||||||
AU25 results - corr 0.914, rms 0.543, ccc - 0.903
|
AU25 results - corr 0.926, rms 0.499, ccc - 0.920
|
||||||
AU26 results - corr 0.805, rms 0.447, ccc - 0.763
|
AU26 results - corr 0.805, rms 0.447, ccc - 0.764
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AU2 class, Precision - 0.386, Recall - 0.747, F1 - 0.509
|
AU2 class, Precision - 0.369, Recall - 0.744, F1 - 0.493
|
||||||
AU12 class, Precision - 0.427, Recall - 0.782, F1 - 0.553
|
AU12 class, Precision - 0.427, Recall - 0.782, F1 - 0.553
|
||||||
AU17 class, Precision - 0.124, Recall - 0.815, F1 - 0.215
|
AU17 class, Precision - 0.126, Recall - 0.815, F1 - 0.219
|
||||||
AU25 class, Precision - 0.340, Recall - 0.568, F1 - 0.426
|
AU25 class, Precision - 0.344, Recall - 0.574, F1 - 0.430
|
||||||
AU28 class, Precision - 0.486, Recall - 0.475, F1 - 0.481
|
AU28 class, Precision - 0.486, Recall - 0.475, F1 - 0.481
|
||||||
AU45 class, Precision - 0.297, Recall - 0.631, F1 - 0.404
|
AU45 class, Precision - 0.289, Recall - 0.621, F1 - 0.394
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -30,7 +30,7 @@ run_AU_prediction_SEMAINE
|
||||||
assert(mean(f1s) > 0.42);
|
assert(mean(f1s) > 0.42);
|
||||||
|
|
||||||
run_AU_prediction_FERA2011
|
run_AU_prediction_FERA2011
|
||||||
assert(mean(f1s) > 0.5);
|
assert(mean(au_res) > 0.5);
|
||||||
|
|
||||||
cd('../');
|
cd('../');
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue