Skip to content
Snippets Groups Projects
Commit 5d114973 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Point to gitlab pages

parent a77c013b
No related branches found
No related tags found
1 merge request!45Point to gitlab pages, remove conda installations instructions
Pipeline #
...@@ -218,7 +218,7 @@ Verification Database Interface ...@@ -218,7 +218,7 @@ Verification Database Interface
For most of the data sets, we rely on the database interfaces from Bob_. For most of the data sets, we rely on the database interfaces from Bob_.
Particularly, all databases that are derived from the :py:class:`bob.bio.base.database.BioDatabase` (click `here <https://github.com/idiap/bob/wiki/Packages>`_ for a list of implemented databases) are supported by a special derivation of the databases from above. Particularly, all databases that are derived from the :py:class:`bob.bio.base.database.BioDatabase` (click `here <https://gitlab.idiap.ch/bob/bob/wikis/Packages>`_ for a list of implemented databases) are supported by a special derivation of the databases from above.
For these databases, the special :py:class:`bob.bio.base.database.BioDatabase` interface is provided, which takes the Bob_ database as parameter. For these databases, the special :py:class:`bob.bio.base.database.BioDatabase` interface is provided, which takes the Bob_ database as parameter.
Several such databases are defined in the according packages, i.e., :ref:`bob.bio.spear <bob.bio.spear>`, :ref:`bob.bio.face <bob.bio.face>` and :ref:`bob.bio.video <bob.bio.video>`. Several such databases are defined in the according packages, i.e., :ref:`bob.bio.spear <bob.bio.spear>`, :ref:`bob.bio.face <bob.bio.face>` and :ref:`bob.bio.video <bob.bio.video>`.
For Bob_'s ZT-norm databases, we provide the :py:class:`bob.bio.base.database.ZTBioDatabase` interface. For Bob_'s ZT-norm databases, we provide the :py:class:`bob.bio.base.database.ZTBioDatabase` interface.
...@@ -325,7 +325,7 @@ Particularly, we use a specific list of entry points, which are: ...@@ -325,7 +325,7 @@ Particularly, we use a specific list of entry points, which are:
For each of the tools, several resources are defined, which you can list with the ``./bin/resources.py`` command line. For each of the tools, several resources are defined, which you can list with the ``./bin/resources.py`` command line.
When you want to register your own resource, make sure that your configuration file is importable (usually it is sufficient to have an empty ``__init__.py`` file in the same directory as your configuration file). When you want to register your own resource, make sure that your configuration file is importable (usually it is sufficient to have an empty ``__init__.py`` file in the same directory as your configuration file).
Then, you can simply add a line inside the according ``entry_points`` section of the ``setup.py`` file (you might need to create that section, just follow the example of the ``setup.py`` file that you can find online in the base directory of our `bob.bio.base GitHub page <http://github.com/bioidiap/bob.bio.base>`__). Then, you can simply add a line inside the according ``entry_points`` section of the ``setup.py`` file (you might need to create that section, just follow the example of the ``setup.py`` file that you can find online in the base directory of our `bob.bio.base Gitlab page <http://gitlab.idiap.ch/bob/bob.bio.base>`__).
After re-running ``./bin/buildout``, your new resource should be listed in the output of ``./bin/resources.py``. After re-running ``./bin/buildout``, your new resource should be listed in the output of ``./bin/resources.py``.
......
...@@ -9,9 +9,9 @@ Installation Instructions ...@@ -9,9 +9,9 @@ Installation Instructions
========================= =========================
As noted before, this package is part of the ``bob.bio`` packages, which in turn are part of the signal-processing and machine learning toolbox Bob_. As noted before, this package is part of the ``bob.bio`` packages, which in turn are part of the signal-processing and machine learning toolbox Bob_.
To install `Packages of Bob <https://github.com/idiap/bob/wiki/Packages>`_, please read the `Installation Instructions <https://github.com/idiap/bob/wiki/Installation>`_. To install `Packages of Bob <https://gitlab.idiap.ch/bob/bob/wikis/Packages>`_, please read the `Installation Instructions <https://gitlab.idiap.ch/bob/bob/wikis/Installation>`_.
For Bob_ to be able to work properly, some dependent packages are required to be installed. For Bob_ to be able to work properly, some dependent packages are required to be installed.
Please make sure that you have read the `Dependencies <https://github.com/idiap/bob/wiki/Dependencies>`_ for your operating system. Please make sure that you have read the `Dependencies <https://gitlab.idiap.ch/bob/bob/wikis/Dependencies>`_ for your operating system.
.. note:: .. note::
Currently, running Bob_ under MS Windows in not yet supported. Currently, running Bob_ under MS Windows in not yet supported.
...@@ -34,7 +34,7 @@ first search the ``bob.bio`` in the conda-forge channel and then install it. ...@@ -34,7 +34,7 @@ first search the ``bob.bio`` in the conda-forge channel and then install it.
Installation via zc.buildout Installation via zc.buildout
---------------------------- ----------------------------
Another convenient way to use the ``bob.bio`` tools is to use a ``zc.buildout`` package, as explained in more detail `here <https://github.com/idiap/bob/wiki/Installation#using-zcbuildout-for-production>`__. Another convenient way to use the ``bob.bio`` tools is to use a ``zc.buildout`` package, as explained in more detail `here <https://gitlab.idiap.ch/bob/bob/wikis/Installation#using-zcbuildout-for-production>`__.
There, in the ``eggs`` section of the ``buildout.cfg`` file, simply list the ``bob.bio`` packages that you want, like: There, in the ``eggs`` section of the ``buildout.cfg`` file, simply list the ``bob.bio`` packages that you want, like:
.. code-block:: python .. code-block:: python
...@@ -64,7 +64,7 @@ Databases ...@@ -64,7 +64,7 @@ Databases
With ``bob.bio`` you will run biometric recognition experiments using some default biometric recognition databases. With ``bob.bio`` you will run biometric recognition experiments using some default biometric recognition databases.
Though the verification protocols are implemented in ``bob.bio``, the original data are **not included**. Though the verification protocols are implemented in ``bob.bio``, the original data are **not included**.
To download the original data of the databases, please refer to the according Web-pages. To download the original data of the databases, please refer to the according Web-pages.
For a list of supported databases including their download URLs, please refer to the `verification_databases <https://github.com/idiap/bob/wiki/Packages>`_. For a list of supported databases including their download URLs, please refer to the `verification_databases <https://gitlab.idiap.ch/bob/bob/wikis/Packages>`_.
After downloading the original data for the databases, you will need to tell ``bob.bio``, where these databases can be found. After downloading the original data for the databases, you will need to tell ``bob.bio``, where these databases can be found.
For this purpose, we have decided to implement a special file, where you can set your directories. For this purpose, we have decided to implement a special file, where you can set your directories.
......
...@@ -5,13 +5,10 @@ ...@@ -5,13 +5,10 @@
.. This file contains all links we use for documentation in a centralized place .. This file contains all links we use for documentation in a centralized place
.. _idiap: http://www.idiap.ch .. _idiap: http://www.idiap.ch
.. _github: http://www.github.com/idiap
.. _bob: http://www.idiap.ch/software/bob .. _bob: http://www.idiap.ch/software/bob
.. _github bug reporting system: http://github.com/bioidiap/bob.bio.base/issues .. _idiap at gitlab: http://gitlab.idiap.ch/bob
.. _idiap at github: http://www.github.com/bioidiap
.. _at&t database: http://www.cl.cam.ac.uk/research/dtg/attarchive/facedatabase.html .. _at&t database: http://www.cl.cam.ac.uk/research/dtg/attarchive/facedatabase.html
.. _bob's github page: http://idiap.github.com/bob .. _gridtk: http://gitlab.idiap.ch/bob/gridtk
.. _gridtk: http://github.com/idiap/gridtk
.. _buildout: http://www.buildout.org .. _buildout: http://www.buildout.org
.. _setuptools: http://trac.edgewall.org/wiki/setuptools .. _setuptools: http://trac.edgewall.org/wiki/setuptools
.. _nist: http://www.nist.gov/itl/iad/ig/focs.cfm .. _nist: http://www.nist.gov/itl/iad/ig/focs.cfm
......
...@@ -18,7 +18,7 @@ setup( ...@@ -18,7 +18,7 @@ setup(
version = open("version.txt").read().rstrip(), version = open("version.txt").read().rstrip(),
description = 'Tools for running biometric recognition experiments', description = 'Tools for running biometric recognition experiments',
url = 'https://www.gitlab.idiap.ch/bob/bob.bio.base', url = 'https://gitlab.idiap.ch/bob/bob.bio.base',
license = 'BSD', license = 'BSD',
author = 'Manuel Gunther', author = 'Manuel Gunther',
author_email = 'siebenkopf@googlemail.com', author_email = 'siebenkopf@googlemail.com',
...@@ -49,7 +49,7 @@ setup( ...@@ -49,7 +49,7 @@ setup(
# #
# Our database packages are good examples of namespace implementations # Our database packages are good examples of namespace implementations
# using several layers. You can check them out here: # using several layers. You can check them out here:
# https://github.com/idiap/bob/wiki/Satellite-Packages # https://gitlab.idiap.ch/bob/bob/wikis/Packages
# This entry defines which scripts you will have inside the 'bin' directory # This entry defines which scripts you will have inside the 'bin' directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment