Coverage for src/bob/bio/face/config/database/pola_thermal.py: 0%
4 statements
« prev ^ index » next coverage.py v7.6.0, created at 2024-07-13 00:04 +0200
« prev ^ index » next coverage.py v7.6.0, created at 2024-07-13 00:04 +0200
1from bob.bio.face.database import PolaThermalDatabase
3# In case protocol is comming from chain loading
4# https://www.idiap.ch/software/bob/docs/bob/bob.extension/stable/py_api.html#bob.extension.config.load
5if "protocol" not in locals():
6 protocol = "VIS-thermal-overall-split1"
9database = PolaThermalDatabase(protocol=protocol)