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

Change .bobrc key for FRGC dataset path

parent 2841d422
No related branches found
No related tags found
1 merge request!139FRGC fixes
Pipeline #53163 passed
......@@ -35,7 +35,7 @@ class FRGCDatabase(CSVDataset):
csv_to_sample_loader=make_pipeline(
CSVToSampleLoaderBiometrics(
data_loader=bob.io.base.load,
dataset_original_directory=rc.get("bob.db.frgc.directory", ""),
dataset_original_directory=rc.get("bob.bio.face.frgc.directory", ""),
extension="",
),
EyesAnnotations(),
......
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