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
Merge requests
!146
fix: harmonize all the Database Interface classes.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: harmonize all the Database Interface classes.
fix/database
into
develop
Overview
0
Commits
2
Pipelines
2
Changes
9
Merged
Yannick DAYER
requested to merge
fix/database
into
develop
7 months ago
Overview
0
Commits
2
Pipelines
2
Changes
9
Expand
Ensure all Database Interface classes accept
protocol
as parameter.
Make the reason for test skipping more obvious by splitting the Database creation and the Sample loading tests.
Fixes
#51
.
0
0
Merge request reports
Compare
develop
version 1
5d0418bd
7 months ago
develop (base)
and
latest version
latest version
5d0418bd
2 commits,
7 months ago
version 1
5d0418bd
2 commits,
7 months ago
9 files
+
179
−
45
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
src/bob/pad/face/config/casia_fasd.py
+
3
−
1
Options
"""
Config file for the CASIA FASD dataset.
Please run ``bob config set bob.db.casia_fasd.directory /path/to/database/casia_fasd/``
in terminal to point to the original files of the dataset on your computer.
"""
in a terminal to point to the original files of the dataset on your computer.
"""
from
bob.pad.face.database
import
CasiaFasdPadDatabase
Loading