Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.pad.face
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.pad.face
Commits
c5a481a6
Commit
c5a481a6
authored
5 years ago
by
Guillaume HEUSCH
Browse files
Options
Downloads
Patches
Plain Diff
[database] added high-level db interface for BRSU in __init__.py
parent
2c257b21
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!99
Add BRSU
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/pad/face/database/__init__.py
+2
-0
2 additions, 0 deletions
bob/pad/face/database/__init__.py
with
2 additions
and
0 deletions
bob/pad/face/database/__init__.py
+
2
−
0
View file @
c5a481a6
...
...
@@ -9,6 +9,7 @@ from .celeb_a import CELEBAPadDatabase
from
.maskattack
import
MaskAttackPadDatabase
from
.casiasurf
import
CasiaSurfPadDatabase
from
.casiafasd
import
CasiaFasdPadDatabase
from
.brsu
import
BRSUPadDatabase
# gets sphinx autodoc done right - don't remove it
...
...
@@ -39,6 +40,7 @@ __appropriate__(
MaskAttackPadDatabase
,
CasiaSurfPadDatabase
,
CasiaFasdPadDatabase
,
BRSUPadDatabase
)
__all__
=
[
_
for
_
in
dir
()
if
not
_
.
startswith
(
'
_
'
)]
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