{ "info": { "author": "Manuel Guenther", "author_email": "manuel.guenther@idiap.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Database :: Front-Ends", "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "=============================================================\n The Face Recognition Grand Challenge (FRGC) ver2.0 Database\n=============================================================\n\nThis package contains the access API and descriptions for `The Face Recognition Grand Challenge (FRGC) Database `_ in the version ver2.0.\nThe actual raw data for the database should be downloaded from the original URL.\nThis package only contains the `Bob `_ accessor methods to use the DB directly from python.\nNote that currently only the experimental protocols *2.0.1*, *2.0.2*, and *2.0.4* (as defined in the FRGC tests) are implemented.\n\n.. note::\n\n Since this database interface directly works with the file lists of the database directly, it requires the original image database to be available at your system.\n In order for the database interface to work properly, you have to specify the correct path on each usage.\n To avoid that, you can set the path in the ``Interface.frgc_database_directory()`` function of the ``xbob/db/frgc/driver.py`` file to your FRGC image database main directory.\n (Of course, you have to download the source package from git to do that, see below.)\n For use at Idiap, the right directory is preset.\n\nYou would normally not install this package unless you are maintaining it.\nWhat you would do instead is to tie it in at the package you need to **use** it.\nThere are a few ways to achieve this:\n\n1. 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.\n With this method, this package gets automatically downloaded and installed on your working environment, or\n2. You can manually download and install this package using commands like ``easy_install`` or ``pip``.\n\nThe package is available in two different distribution formats:\n\na) You can download it from `PyPI `_, or\nb) You can download it in its source form from `its git repository `_.\n\nYou can mix and match points 1/2 and a/b above based on your requirements.\nHere are some examples:\n\nModify your setup.py and download from PyPI\n===========================================\n\nThat is the easiest.\nEdit your ``setup.py`` in your satellite package and add the following entry in the ``install_requires`` section::\n\n install_requires=[\n ...\n \"xbob.db.frgc\",\n ],\n\nProceed normally with your ``boostrap/buildout`` steps and you should be all set.\nThat means you can now import the ``xbob.db.frgc`` namespace into your scripts.\n\nModify your buildout.cfg and download from git\n==============================================\n\nYou will need to add a dependence to `mr.developer `_ to be able to install from our git repositories.\nYour ``buildout.cfg`` file should contain the following lines::\n\n [buildout]\n ...\n extensions = mr.developer\n auto-checkout = *\n eggs = bob\n ...\n xbob.db.frgc\n\n [sources]\n xbob.db.frgc = git https://github.com/bioidiap/xbob.db.frgc.git\n ...", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/bioidiap/xbob.db.frgc", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "xbob.db.frgc", "package_url": "https://pypi.org/project/xbob.db.frgc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/xbob.db.frgc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/bioidiap/xbob.db.frgc" }, "release_url": "https://pypi.org/project/xbob.db.frgc/1.2.0/", "requires_dist": null, "requires_python": null, "summary": "Database Access API of the Face Recognition Grand Challenge (FRGC) ver2.0 image database for Bob", "version": "1.2.0" }, "last_serial": 933751, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "9fd4085a24678a56bb648abbf1c347af", "sha256": "9fe6c38d20dcb69964eb921ee4c939fd1860942ff03601f8a5905684a192a3ef" }, "downloads": -1, "filename": "xbob.db.frgc-1.0.0.zip", "has_sig": false, "md5_digest": "9fd4085a24678a56bb648abbf1c347af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25266, "upload_time": "2012-12-11T13:01:31", "url": "https://files.pythonhosted.org/packages/fa/5f/fa97d4bae0d24c42dd47f8f4d66413a5d5d9c4df7b522745e15c5ca3f5e0/xbob.db.frgc-1.0.0.zip" } ], "1.0.0a1": [], "1.0.1": [ { "comment_text": "", "digests": { "md5": "b2f95481d69a9c696589db7a8e057b14", "sha256": "0b0721e72369c8fd60ae372b44c1ed8bd274c093ba36fe3fdc3bcd9505bd7faa" }, "downloads": -1, "filename": "xbob.db.frgc-1.0.1.zip", "has_sig": false, "md5_digest": "b2f95481d69a9c696589db7a8e057b14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26165, "upload_time": "2012-12-11T13:36:59", "url": "https://files.pythonhosted.org/packages/7a/9b/c870d430dcdbcecbd1ca9003f19e3873dd93904670fd9d5034f95b2e609b/xbob.db.frgc-1.0.1.zip" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "820ab98d8346030e23918dc4aac0d0b3", "sha256": "d24b76bc16b07a04400474a525a48bbb5ada3d179f846194f655f785f8883a00" }, "downloads": -1, "filename": "xbob.db.frgc-1.0.2.zip", "has_sig": false, "md5_digest": "820ab98d8346030e23918dc4aac0d0b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26324, "upload_time": "2013-01-16T16:45:26", "url": "https://files.pythonhosted.org/packages/93/b0/40306b2b5d66ee36ca1534638a6de58d8680c21ab96509f4fcd31dd76bb4/xbob.db.frgc-1.0.2.zip" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "65c14ecb2432e8424f7d216736cf5d8e", "sha256": "4d205236aecb8d8a018bd8f0a61a74d8d3a073fd033d75b0d24732c95dedbab2" }, "downloads": -1, "filename": "xbob.db.frgc-1.0.3.zip", "has_sig": false, "md5_digest": "65c14ecb2432e8424f7d216736cf5d8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26333, "upload_time": "2013-02-13T12:43:33", "url": "https://files.pythonhosted.org/packages/25/75/a3e95338fcb054f640d1d6624ab345f60afed0d4bb08f40aa6b4f02169c2/xbob.db.frgc-1.0.3.zip" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "e6acbec590fa6010b0559cab07e7760e", "sha256": "5d991c3778e4b70a65456e2c9025bc6beda14a2d290a538d5a4e3b1dc1dbf7be" }, "downloads": -1, "filename": "xbob.db.frgc-1.0.4.zip", "has_sig": false, "md5_digest": "e6acbec590fa6010b0559cab07e7760e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26927, "upload_time": "2013-03-04T17:03:14", "url": "https://files.pythonhosted.org/packages/c0/fd/d8d204c04552d66273f9959929264c0adadf5bb71faf34ac9c1431754665/xbob.db.frgc-1.0.4.zip" } ], "1.1.0": [], "1.1.1": [ { "comment_text": "", "digests": { "md5": "b71b1b686ac86cf87652ee2834294d77", "sha256": "5e13ff5c8ba0cb29db30edf7dd0d94c0f8a555129eb24a1c7767266e558be37a" }, "downloads": -1, "filename": "xbob.db.frgc-1.1.1.zip", "has_sig": false, "md5_digest": "b71b1b686ac86cf87652ee2834294d77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27085, "upload_time": "2013-08-06T11:27:02", "url": "https://files.pythonhosted.org/packages/85/38/f3cc6d23e70aa47167d5f004f411d0730578e9a6ed628128b6b70de688b4/xbob.db.frgc-1.1.1.zip" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "c4186af43579572de45eb6f783b79c2a", "sha256": "3d7818d8a6a09c186970c630f811f60807bdc1ec781d00b7d8968df922b2b0f1" }, "downloads": -1, "filename": "xbob.db.frgc-1.1.2.zip", "has_sig": false, "md5_digest": "c4186af43579572de45eb6f783b79c2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27088, "upload_time": "2013-08-06T11:35:55", "url": "https://files.pythonhosted.org/packages/5c/92/452c85ddbb6c7b3ce797e96d881ece065ae624c8109e9d222e853a4147b9/xbob.db.frgc-1.1.2.zip" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "cd530003ab576ca2f32e2080316f2f27", "sha256": "523ffa5183762fb18fe6fe3f8c2c7514e74d2d0530cf74a8249b949fbf34b6b1" }, "downloads": -1, "filename": "xbob.db.frgc-1.2.0.zip", "has_sig": false, "md5_digest": "cd530003ab576ca2f32e2080316f2f27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27326, "upload_time": "2013-12-02T11:27:13", "url": "https://files.pythonhosted.org/packages/40/92/c06298364a750e7e88e13b430b413e1a940e43fc78c083869ff96358d0aa/xbob.db.frgc-1.2.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cd530003ab576ca2f32e2080316f2f27", "sha256": "523ffa5183762fb18fe6fe3f8c2c7514e74d2d0530cf74a8249b949fbf34b6b1" }, "downloads": -1, "filename": "xbob.db.frgc-1.2.0.zip", "has_sig": false, "md5_digest": "cd530003ab576ca2f32e2080316f2f27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27326, "upload_time": "2013-12-02T11:27:13", "url": "https://files.pythonhosted.org/packages/40/92/c06298364a750e7e88e13b430b413e1a940e43fc78c083869ff96358d0aa/xbob.db.frgc-1.2.0.zip" } ] }