Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.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.bio.face
Merge requests
!146
Port LFW database
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Port LFW database
lfw
into
master
Overview
2
Commits
2
Pipelines
5
Changes
11
Merged
Tiago de Freitas Pereira
requested to merge
lfw
into
master
3 years ago
Overview
2
Commits
2
Pipelines
5
Changes
11
Expand
Porting LFW database.
I'll:
use directly the original files.
Allow to select the type of the annotation (idiap or funneled)
Port only the view2 protocol (the only one that makes sense today)
Edited
3 years ago
by
Tiago de Freitas Pereira
0
0
Merge request reports
Compare
master
version 3
5f268960
3 years ago
version 2
f41f8dbe
3 years ago
version 1
769ff987
3 years ago
master (base)
and
latest version
latest version
26f49351
2 commits,
3 years ago
version 3
5f268960
2 commits,
3 years ago
version 2
f41f8dbe
2 commits,
3 years ago
version 1
769ff987
2 commits,
3 years ago
11 files
+
362
−
165
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
bob/bio/face/config/database/gbu_bad.py
+
0
−
4
Options
#!/usr/bin/env python
#!/usr/bin/env python
from
bob.extension
import
rc
from
bob.bio.face.database
import
GBUDatabase
from
bob.bio.face.database
import
GBUDatabase
mbgc_v1_directory
=
rc
[
"
bob.bio.face.gbu.directory
"
]
database
=
GBUDatabase
(
protocol
=
"
Bad
"
)
database
=
GBUDatabase
(
protocol
=
"
Bad
"
)
Loading