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
!88
SampleLoader as transformer
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
SampleLoader as transformer
sample_loader_as_transformer
into
master
Overview
0
Commits
1
Pipelines
1
Changes
4
Merged
Tiago de Freitas Pereira
requested to merge
sample_loader_as_transformer
into
master
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
4
Expand
Depends on
bob.pipelines!60 (merged)
ping
@ydayer
@amohammadi
0
0
Merge request reports
Viewing commit
6b6c80e4
Show latest version
4 files
+
62
−
29
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
6b6c80e4
SampleLoader as pipeline
· 6b6c80e4
Tiago de Freitas Pereira
authored
4 years ago
bob/bio/face/config/database/meds.py
0 → 100644
+
9
−
0
Options
from
bob.bio.face.database
import
MEDSDatabase
# In case protocol is comming from chain loading
# https://www.idiap.ch/software/bob/docs/bob/bob.extension/stable/py_api.html#bob.extension.config.load
if
"
protocol
"
not
in
locals
():
protocol
=
"
verification_fold1
"
database
=
MEDSDatabase
(
protocol
=
protocol
)
Loading