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

Remove atnt config file since it is bob.bio.db

parent 1024d805
No related branches found
No related tags found
No related merge requests found
Pipeline #
#!/usr/bin/env python
from bob.bio.db import AtntBioDatabase
atnt_directory = "[YOUR_CAS-PEAL_DIRECTORY]"
database = AtntBioDatabase(
original_directory=atnt_directory,
)
...@@ -108,7 +108,6 @@ setup( ...@@ -108,7 +108,6 @@ setup(
], ],
'bob.bio.database': [ 'bob.bio.database': [
'atnt = bob.bio.face.config.database.atnt:database',
'arface = bob.bio.face.config.database.arface:database', 'arface = bob.bio.face.config.database.arface:database',
'banca = bob.bio.face.config.database.banca_english:database', 'banca = bob.bio.face.config.database.banca_english:database',
'caspeal = bob.bio.face.config.database.caspeal:database', 'caspeal = bob.bio.face.config.database.caspeal: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