From bdc488d4973eda3e6161fe1dbd61566900c1d257 Mon Sep 17 00:00:00 2001 From: ageorge <anjith.george@idiap.ch> Date: Tue, 13 Apr 2021 14:36:57 +0200 Subject: [PATCH] fix for protocol name --- bob/bio/face/config/database/pola_thermal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/bio/face/config/database/pola_thermal.py b/bob/bio/face/config/database/pola_thermal.py index 1fa6d559..e4ea2050 100644 --- a/bob/bio/face/config/database/pola_thermal.py +++ b/bob/bio/face/config/database/pola_thermal.py @@ -3,7 +3,7 @@ from bob.bio.face.database import PolaThermalDatabase # In case protocol is comming from chain loading # https://www.idiap.ch/software/bob/docs/bob/bob.extension/stable/py_api.html#bob.extension.config.load if "protocol" not in locals(): - protocol = "VIS-thermal-overall-split1"" + protocol = "VIS-thermal-overall-split1" database = PolaThermalDatabase(protocol=protocol) -- GitLab