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

correcting build and docs

parent bd769c7d
No related branches found
No related tags found
No related merge requests found
Pipeline #23418 failed
from . import database
from . import script
from . import scripts_db
from . import scripts_amicorpus
from . import utils
def get_config():
"""Returns a string containing the configuration information.
"""
import bob.extension
return bob.extension.get_config(__name__)
# gets sphinx autodoc done right - don't remove it
__all__ = [_ for _ in dir() if not _.startswith('_')]
......@@ -79,7 +79,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'bob.project.savi'
project = u'bob.paper.eusipco2018'
import time
copyright = u'%s, Idiap Research Institute' % time.strftime('%Y')
......@@ -131,7 +131,7 @@ pygments_style = 'sphinx'
# Some variables which are useful for generated material
project_variable = project.replace('.', '_')
short_description = u'Bob package for project MediFor-SAVI'
short_description = u'Bob package for EUSIPCO 2018 paper on audio-visual inconsistency detection'
owner = [u'Idiap Research Institute']
......
......@@ -2,6 +2,8 @@
.. Pavel Korshunov <pavel.korshunov@idiap.ch>
.. Thu 12 Jul 13:43:22 2018
.. _bob.paper.eusipco2018:
=====================================================================================
Documentation for EUSIPCO paper "Speaker Inconsistency Detection in Tampered Video"
=====================================================================================
......@@ -114,6 +116,17 @@ Test the models and compute scores:
$ bin/spoof.py bob/paper/eusipco2018/config/audio_extraction_pipeline.py -P train_dev -a gmm -s mfcc20mouthdeltas --projector-file Projector_gmm_mfcc20_mouthdeltas_spoof.hdf5
===========
Users Guide
===========
.. toctree::
:maxdepth: 2
guide
Contact
-------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment