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
d0605faf
There was a problem fetching the pipeline summary.
Commit
d0605faf
authored
8 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[ci] Enable automatic builds
parent
b3ed5d54
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+13
-13
13 additions, 13 deletions
.gitignore
.gitlab-ci.yml
+15
-0
15 additions, 0 deletions
.gitlab-ci.yml
doc/experiments.rst
+4
-2
4 additions, 2 deletions
doc/experiments.rst
with
32 additions
and
15 deletions
.gitignore
+
13
−
13
View file @
d0605faf
*~
*.swp
*.dylib
*.egg
*.egg-info
*.pyc
*.so
*.dylib
bin
eggs
parts
*.swp
*~
.gdb_history
.installed.cfg
.mr.developer.cfg
*.egg-info
develop-eggs
sphinx
dist
.nfs*
.gdb_history
bin
build
*.egg
develop-eggs
dist
eggs
html/
parts
sphinx
src/
db.sql3
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
0 → 100644
+
15
−
0
View file @
d0605faf
py27-conda-idiap
:
-
source /idiap/group/torch5spro/conda/bin/activate bob-2.2.0-py27_0
-
git clean -ffdx
-
export TMPDIR=/var/tmp
-
python bootstrap-buildout.py
-
./bin/buildout
-
unset TMPDIR
-
./bin/python --version
-
export NOSE_WITH_COVERAGE=1
-
export NOSE_COVER_PACKAGE=bob.bio.vein
-
./bin/bob_dbmanage.py bob.db.vera download
-
./bin/nosetests -sv bob.bio.vein
-
./bin/sphinx-build doc html
tags
:
-
lidiap2015
This diff is collapsed.
Click to expand it.
doc/experiments.rst
+
4
−
2
View file @
d0605faf
...
...
@@ -81,10 +81,12 @@ Here is a list of the most important algorithms and their parameters:
* :py:class:`FingerveinRecLib.tools.MiuraMatch`: Computes the match ratio based
on [MNM04]_ convolving the two template image. Return score - Value between
0 and 0.5, larger value is better match.
- ``ch``: Maximum search displacement in y-direction. Different defult values
* ``ch``: Maximum search displacement in y-direction. Different defult values
based on the different features.
-
``cw``: Maximum search displacement in x-direction. Different defult values
*
``cw``: Maximum search displacement in x-direction. Different defult values
based on the different features.
* :py:class:`FingerveinRecLib.tools.HammingDistance`: Computes the Hamming Distance between two fingervein templates.
...
...
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