Skip to main content

AR Face Database Access API for Bob

Project description

This package contains the access API and descriptions for the AR Face Database. The actual raw data for the database should be downloaded from the original URL. This package only contains the Bob accessor methods to use the DB directly from python, with our certified protocols.

You would normally not install this package unless you are maintaining it. What you would do instead is to tie it in at the package you need to use it. There are a few ways to achieve this:

  1. You can add this package as a requirement at the setup.py for your own satellite package or to your Buildout .cfg file, if you prefer it that way. With this method, this package gets automatically downloaded and installed on your working environment, or

  2. You can manually download and install this package using commands like easy_install or pip.

The package is available in two different distribution formats:

  1. You can download it from PyPI, or

  2. You can download it in its source form from its git repository. When you download the version at the git repository, you will need to run a command to recreate the backend SQLite file required for its operation. This means that the database raw files must be installed somewhere in this case. With option 1 you can run in dummy mode and only download the raw data files for the database once you are happy with your setup.

You can mix and match points 1/2 and a/b above based on your requirements. Here are some examples:

Modify your setup.py and download from PyPI

That is the easiest. Edit your setup.py in your satellite package and add the following entry in the install_requires section (note: ... means whatever extra stuff you may have in-between, don’t put that on your script):

install_requires=[
  ...
  "xbob.db.arface",
],

Proceed normally with your boostrap/buildout steps and you should be all set. That means you can now import the xbob.db.arface namespace into your scripts.

Modify your buildout.cfg and download from git

You will need to add a dependence to mr.developer to be able to install from our git repositories. Your buildout.cfg file should contain the following lines:

[buildout]
...
extensions = mr.developer
auto-checkout = *
eggs = bob
       ...
       xbob.db.arface

[sources]
xbob.db.arface = git https://github.com/bioidiap/xbob.db.arface.git
...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xbob.db.arface-1.2.1.zip (156.8 kB view details)

Uploaded Source

File details

Details for the file xbob.db.arface-1.2.1.zip.

File metadata

  • Download URL: xbob.db.arface-1.2.1.zip
  • Upload date:
  • Size: 156.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for xbob.db.arface-1.2.1.zip
Algorithm Hash digest
SHA256 f8024e32dd44a5b542f3fc510a3d3acb0cb34a35fe30797df13293773ba09316
MD5 8c365aa9db31a96fba7e19cfddb446bb
BLAKE2b-256 b50411d34f4dc625d3cefec6b3f3935e94bc3e9986e7109de3481e4a793dfee1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page