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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.bio.face
Merge requests
!145
Ported ARFace database
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Ported ARFace database
arface
into
master
Overview
0
Commits
3
Pipelines
3
Changes
18
Merged
Ported ARFace database
Tiago de Freitas Pereira
requested to merge
arface
into
master
Aug 27, 2021
Overview
0
Commits
3
Pipelines
3
Changes
18
linked to
https://gitlab.idiap.ch/bob/bob.paper.frice2/-/issues/1
0
0
Merge request reports
Compare
master
version 2
dcd4ce16
Aug 27, 2021
version 1
204e852f
Aug 27, 2021
master (base)
and
latest version
latest version
9f486fdc
3 commits,
Aug 27, 2021
version 2
dcd4ce16
2 commits,
Aug 27, 2021
version 1
204e852f
2 commits,
Aug 27, 2021
18 files
+
266
−
89
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
18
bob/bio/face/config/database/arface.py deleted
100644 → 0
+
0
−
13
View file @ ea9c885c
#!/usr/bin/env python
from
bob.bio.base.pipelines.vanilla_biometrics
import
DatabaseConnector
from
bob.extension
import
rc
from
bob.bio.face.database
import
ARFaceBioDatabase
arface_directory
=
rc
[
"
bob.db.arface.directory
"
]
database
=
DatabaseConnector
(
ARFaceBioDatabase
(
original_directory
=
arface_directory
,
original_extension
=
"
.png
"
,
protocol
=
"
all
"
)
)
Loading