From a94ef6245c2016f3549e2fb0095643c8a9cb775f Mon Sep 17 00:00:00 2001 From: Amir Mohammadi <amir.mohammadi@idiap.ch> Date: Wed, 31 Aug 2016 19:09:48 +0200 Subject: [PATCH] Remove atnt config file since it is bob.bio.db --- bob/bio/face/config/database/atnt.py | 9 --------- setup.py | 1 - 2 files changed, 10 deletions(-) delete mode 100644 bob/bio/face/config/database/atnt.py diff --git a/bob/bio/face/config/database/atnt.py b/bob/bio/face/config/database/atnt.py deleted file mode 100644 index 08ed0d26..00000000 --- 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 953baee2..0e4f70a2 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', -- GitLab