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

Fix rc path for latent directions

parent 49756568
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ class DBGenerator(object): ...@@ -26,7 +26,7 @@ class DBGenerator(object):
references_metadata_dir, references_metadata_dir,
augmentations_metadata_dir, augmentations_metadata_dir,
seed, seed,
covariates_analysis_path=rc["bob.synthface.multipie_latent_directions"], covariates_analysis_path=rc["bob.synface.latent_directions"],
): ):
"""[summary] """[summary]
...@@ -74,7 +74,7 @@ class DBGenerator(object): ...@@ -74,7 +74,7 @@ class DBGenerator(object):
self.cropper = cropper self.cropper = cropper
self.extractor = extractor self.extractor = extractor
self.seed = seed self.seed = seed
with open(rc["bob.synthface.multipie_latent_directions"], "rb") as f: with open(rc["bob.synface.latent_directions"], "rb") as f:
self.covariates_analysis = pkl.load(f) self.covariates_analysis = pkl.load(f)
self.ict = ict self.ict = ict
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment