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
84735386
Commit
84735386
authored
2 years ago
by
André MAYORAZ
Browse files
Options
Downloads
Patches
Plain Diff
[db] replaced bob.extension rc with clapp rc
parent
3f80beb7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!66
Resolve "Switch to new CI/CD configuration"
Pipeline
#69765
passed
2 years ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/bob/bio/vein/database/utfvp.py
+3
-1
3 additions, 1 deletion
src/bob/bio/vein/database/utfvp.py
src/bob/bio/vein/database/verafinger_contactless.py
+4
-1
4 additions, 1 deletion
src/bob/bio/vein/database/verafinger_contactless.py
with
7 additions
and
2 deletions
src/bob/bio/vein/database/utfvp.py
+
3
−
1
View file @
84735386
...
...
@@ -6,13 +6,15 @@
Utfvp database implementation
"""
from
clapp.rc
import
UserDefaults
from
sklearn.pipeline
import
make_pipeline
import
bob.io.base
from
bob.bio.base.database
import
CSVDatabase
,
FileSampleLoader
from
bob.bio.vein.database.roi_annotation
import
ROIAnnotation
from
bob.extension
import
rc
rc
=
UserDefaults
(
"
~/.bobrc
"
)
class
UtfvpDatabase
(
CSVDatabase
):
...
...
This diff is collapsed.
Click to expand it.
src/bob/bio/vein/database/verafinger_contactless.py
+
4
−
1
View file @
84735386
...
...
@@ -6,10 +6,13 @@
VERA-Fingervein-Contactless database implementation
"""
from
clapp.rc
import
UserDefaults
import
bob.io.base
from
bob.bio.base.database
import
CSVDatabase
,
FileSampleLoader
from
bob.extension
import
rc
rc
=
UserDefaults
(
"
~/.bobrc
"
)
class
VerafingerContactless
(
CSVDatabase
):
...
...
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