Skip to content
Snippets Groups Projects
Commit 79067c94 authored by Pavel KORSHUNOV's avatar Pavel KORSHUNOV
Browse files

added ref to odessa database

parent 01c26849
Branches
No related tags found
No related merge requests found
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
.. image:: https://img.shields.io/badge/docs-stable-yellow.svg .. image:: https://img.shields.io/badge/docs-stable-yellow.svg
:target: https://www.idiap.ch/software/bob/docs/bob/bob.pyannote/stable/index.html :target: https://www.idiap.ch/software/bob/docs/bob/bob.pyannote/stable/index.html
.. image:: https://img.shields.io/badge/docs-latest-orange.svg .. image:: https://img.shields.io/badge/docs-latest-orange.svg
:target: https://www.idiap.ch/software/odessa/docs/odessa/bob.pyannote/master/index.html :target: https://www.idiap.ch/software/bob/docs/bob/bob.pyannote/master/index.html
.. image:: https://gitlab.idiap.ch/odessa/bob.pyannote/badges/master/build.svg .. image:: https://gitlab.idiap.ch/bob/bob.pyannote/badges/master/build.svg
:target: https://gitlab.idiap.ch/odessa/bob.pyannote/commits/master :target: https://gitlab.idiap.ch/bob/bob.pyannote/commits/master
.. image:: https://gitlab.idiap.ch/odessa/bob.pyannote/badges/master/coverage.svg .. image:: https://gitlab.idiap.ch/bob/bob.pyannote/badges/master/coverage.svg
:target: https://gitlab.idiap.ch/odessa/bob.pyannote/commits/master :target: https://gitlab.idiap.ch/bob/bob.pyannote/commits/master
.. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg .. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
:target: https://gitlab.idiap.ch/odessa/bob.pyannote :target: https://gitlab.idiap.ch/bob/bob.pyannote
.. image:: https://img.shields.io/pypi/v/bob.pyannote.svg .. image:: https://img.shields.io/pypi/v/bob.pyannote.svg
:target: https://pypi.python.org/pypi/bob.pyannote :target: https://pypi.python.org/pypi/bob.pyannote
...@@ -100,6 +100,9 @@ In our experiments, we have used the following databases: ...@@ -100,6 +100,9 @@ In our experiments, we have used the following databases:
several subsets of challenging speech recordings of different types, including several subsets of challenging speech recordings of different types, including
restaurant conversations, discussions with children, and recordings of restaurant conversations, discussions with children, and recordings of
clinical trials. This is one of the more challenging datasets as of 2019. clinical trials. This is one of the more challenging datasets as of 2019.
- ODESSA_ VoIP database, which is the database of multi-party speech data over
Internet telephony. The whole database was used to test all of the above
pre-trained models and hyper-parameters.
Almost all databases, have paynnote_ database package available, so that it is Almost all databases, have paynnote_ database package available, so that it is
easy to use these databases (once the data itself is downloaded, which should easy to use these databases (once the data itself is downloaded, which should
...@@ -118,6 +121,9 @@ of corresponding database packages that can be installed: ...@@ -118,6 +121,9 @@ of corresponding database packages that can be installed:
`https://github.com/pyannote/pyannote-db-repere <https://github.com/pyannote/pyannote-db-repere>`_ `https://github.com/pyannote/pyannote-db-repere <https://github.com/pyannote/pyannote-db-repere>`_
- AMI: - AMI:
`https://github.com/pyannote/pyannote-db-odessa-ami <https://github.com/pyannote/pyannote-db-odessa-ami>`_ `https://github.com/pyannote/pyannote-db-odessa-ami <https://github.com/pyannote/pyannote-db-odessa-ami>`_
- ODESSA:
`https://github.com/pyannote/pyannote-db-odessa-ip <https://github.com/pyannote/pyannote-db-odessa-ip>`_
The configuration database file ``database.yml`` inside ``bob/pyannote/config`` The configuration database file ``database.yml`` inside ``bob/pyannote/config``
shows all databases we use and it can be placed in the ``~/.pyannote/`` for shows all databases we use and it can be placed in the ``~/.pyannote/`` for
...@@ -272,3 +278,4 @@ development `mailing list`_. ...@@ -272,3 +278,4 @@ development `mailing list`_.
.. _ESTER: http://catalogue.elra.info/en-us/repository/browse/ELRA-S0241/ .. _ESTER: http://catalogue.elra.info/en-us/repository/browse/ELRA-S0241/
.. _ESTER2: http://catalog.elra.info/en-us/repository/browse/ELRA-S0338/ .. _ESTER2: http://catalog.elra.info/en-us/repository/browse/ELRA-S0338/
.. _DIHARD: https://coml.lscp.ens.fr/dihard/index.html .. _DIHARD: https://coml.lscp.ens.fr/dihard/index.html
.. _ODESSA: https://www.idiap.ch/dataset/odessa/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment