Skip to main content

Database Access API of the Face Recognition Grand Challenge (FRGC) ver2.0 image database for Bob

Project description

This package contains the access API and descriptions for The Face Recognition Grand Challenge (FRGC) Database in the version ver2.0. 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. Note that currently only the experimental protocols 2.0.1, 2.0.2, and 2.0.4 (as defined in the FRGC tests) are implemented.

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.

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:

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

Proceed normally with your boostrap/buildout steps and you should be all set. That means you can now import the xbob.db.frgc 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.frgc

[sources]
xbob.db.frgc = git https://github.com/bioidiap/xbob.db.frgc.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.frgc-1.1.1.zip (27.1 kB view details)

Uploaded Source

File details

Details for the file xbob.db.frgc-1.1.1.zip.

File metadata

  • Download URL: xbob.db.frgc-1.1.1.zip
  • Upload date:
  • Size: 27.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for xbob.db.frgc-1.1.1.zip
Algorithm Hash digest
SHA256 5e13ff5c8ba0cb29db30edf7dd0d94c0f8a555129eb24a1c7767266e558be37a
MD5 b71b1b686ac86cf87652ee2834294d77
BLAKE2b-256 8538f3cc6d23e70aa47167d5f004f411d0730578e9a6ed628128b6b70de688b4

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