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
!186
remove legacy databases
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
remove legacy databases
deprecation
into
master
Overview
0
Commits
1
Pipelines
2
Changes
10
Merged
remove legacy databases
Amir MOHAMMADI
requested to merge
deprecation
into
master
May 2, 2022
Overview
0
Commits
1
Pipelines
2
Changes
10
0
0
Merge request reports
Compare
master
version 1
9ee288c9
May 2, 2022
master (base)
and
latest version
latest version
cd05f699
1 commit,
May 3, 2022
version 1
9ee288c9
1 commit,
May 2, 2022
10 files
+
2
−
386
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
bob/bio/face/config/database/fargo.py deleted
100644 → 0
+
0
−
15
View file @ 44c7862e
#!/usr/bin/env python
from
bob.bio.base.pipelines
import
DatabaseConnector
from
bob.bio.face.database
import
FargoBioDatabase
from
bob.extension
import
rc
fargo_directory
=
rc
[
"
bob.db.fargo.directory
"
]
database
=
DatabaseConnector
(
FargoBioDatabase
(
original_directory
=
fargo_directory
,
original_extension
=
"
.png
"
,
protocol
=
"
mc-rgb
"
,
)
)
Loading