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
7ebd4c61
Commit
7ebd4c61
authored
2 years ago
by
André MAYORAZ
Browse files
Options
Downloads
Patches
Plain Diff
[qa] black, flake8
parent
da405d2d
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!65
refactor for bob.bio.base!300
Pipeline
#67741
failed
2 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bob/bio/vein/database/utfvp.py
+4
-4
4 additions, 4 deletions
bob/bio/vein/database/utfvp.py
bob/bio/vein/database/verafinger_contactless.py
+5
-4
5 additions, 4 deletions
bob/bio/vein/database/verafinger_contactless.py
with
9 additions
and
8 deletions
bob/bio/vein/database/utfvp.py
+
4
−
4
View file @
7ebd4c61
...
@@ -13,7 +13,6 @@ import bob.io.base
...
@@ -13,7 +13,6 @@ import bob.io.base
from
bob.bio.base.database
import
CSVDatabase
,
FileSampleLoader
from
bob.bio.base.database
import
CSVDatabase
,
FileSampleLoader
from
bob.bio.vein.database.roi_annotation
import
ROIAnnotation
from
bob.bio.vein.database.roi_annotation
import
ROIAnnotation
from
bob.extension
import
rc
from
bob.extension
import
rc
from
bob.extension.download
import
get_file
class
UtfvpDatabase
(
CSVDatabase
):
class
UtfvpDatabase
(
CSVDatabase
):
...
@@ -154,13 +153,14 @@ class UtfvpDatabase(CSVDatabase):
...
@@ -154,13 +153,14 @@ class UtfvpDatabase(CSVDatabase):
that generated the model being matched. So, there are 1299 probes per model.
that generated the model being matched. So, there are 1299 probes per model.
"""
"""
name
=
"
utfvp
"
name
=
"
utfvp
"
category
=
"
vein
"
category
=
"
vein
"
dataset_protocols_name
=
"
utfvp.tar.gz
"
dataset_protocols_name
=
"
utfvp.tar.gz
"
dataset_protocols_urls
=
[
dataset_protocols_urls
=
[
"
https://www.idiap.ch/software/bob/databases/latest/vein/utfvp-fe51ba85.tar.gz
"
,
"
https://www.idiap.ch/software/bob/databases/latest/vein/utfvp-fe51ba85.tar.gz
"
,
"
http://www.idiap.ch/software/bob/databases/latest/vein/utfvp-fe51ba85.tar.gz
"
,
"
http://www.idiap.ch/software/bob/databases/latest/vein/utfvp-fe51ba85.tar.gz
"
,
]
]
dataset_protocols_hash
=
"
fe51ba85
"
dataset_protocols_hash
=
"
fe51ba85
"
def
__init__
(
self
,
protocol
):
def
__init__
(
self
,
protocol
):
...
...
This diff is collapsed.
Click to expand it.
bob/bio/vein/database/verafinger_contactless.py
+
5
−
4
View file @
7ebd4c61
...
@@ -10,7 +10,6 @@ import bob.io.base
...
@@ -10,7 +10,6 @@ import bob.io.base
from
bob.bio.base.database
import
CSVDatabase
,
FileSampleLoader
from
bob.bio.base.database
import
CSVDatabase
,
FileSampleLoader
from
bob.extension
import
rc
from
bob.extension
import
rc
from
bob.extension.download
import
get_file
class
VerafingerContactless
(
CSVDatabase
):
class
VerafingerContactless
(
CSVDatabase
):
...
@@ -50,14 +49,16 @@ class VerafingerContactless(CSVDatabase):
...
@@ -50,14 +49,16 @@ class VerafingerContactless(CSVDatabase):
* Probes : session 3, 4 &5
* Probes : session 3, 4 &5
"""
"""
name
=
"
verafinger_contactless
"
name
=
"
verafinger_contactless
"
category
=
"
vein
"
category
=
"
vein
"
dataset_protocols_name
=
"
verafinger_contactless.tar.gz
"
dataset_protocols_name
=
"
verafinger_contactless.tar.gz
"
dataset_protocols_urls
=
[
dataset_protocols_urls
=
[
"
https://www.idiap.ch/software/bob/databases/latest/vein/verafinger_contactless-656ef935.tar.gz
"
,
"
https://www.idiap.ch/software/bob/databases/latest/vein/verafinger_contactless-656ef935.tar.gz
"
,
"
http://www.idiap.ch/software/bob/databases/latest/vein/verafinger_contactless-656ef935.tar.gz
"
,
"
http://www.idiap.ch/software/bob/databases/latest/vein/verafinger_contactless-656ef935.tar.gz
"
,
]
]
dataset_protocols_hash
=
"
656ef935
"
dataset_protocols_hash
=
"
656ef935
"
def
__init__
(
self
,
protocol
):
def
__init__
(
self
,
protocol
):
super
().
__init__
(
super
().
__init__
(
...
...
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