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
Commits
a7f992da
Commit
a7f992da
authored
3 years ago
by
Laurent COLBOIS
Browse files
Options
Downloads
Patches
Plain Diff
Update FRGC tarfile with a listing.csv file
parent
bf40cb44
No related branches found
No related tags found
1 merge request
!147
FRGC Fixes - Round 2
Pipeline
#53931
passed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/bio/face/database/frgc.py
+3
-3
3 additions, 3 deletions
bob/bio/face/database/frgc.py
with
3 additions
and
3 deletions
bob/bio/face/database/frgc.py
+
3
−
3
View file @
a7f992da
...
@@ -28,7 +28,7 @@ class FRGCDatabase(CSVDataset):
...
@@ -28,7 +28,7 @@ class FRGCDatabase(CSVDataset):
filename
=
get_file
(
filename
=
get_file
(
"
frgc.tar.gz
"
,
"
frgc.tar.gz
"
,
urls
,
urls
,
file_hash
=
"
270394e3eee9a80b6a68a5a1b6f7db2ff0773738b48284561cb1996358e5a3c1
"
,
file_hash
=
"
75c41cae36c3c942e64bc82d4c47786460f0615ee52fc53fd174e64cc1d9c650
"
,
)
)
super
().
__init__
(
super
().
__init__
(
...
@@ -67,6 +67,6 @@ class FRGCDatabase(CSVDataset):
...
@@ -67,6 +67,6 @@ class FRGCDatabase(CSVDataset):
@staticmethod
@staticmethod
def
urls
():
def
urls
():
return
[
return
[
"
https://www.idiap.ch/software/bob/databases/latest/frgc-
270394e3
.tar.gz
"
,
"
https://www.idiap.ch/software/bob/databases/latest/frgc-
75c41cae
.tar.gz
"
,
"
http://www.idiap.ch/software/bob/databases/latest/frgc-
270394e3
.tar.gz
"
,
"
http://www.idiap.ch/software/bob/databases/latest/frgc-
75c41cae
.tar.gz
"
,
]
]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment