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
bc6bc98a
Commit
bc6bc98a
authored
Feb 06, 2017
by
Pavel KORSHUNOV
Browse files
Updates to DB interfaces
parent
c9ebba67
Pipeline
#6954
failed with stages
in 14 minutes and 12 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/voice/config/database/asvspoof.py
View file @
bc6bc98a
...
...
@@ -4,8 +4,8 @@ import bob.pad.voice.database
# directory where the wave files are stored
asvspoof_input_dir
=
"
/idiap/temp/pkorshunov/avspoof_cqcc/ASVspoof_d3
"
asvspoof_input_ext
=
".
mat
"
asvspoof_input_dir
=
"
[YOUR_ASVSPOOF_WAV_DIRECTORY]
"
asvspoof_input_ext
=
".
wav
"
database
=
bob
.
pad
.
voice
.
database
.
ASVspoofPadDatabase
(
...
...
bob/pad/voice/config/database/asvspoof2017.py
View file @
bc6bc98a
...
...
@@ -4,7 +4,7 @@ import bob.pad.voice.database
# directory where the wave files are stored
asvspoof_input_dir
=
"
/idiap/group/biometric/databases/pad/ASVspoof2017/ASVspoof2017_train_dev
"
asvspoof_input_dir
=
"
[YOUR_ASVSPOOF2017_WAV_DIRECTORY]
"
asvspoof_input_ext
=
".wav"
...
...
bob/pad/voice/config/database/avspoof.py
View file @
bc6bc98a
...
...
@@ -4,8 +4,8 @@ import bob.pad.voice.database
# directory where the wave files are stored
avspoof_input_dir
=
"
/idiap/temp/pkorshunov/avspoof_cqcc/AVspoof_d3/btas2016/features/
"
avspoof_input_ext
=
".
mat
"
avspoof_input_dir
=
"
[YOUR_AVSPOOF_WAV_DIRECTORY]
"
avspoof_input_ext
=
".
wav
"
database
=
bob
.
pad
.
voice
.
database
.
AVspoofPadDatabase
(
...
...
bob/pad/voice/config/database/cpqd_replay.py
View file @
bc6bc98a
...
...
@@ -4,13 +4,13 @@ from bob.pad.voice.database import CPqDReplayPadDatabase
# directory where the wave files are stored
voicepa
_input_dir
=
"
/idiap/resource/database/CPqD/
"
voicepa
_input_ext
=
".wav"
cpqd
_input_dir
=
"
[YOUR_CPQD_WAV_DIRECTORY]
"
cpqd
_input_ext
=
".wav"
database
=
CPqDReplayPadDatabase
(
protocol
=
'cpqdlspk1'
,
original_directory
=
voicepa
_input_dir
,
original_extension
=
voicepa
_input_ext
,
original_directory
=
cpqd
_input_dir
,
original_extension
=
cpqd
_input_ext
,
training_depends_on_protocol
=
True
,
)
develop.cfg
View file @
bc6bc98a
...
...
@@ -6,10 +6,10 @@
parts = scripts
eggs = bob.pad.voice
bob.bio.base
bob.bio.spear
bob.bio.gmm
bob.pad.base
bob.bio.base
bob.db.base
bob.measure
bob.ap
...
...
@@ -19,8 +19,8 @@ eggs = bob.pad.voice
bob.db.voicepa
bob.extension
bob.learn.tensorflow
bob.pad.db
bob.bio.db
bob.pad.db
bob.bio.db
bob.db.cpqd_replay
gridtk
...
...
@@ -41,8 +41,8 @@ develop = src/bob.bio.spear
src/bob.ap
src/bob.extension
src/bob.learn.tensorflow
src/bob.bio.db
src/bob.pad.db
src/bob.bio.db
src/bob.pad.db
.
; options for bob.buildout
...
...
@@ -64,7 +64,7 @@ bob.extension = git git@gitlab.idiap.ch:bob/bob.extension.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
bob.bio.spear = git git@gitlab.idiap.ch:bob/bob.bio.spear.git
bob.db.cpqd_replay = git git@gitlab.idiap.ch:bob/bob.db.cpqd_replay.git
[scripts]
...
...
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