Skip to content
Snippets Groups Projects
Commit 84735386 authored by André MAYORAZ's avatar André MAYORAZ
Browse files

[db] replaced bob.extension rc with clapp rc

parent 3f80beb7
No related branches found
No related tags found
1 merge request!66Resolve "Switch to new CI/CD configuration"
Pipeline #69765 passed
......@@ -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):
......
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment