diff options
| author | Jon Whiteaker <jbw@berkeley.edu> | 2012-03-02 19:27:28 -0800 |
|---|---|---|
| committer | Jon Whiteaker <jbw@berkeley.edu> | 2012-03-02 19:27:58 -0800 |
| commit | 6e5ae1e495ceb9b148654d278a62fcf8c3374229 (patch) | |
| tree | b4fa9e7535384930cf459d38588d4a91c47bb5de /data/combined/scriptSkeleton.m | |
| parent | dab0508530bb34b0ff7634bba43b9345428f4c90 (diff) | |
| download | kinect-6e5ae1e495ceb9b148654d278a62fcf8c3374229.tar.gz | |
face mods
Diffstat (limited to 'data/combined/scriptSkeleton.m')
| -rw-r--r-- | data/combined/scriptSkeleton.m | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/data/combined/scriptSkeleton.m b/data/combined/scriptSkeleton.m index 91c724f..82f04b7 100644 --- a/data/combined/scriptSkeleton.m +++ b/data/combined/scriptSkeleton.m @@ -124,8 +124,10 @@ for ex = 1 : numEx % evaluation
for i = 1 : 1000
- th = 5 - i;
- sub = test(norm1(test) < th);
+ %th = 5 - i;
+ %sub = test(norm1(test) < th);
+ th = i/1000
+ sub = test(exp(conf(test)) > th);
prec(ex, i) = mean(y(sub) == yp(sub));
recall(ex, i) = length(sub) / length(test);
end
|
