-
- Downloads
There was a problem fetching the pipeline summary.
[refactoring2016] Moved database implementation from bob.bio.db to bob.bio.vein
Testing CI [refactoring2016] Moved database implementation from bob.bio.db to bob.bio.vein
parent
331bd283
No related branches found
No related tags found
Pipeline #
Showing
- .gitlab-ci.yml 5 additions, 2 deletions.gitlab-ci.yml
- bob/bio/vein/configurations/database/__init__.py 0 additions, 0 deletionsbob/bio/vein/configurations/database/__init__.py
- bob/bio/vein/configurations/database/biowave_test.py 11 additions, 0 deletionsbob/bio/vein/configurations/database/biowave_test.py
- bob/bio/vein/configurations/database/utfvp.py 11 additions, 0 deletionsbob/bio/vein/configurations/database/utfvp.py
- bob/bio/vein/configurations/database/verafinger.py 11 additions, 0 deletionsbob/bio/vein/configurations/database/verafinger.py
- bob/bio/vein/database/__init__.py 10 additions, 0 deletionsbob/bio/vein/database/__init__.py
- bob/bio/vein/database/biowave_test.py 62 additions, 0 deletionsbob/bio/vein/database/biowave_test.py
- bob/bio/vein/database/database.py 23 additions, 0 deletionsbob/bio/vein/database/database.py
- bob/bio/vein/database/utfvp.py 29 additions, 0 deletionsbob/bio/vein/database/utfvp.py
- bob/bio/vein/database/verafinger.py 47 additions, 0 deletionsbob/bio/vein/database/verafinger.py
- develop.cfg 7 additions, 5 deletionsdevelop.cfg
- requirements.txt 1 addition, 1 deletionrequirements.txt
- setup.py 2 additions, 2 deletionssetup.py
bob/bio/vein/database/__init__.py
0 → 100644
bob/bio/vein/database/biowave_test.py
0 → 100644
bob/bio/vein/database/database.py
0 → 100644
bob/bio/vein/database/utfvp.py
0 → 100644
bob/bio/vein/database/verafinger.py
0 → 100644
... | ... | @@ -9,7 +9,7 @@ bob.io.matlab |
bob.io.image | ||
bob.ip.base | ||
bob.bio.base | ||
bob.bio.db | ||
bob.db.utfvp | ||
bob.db.verafinger | ||
bob.db.putvein | ||
bob.db.biowave_test | ||
\ No newline at end of file |
Please register or sign in to comment