Skip to content
Snippets Groups Projects
Commit bdc488d4 authored by Anjith GEORGE's avatar Anjith GEORGE
Browse files

fix for protocol name

parent 69eeb63f
No related branches found
No related tags found
1 merge request!113fix for protocol name
Pipeline #49692 passed
......@@ -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)
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