Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.vein
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.bio.vein
Commits
413c0ddb
There was a problem fetching the pipeline summary.
Commit
413c0ddb
authored
8 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Create table for baselines with Vera and UTFVP
parent
c35479d3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!3
Merging master branch into package-update
,
!2
Marge master to the package-update
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/baselines.rst
+35
-8
35 additions, 8 deletions
doc/baselines.rst
with
35 additions
and
8 deletions
doc/baselines.rst
+
35
−
8
View file @
413c0ddb
...
...
@@ -117,7 +117,7 @@ toolchain:
As the tool runs, you'll see printouts that show how it advances through
preprocessing, feature extraction and matching. In a 4-core machine and using
4 parallel tasks, it takes
as
around 2 hours to process this baseline with the
4 parallel tasks, it takes around 2 hours to process this baseline with the
current code implementation.
To complete the evaluation, run the commands bellow, that will output the equal
...
...
@@ -153,13 +153,13 @@ toolchain, with comparison to the previous baseline:
* Feature extractor: Maximum Curvature, as explained in [MNM05]_
In a 4-core machine and using 4 parallel tasks, it takes
as
around 1 hour and
40
minutes to process this baseline with the current code implementation.
Results
we obtained:
In a 4-core machine and using 4 parallel tasks, it takes around 1 hour and
40
minutes to process this baseline with the current code implementation.
Results
we obtained:
.. code-block:: sh
$ ./bin/bob_eval_threshold.py --scores <path-to>/vera/
rlt
/NOM/nonorm/scores-dev --criterium=eer
$ ./bin/bob_eval_threshold.py --scores <path-to>/vera/
mc
/NOM/nonorm/scores-dev --criterium=eer
('Threshold:', 0.078274325)
FAR : 3.182% (1533/48180)
FRR : 3.182% (7/220)
...
...
@@ -186,13 +186,40 @@ toolchain, with comparison to the previous baseline:
* Feature extractor: Wide Line Detector, as explained in [HDLTL10]_
In a 4-core machine and using 4 parallel tasks, it takes only around 5 minutes
minutes to process this baseline with the current code implementation.
Results we obtained:
.. code-block:: sh
$ ./bin/bob_eval_threshold.py --scores <path-to>/vera/rlt/NOM/nonorm/scores-dev --criterium=eer
$ ./bin/bob_eval_threshold.py --scores <path-to>/vera/wld/NOM/nonorm/scores-dev --criterium=eer
('Threshold:', 0.239141175)
FAR : 10.455% (5037/48180)
FRR : 10.455% (23/220)
HTER: 10.455%
Results for other Baselines
===========================
This package may generate results for other combinations of protocols and
databases. Here is a summary table for some variants (results are expressed the
the equal-error rate on the development set, in percentage):
======================== ================= ====== ====== ====== ======
Approach UTFVP Vera
------------------------------------------ ------------- -------------
Feature Extractor Post Processing B Full B Full
======================== ================= ====== ====== ====== ======
Maximum Curvature Histogram Eq.
Maximum Curvature None 3.2
Repeated Line Tracking Histogram Eq.
Repeated Line Tracking None 26.4
Wide Line Detector Histogram Eq. 8.2
Wide Line Detector None 10.4
======================== ================= ====== ====== ====== ======
WLD + HEQ (preproc) @ Vera/Full = 10.9%
Available Resources
-------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment