Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.paper.eusipco2018
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.paper.eusipco2018
Commits
872c60ce
Commit
872c60ce
authored
6 years ago
by
Pavel KORSHUNOV
Browse files
Options
Downloads
Patches
Plain Diff
correcting build and docs
parent
bd769c7d
No related branches found
No related tags found
No related merge requests found
Pipeline
#23418
failed
6 years ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bob/paper/eusipco2018/__init__.py
+17
-0
17 additions, 0 deletions
bob/paper/eusipco2018/__init__.py
doc/conf.py
+2
-2
2 additions, 2 deletions
doc/conf.py
doc/index.rst
+13
-0
13 additions, 0 deletions
doc/index.rst
with
32 additions
and
2 deletions
bob/paper/eusipco2018/__init__.py
0 → 100644
+
17
−
0
View file @
872c60ce
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
(
'
_
'
)]
This diff is collapsed.
Click to expand it.
doc/conf.py
+
2
−
2
View file @
872c60ce
...
...
@@ -79,7 +79,7 @@ source_suffix = '.rst'
master_doc
=
'
index
'
# General information about the project.
project
=
u
'
bob.p
roject.savi
'
project
=
u
'
bob.p
aper.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
'
]
...
...
This diff is collapsed.
Click to expand it.
doc/index.rst
+
13
−
0
View file @
872c60ce
...
...
@@ -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
-------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment