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
!55
added FARGO stuff wherever it was needed
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
added FARGO stuff wherever it was needed
fix-fargo
into
master
Overview
0
Commits
1
Pipelines
1
Changes
6
Merged
Guillaume HEUSCH
requested to merge
fix-fargo
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
6
Expand
As mentioned here
!52 (comment 42451)
1
0
Merge request reports
Viewing commit
918b3790
Show latest version
6 files
+
11
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
918b3790
added FARGO stuff wherever it was needed
· 918b3790
Guillaume HEUSCH
authored
5 years ago
bob/bio/face/database/__init__.py
+
1
−
1
Options
@@ -19,7 +19,6 @@ from .frgc import FRGCBioDatabase
from
.scface
import
SCFaceBioDatabase
from
.replaymobile
import
ReplayMobileBioDatabase
from
.msu_mfsd_mod
import
MsuMfsdModBioDatabase
from
.fargo
import
FargoBioDatabase
@@ -59,5 +58,6 @@ __appropriate__(
SCFaceBioDatabase
,
ReplayMobileBioDatabase
,
MsuMfsdModBioDatabase
,
FargoBioDatabase
)
__all__
=
[
_
for
_
in
dir
()
if
not
_
.
startswith
(
'
_
'
)]
Loading