Skip to content
Snippets Groups Projects
Commit a7f992da authored by Laurent COLBOIS's avatar Laurent COLBOIS
Browse files

Update FRGC tarfile with a listing.csv file

parent bf40cb44
No related branches found
No related tags found
1 merge request!147FRGC Fixes - Round 2
Pipeline #53931 passed
...@@ -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",
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment