diff --git a/bob/bio/face/config/database/atnt.py b/bob/bio/face/config/database/atnt.py deleted file mode 100644 index 08ed0d265c6b9f5c5f37ba0a791bff6568e19836..0000000000000000000000000000000000000000 --- a/bob/bio/face/config/database/atnt.py +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env python - -from bob.bio.db import AtntBioDatabase - -atnt_directory = "[YOUR_CAS-PEAL_DIRECTORY]" - -database = AtntBioDatabase( - original_directory=atnt_directory, -) diff --git a/setup.py b/setup.py index 953baee29896ae608cc2fb8d74a6f1bc81957bd1..0e4f70a23ff17f3a7c63ef5140cda18fe49d6e32 100644 --- a/setup.py +++ b/setup.py @@ -108,7 +108,6 @@ setup( ], 'bob.bio.database': [ - 'atnt = bob.bio.face.config.database.atnt:database', 'arface = bob.bio.face.config.database.arface:database', 'banca = bob.bio.face.config.database.banca_english:database', 'caspeal = bob.bio.face.config.database.caspeal:database',