Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.voice
Commits
73d16922
Commit
73d16922
authored
Dec 13, 2016
by
Pavel KORSHUNOV
Browse files
small updates
parent
654b484d
Pipeline
#5814
failed with stages
in 13 minutes and 32 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/voice/config/database/asvspoof.py
View file @
73d16922
...
...
@@ -4,8 +4,8 @@ import bob.pad.voice.database
# directory where the wave files are stored
asvspoof_input_dir
=
"
[YOUR_AVSPOOF_WAV_DIRECTORY]
"
asvspoof_input_ext
=
".
wav
"
asvspoof_input_dir
=
"
/idiap/temp/pkorshunov/avspoof_cqcc/ASVspoof_d3
"
asvspoof_input_ext
=
".
mat
"
database
=
bob
.
pad
.
voice
.
database
.
ASVspoofPadDatabase
(
...
...
bob/pad/voice/config/database/avspoof.py
View file @
73d16922
...
...
@@ -4,12 +4,12 @@ import bob.pad.voice.database
# directory where the wave files are stored
avspoof_input_dir
=
"
[YOUR_AVSPOOF_WAV_DIRECTORY]
"
avspoof_input_ext
=
".
wav
"
avspoof_input_dir
=
"
/idiap/temp/pkorshunov/avspoof_cqcc/AVspoof_d3/btas2016/features/
"
avspoof_input_ext
=
".
mat
"
database
=
bob
.
pad
.
voice
.
database
.
AVspoofPadDatabase
(
protocol
=
'gr
eat
test'
,
protocol
=
'gr
and
test'
,
original_directory
=
avspoof_input_dir
,
original_extension
=
avspoof_input_ext
,
training_depends_on_protocol
=
True
,
...
...
develop.cfg
View file @
73d16922
...
...
@@ -58,7 +58,7 @@ bob.pad.base = git git@gitlab.idiap.ch:bob/bob.pad.base.git
bob.ap = git git@gitlab.idiap.ch:bob/bob.ap.git
bob.db.voicepa = git git@gitlab.idiap.ch:bob/bob.db.voicepa.git
bob.extension = git git@gitlab.idiap.ch:bob/bob.extension.git
bob.learn.tensorflow = git branch=epoch git@gitlab.ch:bob/bob.learn.tensorflow.git
bob.learn.tensorflow = git branch=epoch git@gitlab.
idiap.
ch:bob/bob.learn.tensorflow.git
bob.bio.db = git git@gitlab.idiap.ch:bob/bob.bio.db.git
bob.pad.db = git git@gitlab.idiap.ch:bob/bob.pad.db.git
bob.bio.spear = git branch=cpqd git@gitlab.idiap.ch:bob/bob.bio.spear.git
...
...
setup.py
View file @
73d16922
...
...
@@ -130,6 +130,7 @@ setup(
],
'bob.pad.preprocessor'
:
[
'cqcc20p = bob.bio.spear.config.extractor.cqcc20:cqcc20'
,
# Empty preprocessor for CQCC features
'dummytfp = bob.pad.voice.extractor.dummy_tensorflow:dummytf'
,
# For tensorflow
'energy-2gauss = bob.bio.spear.config.preprocessor.energy_2gauss:preprocessor'
,
# two Gauss energy
'energy-thr = bob.bio.spear.config.preprocessor.energy_thr:preprocessor'
,
...
...
@@ -139,6 +140,7 @@ setup(
],
'bob.pad.extractor'
:
[
'cqcc20e = bob.bio.spear.config.extractor.cqcc20:cqcc20'
,
# Extractor (reads Matlab files) for CQCC features
'dummytfe = bob.pad.voice.extractor.dummy_tensorflow:dummytf'
,
# For tensorflow
'glcms = bob.pad.voice.extractor.glcms:extractor'
,
'lbp-hist = bob.pad.voice.extractor.lbp_histograms:extractor'
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment