Skip to content
Snippets Groups Projects
Commit 5eba4012 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'fix' into 'master'

fix for protocol name

See merge request !113
parents 69eeb63f bdc488d4
No related branches found
No related tags found
1 merge request!113fix for protocol name
Pipeline #49747 passed
...@@ -3,7 +3,7 @@ from bob.bio.face.database import PolaThermalDatabase ...@@ -3,7 +3,7 @@ from bob.bio.face.database import PolaThermalDatabase
# In case protocol is comming from chain loading # 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 # https://www.idiap.ch/software/bob/docs/bob/bob.extension/stable/py_api.html#bob.extension.config.load
if "protocol" not in locals(): if "protocol" not in locals():
protocol = "VIS-thermal-overall-split1"" protocol = "VIS-thermal-overall-split1"
database = PolaThermalDatabase(protocol=protocol) 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