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

Add FRGC entry points

parent 8c516308
No related branches found
No related tags found
1 merge request!139FRGC fixes
Pipeline #53159 passed
from bob.bio.face.database import FRGCDatabase
database = FRGCDatabase(protocol="2.0.1")
from bob.bio.face.database import FRGCDatabase
database = FRGCDatabase(protocol="2.0.2")
from bob.bio.face.database import FRGCDatabase
database = FRGCDatabase(protocol="2.0.4")
......@@ -99,6 +99,9 @@ setup(
"atnt = bob.bio.face.config.database.atnt:database",
"casia-africa = bob.bio.face.config.database.casia_africa:database",
"fargo = bob.bio.face.config.database.fargo:database",
"frgc-exp1 = bob.bio.face.config.database.frgc_experiment1:database",
"frgc-exp2 = bob.bio.face.config.database.frgc_experiment2:database",
"frgc-exp4 = bob.bio.face.config.database.frgc_experiment4:database",
"gbu-good = bob.bio.face.config.database.gbu_good:database",
"gbu-bad = bob.bio.face.config.database.gbu_bad:database",
"gbu-ugly = bob.bio.face.config.database.gbu_ugly:database",
......
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