xbob.db.gbu

Database Access API of the Good, the Bad and the Ugly (GBU) image database for Bob
Download

xbob.db.gbu Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Manuel Guenther

xbob.db.gbu Tags


xbob.db.gbu Description

xbob.db.gbu is a Python module that contains the access API and descriptions for The Good, The Bad, and The Ugly 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. Note that the default protocols Good, Bad, and Ugly as defined in the URL above will be respected.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, or2. You can manually download and install this package using commands like easy_install or pip.The package is available in two different distribution formats:a. You can download it from PyPI, orb. 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 PyPIThat is the easiest. Edit your setup.py in your satellite package and add the following entry in the install_requires section:install_requires=,Proceed normally with your boostrap/buildout steps and you should be all set. That means you can now import the xbob.db.gbu namespace into your scripts.Modify your buildout.cfg and download from gitYou 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:...extensions = mr.developerauto-checkout = *eggs = bob ... xbob.db.gbuxbob.db.gbu = git https://github.com/bioidiap/xbob.db.gbu.git...Product's homepage


xbob.db.gbu Related Software