Skip to content
Snippets Groups Projects
Commit c94f2942 authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[database] added entry points and config for BRSU

parent c5a481a6
No related branches found
No related tags found
1 merge request!99Add BRSU
#!/usr/bin/env python
# encoding: utf-8
from bob.pad.face.database import BRSUPadDatabase
from bob.extension import rc
database = BRSUPadDatabase(
protocol='test',
original_directory=rc['bob.db.brsu.directory'],
)
......@@ -78,6 +78,7 @@ setup(
'maskattack = bob.pad.face.config.maskattack:database',
'casiasurf-color = bob.pad.face.config.casiasurf_color:database',
'casiasurf = bob.pad.face.config.casiasurf:database',
'brsu = bob.pad.face.config.brsu:database',
],
# registered configurations:
......
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