Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    xbob.db.lfw 1.0.2

    Download button

    No screenshots available
    Downloads: 79  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Laurent El Shafey | More programs
    GPL v3 / FREE
    September 2nd, 2012, 03:20 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    xbob.db.lfw description

    Labeled Faces in the Wild Database Access API for Bob

    xbob.db.lfw is a Python module that contains the access API and descriptions for the Labeled Faces in the Wild 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 a 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.lfw",
    ],


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

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



    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    database access | Python library | Python | database | access

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM